...
To every component you can add listener using addOnChangeListener method. Listener object should have methods that will be executed when event is fired. Depends of component object different methods will be executed (see below)
7.
...
4.1. commons
onSetValue(value)
Executed when setValue method is executed on component.
Arguments:
- value - [object] value object
7.
...
4.
...
2. grid
onChange(selectedEntitiesArray)
...
Arguments:
- selectedEntitiesArray - [array] array of selected entities
7.4.3
...
. ribbon button
onClick()
Executed when ribbon button is clicked.
Arguments:
none
7.
...
4.
...
4. tree
onMoveModeChange(isMoveMode)
...