Uses of Enum Class
io.keikai.ui.event.HeaderAction
Packages that use HeaderAction
-
Uses of HeaderAction in io.keikai.ui.event
Methods in io.keikai.ui.event that return HeaderActionModifier and TypeMethodDescriptionHeaderUpdateEvent.getAction()Returns the actionstatic HeaderActionReturns the enum constant of this class with the specified name.static HeaderAction[]HeaderAction.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 HeaderActionModifierConstructorDescriptionHeaderUpdateEvent(String name, org.zkoss.zk.ui.Component target, SSheet sheet, HeaderType type, HeaderAction acton, int index, int size, boolean hidden)