data-manager-control-base
DataManagerControlComponent is the one in charge of handle all datamanager events and call the corresponding event emitter on DataManagerControlBaseComponent.
Support
Events handling
In this section all the events are handled by eventsHandler function and eventually sended to DataManagerControlBaseComponent.
Functions
Function | Supported | Details |
clickEventHandler | Yes | Handle the click event for DataManagerControl. |
eventsHandler | Yes | Invoke the corresponding handling for data window control. |
fireDoubleClickEvents | Yes | Handle the doubleclick events. |
fireChangeEvent | Yes | Is Triggered when change event |
fireClickAndChangeCheckBox | Yes | Is triggered when checkboxChanged event. |
fireClickEvents | Yes | Performs the click events for datamanagercontrol |
fireItemFocusEvent | Yes | Triggers |
fireSelectionChangedEvent | Yes | Sets new current row and triggers selectionChanged event |
fireSelectionChangingEvent | Yes | Triggers |
fireKeyDownEvent | Yes | Is triggered when key down event |
getCommandService | Yes | Returns commandService. |
getModelDataManager | Yes | Returns the model for the corresponding dataManager. |
RButtonDownEvent | Yes | Triggers |
setDelay | Yes | Calls UPDATE_BUNDLE command and sets delay |
scrollVerticalEvent | Yes | Triggers |
setUpdateData | Yes | Calls UPDATE_BUNDLE command and sets updateData |
setIdInDataManager | Yes | Assigns the heightContainer property in the model of the dataManager. |
Last updated