Uses of Enum Class
io.keikai.ui.event.WidgetAction
Packages that use WidgetAction
-
Uses of WidgetAction in io.keikai.ui.event
Methods in io.keikai.ui.event that return WidgetActionModifier and TypeMethodDescriptionWidgetUpdateEvent.getAction()static WidgetActionReturns the enum constant of this class with the specified name.static WidgetAction[]WidgetAction.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 WidgetActionModifierConstructorDescriptionWidgetUpdateEvent(String name, org.zkoss.zk.ui.Component target, Sheet sheet, WidgetAction action, Object widgetData, SheetAnchor anchor)