Uses of Interface
com.iizix.prop.ui.IUIAction
Packages that use IUIAction Package Description com.iizigo.panel.prop com.iizigo.panel.prop.mlist com.iizix.api.ui com.iizix.prop.ui com.iizix.prop.ui.mlist Uses of IUIAction in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUIAction Modifier and Type Class Description class
EUIButton
Button component.class
EUIImage
Image component.class
EUIMenuItem
Menu item component.Uses of IUIAction in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IUIAction Modifier and Type Class Description class
EMLItemProp
The Editor version of a mobile list items group container.Uses of IUIAction in com.iizix.api.ui
Methods in com.iizix.api.ui that return IUIAction Modifier and Type Method Description IUIAction
UIActionEvent. getSource()
Gets the UI component Action that is the source of the event.Constructors in com.iizix.api.ui with parameters of type IUIAction Constructor Description UIActionEvent(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
Classes in com.iizix.prop.ui that implement IUIAction Modifier and Type Class Description class
AbstractUIAction
Abstract UI Action component such as buttons or menu item that are connected to a VS Action.class
UIButton
Button UI component.class
UIImage
Image UI component.class
UIMenuItem
Menu item UI component.Uses of IUIAction in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IUIAction Modifier and Type Class Description class
MLItemProp
The property container for mobile list items.