class |
AbstractCommand |
Abstract command.
|
class |
AuxActionCommand |
|
class |
BlockSyncCommand |
A Command (client to server) to set the visible area and loading area with 2 rows and 2 column 0-based indexes (left, top, right, bottom).
|
class |
CellFetchCommand |
A Command (client to server) for fetch data back
|
class |
CellFocusedCommand |
A Command (client to server) for handling cell focused event
|
class |
CellMouseCommand |
A Command (client to server) for handling user(client) start editing a cell
|
class |
CellSelectionCommand |
A Command (client to server) for handling cell selection
|
class |
CellSelectionUpdateCommand |
A Command (client to server) for handling cell selection
|
class |
ClipboardPasteCommand |
A command for client-side ctrl+v paste.
|
class |
CtrlArrowCommand |
Handle the user operation when Ctrl-arrow key is pressed.
|
class |
CtrlKeyCommand |
|
class |
EditboxEditingCommand |
A Command (client to server) ...means the client is editing...
|
class |
FetchActiveRangeCommand |
|
class |
FilterCommand |
|
class |
GroupHeaderClickCommand |
|
class |
GroupOpenCommand |
The group open command to update group open info.
|
class |
HeaderMouseCommand |
A Command (client to server) for handling user(client) start editing a cell
|
class |
HeaderUpdateCommand |
A Command (client to server) for handling event about a header(top header or left header)
|
class |
SelectSheetCommand |
Select sheet from sheet bar click
|
class |
ShiftPosCommand |
Handle the user operation when arrow key is pressed to jump around unlocked
cells on a protected sheet.
|
class |
StartEditingCommand |
A Command (client to server) for handling user(client) start editing a cell
|
class |
StopEditingCommand |
A Command (client to server) for handling user(client) stop editing a cell
|
class |
TextHeightCommand |
A Command (client to server) for fetch data back
|
class |
TextWidthCommand |
A Command (client to server) for pass cell text width back
|
class |
WidgetUpdateCommand |
|