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 classEUIButtonButton component.classEUIImageImage component.classEUIMenuItemMenu 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 classEMLItemPropThe 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 IUIActionUIActionEvent. 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 classAbstractUIActionAbstract UI Action component such as buttons or menu item that are connected to a VS Action.classUIButtonButton UI component.classUIImageImage UI component.classUIMenuItemMenu 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 classMLItemPropThe property container for mobile list items.