Uses of Interface
com.iizix.prop.ui.IUIAction
Package
Description
Uses of IUIAction in com.iizigo.panel.prop
Modifier and TypeClassDescriptionclass
Button component.class
Image component.class
Menu item component.Uses of IUIAction in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
The Editor version of a mobile list items group container.Uses of IUIAction in com.iizix.api.ui
Modifier and TypeMethodDescriptionUIActionEvent.getSource()
Gets the UI component Action that is the source of the event.ModifierConstructorDescriptionUIActionEvent
(IUIAction source) Constructs the event for an action without a trigger source.UIActionEvent
(IUIAction source, GProp<?> trigger) Constructs the event for an action with a property being the trigger source, e.g.UIActionEvent
(IUIAction source, GProp<?> trigger, UIComp contextComponent) Constructs the event for an action with a property being the trigger source, e.g.Uses of IUIAction in com.iizix.prop.ui
Modifier and TypeClassDescriptionclass
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.class
Button UI component.class
Image UI component.class
Menu item UI component.Uses of IUIAction in com.iizix.prop.ui.mlist