Uses of Interface
com.iizix.gyro.ILockUI
Packages that use ILockUI Package Description com.iizigo.panel.prop com.iizigo.panel.prop.mlist com.iizigo.vs.prop com.iizix.gyro com.iizix.prop.ui com.iizix.prop.ui.mlist com.iizix.prop.vs Uses of ILockUI in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement ILockUI Modifier and Type Class Description class
EUIButton
Button component.class
EUIImage
Image component.class
EUIMenuItem
Menu item component.Uses of ILockUI in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement ILockUI Modifier and Type Class Description class
EMLItemProp
The Editor version of a mobile list items group container.Uses of ILockUI in com.iizigo.vs.prop
Classes in com.iizigo.vs.prop that implement ILockUI Modifier and Type Class Description class
EditorVSAction
The Editor VirtualSpace Action property class.Uses of ILockUI in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type ILockUI Modifier and Type Method Description default ProgressIndicatorDelay
ILockUI. getProgressIndicatorDelay(ILockUI defaultProvider)
Returns the delay before the hourglass is shown when the UI is locked.default KString
ILockUI. getWaitMessage(ILockUI defaultProvider)
Returns the wait message to display alongside the UI lock or progress indicator in the UI (e.g.default boolean
ILockUI. isLockUIEnabled(ILockUI defaultProvider)
Returns if the action would lock the UI before execution.Uses of ILockUI in com.iizix.prop.ui
Subinterfaces of ILockUI in com.iizix.prop.ui Modifier and Type Interface Description interface
IUIAction
Interface implemented by action items.Classes in com.iizix.prop.ui that implement ILockUI 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 ILockUI in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement ILockUI Modifier and Type Class Description class
MLItemProp
The property container for mobile list items.Uses of ILockUI in com.iizix.prop.vs
Classes in com.iizix.prop.vs that implement ILockUI Modifier and Type Class Description class
VSAction
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).