Uses of Enum Class
io.keikai.ui.event.CellSelectionAction
Packages that use CellSelectionAction
-
Uses of CellSelectionAction in io.keikai.ui.event
Methods in io.keikai.ui.event that return CellSelectionActionModifier and TypeMethodDescriptionCellSelectionUpdateEvent.getAction()Returns the action of this event.static CellSelectionActionReturns the enum constant of this class with the specified name.static CellSelectionAction[]CellSelectionAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.keikai.ui.event with parameters of type CellSelectionActionModifierConstructorDescriptionCellSelectionUpdateEvent(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)