Uses of Class
io.keikai.ui.event.UndoableActionManagerEvent.Type
-
Packages that use UndoableActionManagerEvent.Type Package Description io.keikai.ui.event Events of Keikai Spreadsheet UI Component. -
-
Uses of UndoableActionManagerEvent.Type in io.keikai.ui.event
Methods in io.keikai.ui.event that return UndoableActionManagerEvent.Type Modifier and Type Method Description UndoableActionManagerEvent.Type
UndoableActionManagerEvent. getType()
static UndoableActionManagerEvent.Type
UndoableActionManagerEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static UndoableActionManagerEvent.Type[]
UndoableActionManagerEvent.Type. 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 UndoableActionManagerEvent.Type Constructor Description UndoableActionManagerEvent(String name, org.zkoss.zk.ui.Component target, UndoableActionManagerEvent.Type type, UndoableAction action)
-