Package | Description |
---|---|
io.keikai.ui.event |
Events of Keikai Spreadsheet UI Component.
|
Modifier and Type | Method and Description |
---|---|
CellSelectionAction |
CellSelectionUpdateEvent.getAction()
Returns the action of this event.
|
static CellSelectionAction |
CellSelectionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellSelectionAction[] |
CellSelectionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CellSelectionUpdateEvent(String name,
org.zkoss.zk.ui.Component target,
Sheet sheet,
int tRow,
int lCol,
int bRow,
int rCol,
int otRow,
int olCol,
int obRow,
int orCol,
CellSelectionType type,
CellSelectionAction action) |
Copyright © 2020. All rights reserved.