public class Events extends Object
Modifier and Type | Field and 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 manager
|
static String |
ON_AUX_ACTION
The onAuxAction event (with
AuxActionEvent ) |
static String |
ON_CELL_CLICK
The onCellClick event (with
CellMouseEvent ). |
static String |
ON_CELL_DOUBLE_CLICK
The onCellDoubleClick event (with
CellMouseEvent ). |
static String |
ON_CELL_FILTER
The onCellFilter event (with
CellMouseEvent ). |
static String |
ON_CELL_FOUCS
The onCellFocus event (with
CellEvent ). |
static String |
ON_CELL_HYPERLINK
The onCellHyperlink event (with
CellHyperlinkEvent ). |
static String |
ON_CELL_RIGHT_CLICK
The onCellRightClick event (with
CellMouseEvent ). |
static String |
ON_CELL_SELECTION
The onCellSelection event (with
CellSelectionEvent ). |
static String |
ON_CELL_SELECTION_UPDATE
The onCellSelectionUpdate event (with
CellSelectionUpdateEvent ). |
static String |
ON_CELL_VALIDATOR
The onCellValidator event (with
CellMouseEvent ). |
static String |
ON_CLIPBOARD_PASTE
The onClipbaordPaste event (with
ClipboardPasteEvent ) |
static String |
ON_CTRL_KEY
The onCtrlKey event (with
KeyEvent ) |
static String |
ON_EDITBOX_EDITING
The onEditboxEditing event (with
EditboxEditingEvent ). |
static String |
ON_HEADER_CLICK
The onHeaderClick event (with
HeaderMouseEvent ). |
static String |
ON_HEADER_DOUBLE_CLICK
The onHeaderDoubleClick event (with
HeaderMouseEvent ). |
static String |
ON_HEADER_RIGHT_CLICK
The onHeaderRightClick event (with
HeaderMouseEvent ). |
static String |
ON_HEADER_UPDATE
The onHeaderSzie event (with
HeaderUpdateEvent ). |
static String |
ON_SHEET_SELECT
The onSheetSelect event (with
SheetSelectEvent
Sent when sheet is selected. |
static String |
ON_START_EDITING
The onStartEditing event (with
StartEditingEvent ). |
static String |
ON_STOP_EDITING
The onStopEditing event (with
StopEditingEvent ). |
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 (with
WidgetKeyEvent ) |
static String |
ON_WIDGET_UPDATE
The onWidgetUpdate event (with
WidgetUpdateEvent ) |
Constructor and Description |
---|
Events() |
public static final String ON_CELL_FOUCS
CellEvent
).
Sent when cell get focus from client.public static final String ON_START_EDITING
StartEditingEvent
).
Sent when cell start editing.public static final String ON_STOP_EDITING
StopEditingEvent
).
Sent when cell stop editingpublic static final String ON_CELL_CLICK
CellMouseEvent
).
Sent when user left click on a cellpublic static final String ON_CELL_RIGHT_CLICK
CellMouseEvent
).
Sent when user right click on a cellpublic static final String ON_CELL_DOUBLE_CLICK
CellMouseEvent
).
Sent when user double click on a cellpublic static final String ON_CELL_FILTER
CellMouseEvent
).
Sent when user click on the cell filter button.public static final String ON_CELL_VALIDATOR
CellMouseEvent
).
Sent when user click on the cell validation drop down buttonpublic static final String ON_HEADER_CLICK
HeaderMouseEvent
).
Sent when user left click on a headerpublic static final String ON_HEADER_RIGHT_CLICK
HeaderMouseEvent
).
Sent when user right click on a headerpublic static final String ON_HEADER_DOUBLE_CLICK
HeaderMouseEvent
).
Sent when user double click on a headerpublic static final String ON_HEADER_UPDATE
HeaderUpdateEvent
).
Sent when user resize a headerpublic static final String ON_CELL_SELECTION
CellSelectionEvent
).
Sent when user select a row/column or a range of cellspublic static final String ON_CELL_SELECTION_UPDATE
CellSelectionUpdateEvent
).
Sent when user move or modify the range of a selectionpublic static final String ON_EDITBOX_EDITING
EditboxEditingEvent
).
Sent when user start to typing in the ZSSEditboxpublic static final String ON_CELL_HYPERLINK
CellHyperlinkEvent
).
Sent when user click on the hyperlink of a cell.public static final String ON_SHEET_SELECT
SheetSelectEvent
Sent when sheet is selected.public static final String ON_CTRL_KEY
KeyEvent
)public static final String ON_CLIPBOARD_PASTE
ClipboardPasteEvent
)public static final String ON_AUX_ACTION
AuxActionEvent
)public static final String ON_WIDGET_CTRL_KEY
WidgetKeyEvent
)public static final String ON_WIDGET_UPDATE
WidgetUpdateEvent
)public static final String ON_AFTER_UNDOABLE_MANAGER_ACTION
UndoableActionManagerEvent
,
Constant Field Valuespublic static final String ON_AFTER_SHEET_NAME_CHANGE
SheetEvent
,
Constant Field Valuespublic static final String ON_AFTER_SHEET_VISIBLE_CHANGE
SheetEvent
,
Constant Field Valuespublic static final String ON_AFTER_SHEET_ORDER_CHANGE
SheetEvent
,
Constant Field Valuespublic static final String ON_AFTER_SHEET_DELETE
SheetDeleteEvent
,
Constant Field Valuespublic static final String ON_AFTER_SHEET_CREATE
SheetEvent
,
Constant Field Valuespublic static final String ON_AFTER_CELL_CHANGE
CellAreaEvent
,
Constant Field Valuespublic static final String ON_SYNC_FRIEND_FOCUS
SyncFriendFocusEvent
,
Constant Field ValuesCopyright © 2020. All rights reserved.