Uses of Interface
com.iizix.prop.ui.IUIAction
Packages that use IUIAction
Package
Description
Uses of IUIAction in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IUIActionModifier and TypeClassDescriptionclassButton component.classImage component.classMenu item component.Uses of IUIAction in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IUIActionModifier and TypeClassDescriptionclassThe 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 IUIActionModifier and TypeMethodDescriptionUIActionEvent.getSource()Gets the UI component Action that is the source of the event.Constructors in com.iizix.api.ui with parameters of type IUIActionModifierConstructorDescriptionUIActionEvent(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 IUIActionModifier and TypeClassDescriptionclassAbstract UI Action component such as buttons or menu item that are connected to a VS Action.classButton UI component.classImage UI component.classMenu item UI component.Uses of IUIAction in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IUIAction