Package io.keikai.ui.event
Class Events
- java.lang.Object
-
- io.keikai.ui.event.Events
-
public class Events extends Object
- Author:
- Dennis.Chen
-
-
Field Summary
Fields Modifier and Type Field Description static String
ON_AFTER_CELL_CHANGE
This event is sent after cell contents changed by operating the book model.static String
ON_AFTER_SHEET_CREATE
This event is sent after sheet is created by operating the book model.static String
ON_AFTER_SHEET_DELETE
This event is sent after sheet is deleted by operating the book model.static String
ON_AFTER_SHEET_NAME_CHANGE
This event is sent after sheet's name is changed by operating the book model.static String
ON_AFTER_SHEET_ORDER_CHANGE
This event is sent after sheet's order is changed by operating the book model.static String
ON_AFTER_SHEET_VISIBLE_CHANGE
This event is sent after sheet's visible is changed by operating the book model.static String
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 managerstatic String
ON_AUX_ACTION
The onAuxAction event (withAuxActionEvent
)static String
ON_CELL_CLICK
The onCellClick event (withCellMouseEvent
).static String
ON_CELL_DOUBLE_CLICK
The onCellDoubleClick event (withCellMouseEvent
).static String
ON_CELL_FILTER
The onCellFilter event (withCellMouseEvent
).static String
ON_CELL_FOCUS
The onCellFocus event (withCellEvent
).static String
ON_CELL_HYPERLINK
The onCellHyperlink event (withCellHyperlinkEvent
).static String
ON_CELL_MULTIPLE_SELECTION
The onCellMultipleSelection event (withCellMultipleSelectionEvent
).static String
ON_CELL_RIGHT_CLICK
The onCellRightClick event (withCellMouseEvent
).static String
ON_CELL_SELECTION
The onCellSelection event (withCellSelectionEvent
).static String
ON_CELL_SELECTION_UPDATE
The onCellSelectionUpdate event (withCellSelectionUpdateEvent
).static String
ON_CELL_VALIDATOR
The onCellValidator event (withCellMouseEvent
).static String
ON_CLIPBOARD_PASTE
The onClipboardPaste event (withClipboardPasteEvent
)static String
ON_CTRL_KEY
The onCtrlKey event (withKeyEvent
)static String
ON_EDITBOX_EDITING
The onEditboxEditing event (withEditboxEditingEvent
).static String
ON_GROUP_HEADER_CLICK
This event is sent when the group header of the sheet is clicked on either row pane or column pane.static String
ON_GROUP_OPEN
This event is sent when the group of the sheet is opened or closed on either row pane or column pane.static String
ON_HEADER_CLICK
The onHeaderClick event (withHeaderMouseEvent
).static String
ON_HEADER_DOUBLE_CLICK
The onHeaderDoubleClick event (withHeaderMouseEvent
).static String
ON_HEADER_RIGHT_CLICK
The onHeaderRightClick event (withHeaderMouseEvent
).static String
ON_HEADER_UPDATE
The onHeaderSzie event (withHeaderUpdateEvent
).static String
ON_SHEET_SELECT
The onSheetSelect event (withSheetSelectEvent
Sent when sheet is selected.static String
ON_START_EDITING
The onStartEditing event (withStartEditingEvent
).static String
ON_STOP_EDITING
The onStopEditing event (withStopEditingEvent
).static String
ON_SYNC_FRIEND_FOCUS
This event is sent after friend focus is added/deleted/moved.static String
ON_WIDGET_CTRL_KEY
The onWidgetCtrlKey event (withWidgetKeyEvent
)static String
ON_WIDGET_UPDATE
The onWidgetUpdate event (withWidgetUpdateEvent
)
-
Constructor Summary
Constructors Constructor Description Events()
-
-
-
Field Detail
-
ON_CELL_FOCUS
public static final String ON_CELL_FOCUS
The onCellFocus event (withCellEvent
). Sent when cell get focus from client.- See Also:
- Constant Field Values
-
ON_START_EDITING
public static final String ON_START_EDITING
The onStartEditing event (withStartEditingEvent
). Sent when cell start editing.- See Also:
- Constant Field Values
-
ON_STOP_EDITING
public static final String ON_STOP_EDITING
The onStopEditing event (withStopEditingEvent
). Sent when cell stop editing- See Also:
- Constant Field Values
-
ON_CELL_CLICK
public static final String ON_CELL_CLICK
The onCellClick event (withCellMouseEvent
). Sent when user left click on a cell- See Also:
- Constant Field Values
-
ON_CELL_RIGHT_CLICK
public static final String ON_CELL_RIGHT_CLICK
The onCellRightClick event (withCellMouseEvent
). Sent when user right click on a cell- See Also:
- Constant Field Values
-
ON_CELL_DOUBLE_CLICK
public static final String ON_CELL_DOUBLE_CLICK
The onCellDoubleClick event (withCellMouseEvent
). Sent when user double click on a cell- See Also:
- Constant Field Values
-
ON_CELL_FILTER
public static final String ON_CELL_FILTER
The onCellFilter event (withCellMouseEvent
). Sent when user click on the cell filter button.- See Also:
- Constant Field Values
-
ON_CELL_VALIDATOR
public static final String ON_CELL_VALIDATOR
The onCellValidator event (withCellMouseEvent
). Sent when user click on the cell validation drop down button- See Also:
- Constant Field Values
-
ON_HEADER_CLICK
public static final String ON_HEADER_CLICK
The onHeaderClick event (withHeaderMouseEvent
). Sent when user left click on a header- See Also:
- Constant Field Values
-
ON_HEADER_RIGHT_CLICK
public static final String ON_HEADER_RIGHT_CLICK
The onHeaderRightClick event (withHeaderMouseEvent
). Sent when user right click on a header- See Also:
- Constant Field Values
-
ON_HEADER_DOUBLE_CLICK
public static final String ON_HEADER_DOUBLE_CLICK
The onHeaderDoubleClick event (withHeaderMouseEvent
). Sent when user double click on a header- See Also:
- Constant Field Values
-
ON_HEADER_UPDATE
public static final String ON_HEADER_UPDATE
The onHeaderSzie event (withHeaderUpdateEvent
). Sent when user resize a header- See Also:
- Constant Field Values
-
ON_CELL_SELECTION
public static final String ON_CELL_SELECTION
The onCellSelection event (withCellSelectionEvent
). Sent when user select a row/column or a range of cells- See Also:
- Constant Field Values
-
ON_CELL_SELECTION_UPDATE
public static final String ON_CELL_SELECTION_UPDATE
The onCellSelectionUpdate event (withCellSelectionUpdateEvent
). Sent when user move or modify the range of a selection- See Also:
- Constant Field Values
-
ON_EDITBOX_EDITING
public static final String ON_EDITBOX_EDITING
The onEditboxEditing event (withEditboxEditingEvent
). Sent when user start to typing in the ZSSEditbox- See Also:
- Constant Field Values
-
ON_CELL_HYPERLINK
public static final String ON_CELL_HYPERLINK
The onCellHyperlink event (withCellHyperlinkEvent
). Sent when user click on the hyperlink of a cell.- See Also:
- Constant Field Values
-
ON_SHEET_SELECT
public static final String ON_SHEET_SELECT
The onSheetSelect event (withSheetSelectEvent
Sent when sheet is selected.- See Also:
- Constant Field Values
-
ON_CTRL_KEY
public static final String ON_CTRL_KEY
The onCtrlKey event (withKeyEvent
)- See Also:
- Constant Field Values
-
ON_CLIPBOARD_PASTE
public static final String ON_CLIPBOARD_PASTE
The onClipboardPaste event (withClipboardPasteEvent
)- See Also:
- Constant Field Values
-
ON_AUX_ACTION
public static final String ON_AUX_ACTION
The onAuxAction event (withAuxActionEvent
)- See Also:
- Constant Field Values
-
ON_WIDGET_CTRL_KEY
public static final String ON_WIDGET_CTRL_KEY
The onWidgetCtrlKey event (withWidgetKeyEvent
)- See Also:
- Constant Field Values
-
ON_WIDGET_UPDATE
public static final String ON_WIDGET_UPDATE
The onWidgetUpdate event (withWidgetUpdateEvent
)- See Also:
- Constant Field Values
-
ON_AFTER_UNDOABLE_MANAGER_ACTION
public static final String 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:
UndoableActionManagerEvent
, Constant Field Values
-
ON_AFTER_SHEET_NAME_CHANGE
public static final String 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:
SheetEvent
, Constant Field Values
-
ON_AFTER_SHEET_VISIBLE_CHANGE
public static final String 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:
SheetEvent
, Constant Field Values
-
ON_AFTER_SHEET_ORDER_CHANGE
public static final String 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:
SheetEvent
, Constant Field Values
-
ON_AFTER_SHEET_DELETE
public static final String ON_AFTER_SHEET_DELETE
This event is sent after sheet is deleted by operating the book model.- Since:
- 3.0.0
- See Also:
SheetDeleteEvent
, Constant Field Values
-
ON_AFTER_SHEET_CREATE
public static final String ON_AFTER_SHEET_CREATE
This event is sent after sheet is created by operating the book model.- Since:
- 3.0.0
- See Also:
SheetEvent
, Constant Field Values
-
ON_AFTER_CELL_CHANGE
public static final String ON_AFTER_CELL_CHANGE
This event is sent after cell contents changed by operating the book model.- Since:
- 3.0.0
- See Also:
CellAreaEvent
, Constant Field Values
-
ON_SYNC_FRIEND_FOCUS
public static final String ON_SYNC_FRIEND_FOCUS
This event is sent after friend focus is added/deleted/moved.- Since:
- 3.8.1
- See Also:
SyncFriendFocusEvent
, Constant Field Values
-
ON_GROUP_OPEN
public static final String 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:
GroupOpenEvent
, Constant Field Values
-
ON_GROUP_HEADER_CLICK
public static final String 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:
GroupHeaderClickEvent
, Constant Field Values
-
ON_CELL_MULTIPLE_SELECTION
public static final String 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:
- Constant Field Values
-
-