Package io.keikai.ui.event
Class Events
java.lang.Object
io.keikai.ui.event.Events
- Author:
- Dennis.Chen
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis event is sent after cell contents changed by operating the book model.static final StringThis event is sent after sheet is created by operating the book model.static final StringThis event is sent after sheet is deleted by operating the book model.static final StringThis event is sent after sheet's name is changed by operating the book model.static final StringThis event is sent after sheet's order is changed by operating the book model.static final StringThis event is sent after sheet's visible is changed by operating the book model.static final StringThis is event is sent after do/undo/redo a undoable action by a undoable action manager, or clear undo managerstatic final StringThe onAuxAction event (withAuxActionEvent)static final StringThe onCellClick event (withCellMouseEvent).static final StringThe onCellDoubleClick event (withCellMouseEvent).static final StringThe onCellFilter event (withCellMouseEvent).static final StringThe onCellFocus event (withCellEvent).static final StringThe onCellHyperlink event (withCellHyperlinkEvent).static final StringThe onCellMultipleSelection event (withCellMultipleSelectionEvent).static final StringThe onCellRightClick event (withCellMouseEvent).static final StringThe onCellSelection event (withCellSelectionEvent).static final StringThe onCellSelectionUpdate event (withCellSelectionUpdateEvent).static final StringThe onCellValidator event (withCellMouseEvent).static final StringThe onChartClick event (withCellMouseEvent).static final StringThe onChartDoubleClick event (withCellMouseEvent).static final StringThe onChartRightClick event (withCellMouseEvent).static final StringThe onClipboardPaste event (withClipboardPasteEvent)static final StringThe onCtrlKey event (withKeyEvent)static final StringThe onEditboxEditing event (withEditboxEditingEvent).static final StringThis event is sent when the group header of the sheet is clicked on either row pane or column pane.static final StringThis event is sent when the group of the sheet is opened or closed on either row pane or column pane.static final StringThe onHeaderClick event (withHeaderMouseEvent).static final StringThe onHeaderDoubleClick event (withHeaderMouseEvent).static final StringThe onHeaderRightClick event (withHeaderMouseEvent).static final StringThe onHeaderSzie event (withHeaderUpdateEvent).static final StringThe onSheetSelect event (withSheetSelectEventSent when sheet is selected.static final StringThe onStartEditing event (withStartEditingEvent).static final StringThe onStopEditing event (withStopEditingEvent).static final StringThis event is sent after friend focus is added/deleted/moved.static final StringThe onWidgetCtrlKey event (withWidgetKeyEvent)static final StringThe onWidgetUpdate event (withWidgetUpdateEvent) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ON_CELL_FOCUS
The onCellFocus event (withCellEvent). Sent when cell get focus from client.- See Also:
-
ON_START_EDITING
The onStartEditing event (withStartEditingEvent). Sent when cell start editing.- See Also:
-
ON_STOP_EDITING
The onStopEditing event (withStopEditingEvent). Sent when cell stop editing- See Also:
-
ON_CELL_CLICK
The onCellClick event (withCellMouseEvent). Sent when user left click on a cell- See Also:
-
ON_CELL_RIGHT_CLICK
The onCellRightClick event (withCellMouseEvent). Sent when user right click on a cell- See Also:
-
ON_CELL_DOUBLE_CLICK
The onCellDoubleClick event (withCellMouseEvent). Sent when user double click on a cell- See Also:
-
ON_CELL_FILTER
The onCellFilter event (withCellMouseEvent). Sent when user click on the cell filter button.- See Also:
-
ON_CELL_VALIDATOR
The onCellValidator event (withCellMouseEvent). Sent when user click on the cell validation drop down button- See Also:
-
ON_HEADER_CLICK
The onHeaderClick event (withHeaderMouseEvent). Sent when user left click on a header- See Also:
-
ON_HEADER_RIGHT_CLICK
The onHeaderRightClick event (withHeaderMouseEvent). Sent when user right click on a header- See Also:
-
ON_HEADER_DOUBLE_CLICK
The onHeaderDoubleClick event (withHeaderMouseEvent). Sent when user double click on a header- See Also:
-
ON_HEADER_UPDATE
The onHeaderSzie event (withHeaderUpdateEvent). Sent when user resize a header- See Also:
-
ON_CELL_SELECTION
The onCellSelection event (withCellSelectionEvent). Sent when user select a row/column or a range of cells- See Also:
-
ON_CELL_SELECTION_UPDATE
The onCellSelectionUpdate event (withCellSelectionUpdateEvent). Sent when user move or modify the range of a selection- See Also:
-
ON_EDITBOX_EDITING
The onEditboxEditing event (withEditboxEditingEvent). Sent when user start to typing in the ZSSEditbox- See Also:
-
ON_CELL_HYPERLINK
The onCellHyperlink event (withCellHyperlinkEvent). Sent when user click on the hyperlink of a cell.- See Also:
-
ON_SHEET_SELECT
The onSheetSelect event (withSheetSelectEventSent when sheet is selected.- See Also:
-
ON_CTRL_KEY
The onCtrlKey event (withKeyEvent)- See Also:
-
ON_CLIPBOARD_PASTE
The onClipboardPaste event (withClipboardPasteEvent)- See Also:
-
ON_AUX_ACTION
The onAuxAction event (withAuxActionEvent)- See Also:
-
ON_WIDGET_CTRL_KEY
The onWidgetCtrlKey event (withWidgetKeyEvent)- See Also:
-
ON_WIDGET_UPDATE
The onWidgetUpdate event (withWidgetUpdateEvent)- See Also:
-
ON_AFTER_UNDOABLE_MANAGER_ACTION
This is event is sent after do/undo/redo a undoable action by a undoable action manager, or clear undo manager- Since:
- 3.0.0
- See Also:
-
ON_AFTER_SHEET_NAME_CHANGE
This event is sent after sheet's name is changed by operating the book model.- Since:
- 3.0.0
- See Also:
-
ON_AFTER_SHEET_VISIBLE_CHANGE
This event is sent after sheet's visible is changed by operating the book model.- Since:
- 3.7.0
- See Also:
-
ON_AFTER_SHEET_ORDER_CHANGE
This event is sent after sheet's order is changed by operating the book model.- Since:
- 3.0.0
- See Also:
-
ON_AFTER_SHEET_DELETE
This event is sent after sheet is deleted by operating the book model.- Since:
- 3.0.0
- See Also:
-
ON_AFTER_SHEET_CREATE
This event is sent after sheet is created by operating the book model.- Since:
- 3.0.0
- See Also:
-
ON_AFTER_CELL_CHANGE
This event is sent after cell contents changed by operating the book model.- Since:
- 3.0.0
- See Also:
-
ON_SYNC_FRIEND_FOCUS
This event is sent after friend focus is added/deleted/moved.- Since:
- 3.8.1
- See Also:
-
ON_GROUP_OPEN
This event is sent when the group of the sheet is opened or closed on either row pane or column pane.- Since:
- 6.0.0
- See Also:
-
ON_GROUP_HEADER_CLICK
This event is sent when the group header of the sheet is clicked on either row pane or column pane.- Since:
- 6.0.0
- See Also:
-
ON_CELL_MULTIPLE_SELECTION
The onCellMultipleSelection event (withCellMultipleSelectionEvent). Sent when user select multiple ranges (contains a row/column or a range of cells)- Since:
- 6.0.0
- See Also:
-
ON_CHART_CLICK
The onChartClick event (withCellMouseEvent). Sent when user left click on a Chart- Since:
- 6.2.0
- See Also:
-
ON_CHART_RIGHT_CLICK
The onChartRightClick event (withCellMouseEvent). Sent when user right click on a Chart- Since:
- 6.2.0
- See Also:
-
ON_CHART_DOUBLE_CLICK
The onChartDoubleClick event (withCellMouseEvent). Sent when user double click on a Chart- Since:
- 6.2.0
- See Also:
-
-
Constructor Details
-
Events
public Events()
-