Uses of Class
io.keikai.ui.event.CellSelectionAction
-
Packages that use CellSelectionAction Package Description io.keikai.ui.event Events of Keikai Spreadsheet UI Component. -
-
Uses of CellSelectionAction in io.keikai.ui.event
Methods in io.keikai.ui.event that return CellSelectionAction Modifier and Type Method 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.Constructors in io.keikai.ui.event with parameters of type CellSelectionAction Constructor 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)
-