Uses of Enum Class
io.keikai.ui.event.HeaderType
Packages that use HeaderType
-
Uses of HeaderType in io.keikai.ui.event
Methods in io.keikai.ui.event that return HeaderTypeModifier and TypeMethodDescriptionHeaderMouseEvent.getType()get type of this event, it will beHeaderUpdateEvent#TOP_HEADERor (@link HeaderEvent#LEFT_HEADER}HeaderUpdateEvent.getType()get type of this eventstatic HeaderTypeReturns the enum constant of this class with the specified name.static HeaderType[]HeaderType.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 HeaderTypeModifierConstructorDescriptionHeaderMouseEvent(String name, org.zkoss.zk.ui.Component target, int x, int y, int keys, SSheet sheet, HeaderType type, int index, int clientx, int clienty) HeaderUpdateEvent(String name, org.zkoss.zk.ui.Component target, SSheet sheet, HeaderType type, HeaderAction acton, int index, int size, boolean hidden)