Uses of Class
io.keikai.ui.event.HeaderAction
-
Packages that use HeaderAction Package Description io.keikai.ui.event Events of Keikai Spreadsheet UI Component. -
-
Uses of HeaderAction in io.keikai.ui.event
Methods in io.keikai.ui.event that return HeaderAction Modifier and Type Method Description HeaderAction
HeaderUpdateEvent. getAction()
Returns the actionstatic HeaderAction
HeaderAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static HeaderAction[]
HeaderAction. 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 HeaderAction Constructor Description HeaderUpdateEvent(String name, org.zkoss.zk.ui.Component target, SSheet sheet, HeaderType type, HeaderAction acton, int index, int size, boolean hidden)
-