Retrieves all keys that are supported in the version of LEADVIEW.
An array of strings pertaining to key values.
The BindingManager.getAllAvailableKeys() method allows you to retrieve all bindable keys that exist in the version of LEADVIEW you are working with. These key values may change between versions.
All bindable keys adhere to a logical naming scheme, and will end according to the UI component it belongs too. For example, the AnnRectangleObject object selector's associated binding key is rectangleAnn
. An object from the main menu (for instance, the Open From Url button) has a binding key of openUrlFileMenu
.
For more information about key support, refer to isSupported().
For an example, refer to BindingManager.