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