Uses of Interface
com.iizix.gyro.IFocusComp
Package
Description
Uses of IFocusComp in com.iizigo.panel.prop
Modifier and TypeClassDescriptionclass
Heading container.class
Editor class for UISimpleDialog.class
Mobile switch UI component.class
Tab bar container.class
Accordion container.class
Button component.class
Calendar component.class
Checkbox component.class
Combobox component.class
Editor class for UIContainer.class
Context menu container.class
Date/Time UI component.class
Editor class for UIDialog.class
Gauge component.class
Image component.class
Image component.class
Menu container.class
Menu bar container.class
Label component.class
Editor class for UIPanel.class
Editor class for UIPanel.class
Editor class for UIContainer.class
Radio button component.class
Slider component.class
Spinner UI component.class
Swap container.class
Tab container.class
Text component (entry field).class
Text area component.class
Group container.Uses of IFocusComp in com.iizigo.panel.prop.calendar
Uses of IFocusComp in com.iizigo.panel.prop.map
Modifier and TypeClassDescriptionclass
Map markers container for the designer.class
Map component.Uses of IFocusComp in com.iizigo.panel.prop.mlist
Modifier and TypeClassDescriptionclass
Mobile list items group container for the designer.class
List component.class
The Editor version of a mobile list items group container.Uses of IFocusComp in com.iizigo.panel.prop.table
Uses of IFocusComp in com.iizigo.vs.prop
Modifier and TypeClassDescriptionclass
The Editor VirtualSpace property class.class
The Editor VirtualSpace Action property class.class
The Editor VirtualSpace Column property class.class
The Editor VirtualSpace Field property class.class
The Editor VirtualSpace Group property class.class
The Editor VirtualSpace Row property class.class
The Editor VirtualSpace Field property class.Uses of IFocusComp in com.iizix.api.vs
Modifier and TypeFieldDescriptionstatic final IFocusComp
IVSFocusHandler.NO_CHANGE
The focus component to return when no change of focus is requested.Modifier and TypeMethodDescriptionIVSFocusHandler.processFocusMapping
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, int destination, IFocusComp focusComp, int source, IFocusComp currentFocus) Called to return the component to focus.Modifier and TypeMethodDescriptionIVSFocusHandler.processFocusMapping
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, int destination, IFocusComp focusComp, int source, IFocusComp currentFocus) Called to return the component to focus.Uses of IFocusComp in com.iizix.event
Modifier and TypeMethodDescriptionPropCnrFocusEvent.getFocusGainedComponent()
Retrieves the component that receives focus,null
for none.PropFocusEvent.getFocusGainedComponent()
Retrieves the component that receives focus,null
for none.PropCnrFocusEvent.getFocusLostComponent()
Retrieves the opposite component that previously had focus,null
for none.PropFocusEvent.getFocusLostComponent()
Retrieves the opposite component that previously had focus,null
for none.ModifierConstructorDescriptionPropCnrFocusEvent
(IFocusComp comp, boolean isGained, IFocusComp focusGainedComponent, IFocusComp focusLostComponent, IGProp<?> trigger, boolean isRemoteInduced) Constructs a new focus event.PropFocusEvent
(IFocusComp comp, boolean isGained, IFocusComp focusGainedComponent, IFocusComp focusLostComponent, IGProp<?> trigger, boolean isRemoteInduced) Constructs a new focus event.Uses of IFocusComp in com.iizix.gyro
Modifier and TypeFieldDescriptionfinal IFocusComp
FocusEvent.opposite
Opposite component that previously had focus, null for none.final IFocusComp
FocusEvent.source
Component that receives focus, null for none.Modifier and TypeMethodDescriptionIFocusEngine.getCurrentFocus()
Gets the component in focus.GyroTransaction.getRollbackFocus()
Returns the focus that is to be set due to the rollback.GyroTransaction.rollback()
Rolls back the work done in the transaction and returns the component who's focus must be restored to.Modifier and TypeMethodDescriptionIAppSessionGyro.getFocusEngine
(IFocusComp comp) Returns the focus engine instance for the specified component.IFocusEngineProvider.getFocusEngine
(IFocusComp comp) Returns the focus engine instance for the specified component.default void
IFocusComp.onFocusGained
(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced) Called to the component when it receives focus.default void
IFocusComp.onFocusLost
(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced) Called to the focused component when it loses focus.IFocusEngine.requestFocus
(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.boolean
IFocusEngine.requestFocusEx
(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback) Requests focus to this component.ModifierConstructorDescriptionFocusEvent
(IFocusComp source, IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced) Constructs a focus event.Uses of IFocusComp in com.iizix.prop
Modifier and TypeMethodDescriptionIPropCnr.getFocusEngine
(IFocusComp comp) Locates the focus engine instance for the specified component.PropCnr.getFocusEngine
(IFocusComp comp) Locates the focus engine instance for the specified component.Uses of IFocusComp in com.iizix.prop.content
Modifier and TypeClassDescriptionclass
AbstractContentUIContainer<ITEM extends IContentItem,
ITEM_CONTENT extends IContentData<ITEM>> A property container that handles content and has custom content provider support.Uses of IFocusComp in com.iizix.prop.ui
Modifier and TypeClassDescriptionclass
Header UI container.class
Simple mobile popup dialog.class
Mobile switch UI component.class
Tab bar UI container.class
Abstract list choice UI component used for combobox and spinner.class
Accordion UI container.class
Button UI component.class
Calendar UI component.class
Checkbox UI component.class
Combobox UI component.class
The UIContainer class is a standard simple container for components.class
Context menu UI container.class
Desktop popup dialog.class
Gauge UI component.class
Image UI component.class
Image Crop and Upload UI component.class
Menu UI container.class
Menu bar UI container.class
Output (label) UI component.class
Panel UI container.class
Base panel UI container.class
Panel part UI container.class
The UI panel part container.class
Radio button UI component.class
Slider UI component.class
Spinner UI component.class
UI swap container.class
UI tab container.class
Text UI component.class
Text area UI component.class
Title panel UI container optionally collapsable.Modifier and TypeMethodDescriptiondefault void
IUIFocusComp.onFocusGained
(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced) Called to the component when it receives focus.void
UIComp.onFocusGained
(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced) Called to the component when it receives focus.default void
IUIFocusComp.onFocusLost
(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced) Called to the focused component when it loses focus.Uses of IFocusComp in com.iizix.prop.ui.calendar
Uses of IFocusComp in com.iizix.prop.ui.datetime
Uses of IFocusComp in com.iizix.prop.ui.map
Modifier and TypeClassDescriptionclass
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.class
Map UI component.Uses of IFocusComp in com.iizix.prop.ui.mlist
Modifier and TypeClassDescriptionclass
The mobile list item group contains mobile list items placed inserted into a list that comes from a VirtualSpace table or by means of the API.class
Mobile list item UI component.class
The property container for mobile list items.Uses of IFocusComp in com.iizix.prop.ui.table
Uses of IFocusComp in com.iizix.prop.vs
Modifier and TypeInterfaceDescriptioninterface
The common VS interface for the VirtualSpace and the VSComponent's such as VSField, VSTable, VSAction, etc.interface
The message support for a VS component.Modifier and TypeClassDescriptionclass
This VirtualSpace property container holds the fields and tables in the VirtualSpace.class
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
Base VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.class
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
The VirtualSpace Table property class holds the property name, value and optionally has a parent and/or property listener(s).Modifier and TypeMethodDescriptionvoid
VirtualSpace.onFocusGained
(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced) Called to the component when it receives focus.void
VSComponent.onFocusGained
(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced) Called to the component when it receives focus.void
VirtualSpace.onFocusLost
(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced) Called to the focused component when it loses focus.void
VSComponent.onFocusLost
(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced) Called to the focused component when it loses focus.Uses of IFocusComp in com.iizix.server.app
Modifier and TypeMethodDescriptionVirtualsContainer.VContainer.getFocusEngine
(IFocusComp comp) Locates the focus engine instance for the specified component.Uses of IFocusComp in com.iizix.server.gyro
Modifier and TypeMethodDescriptionAppBusyException.getVetoedProperty()
Gets the property that caused the exception.Modifier and TypeMethodDescriptionAppSessionGyro.getFocusEngine
(IFocusComp comp) Returns the focus engine instance for the specified component.ClientSessionGyro.getFocusEngine
(IFocusComp comp) Returns the focus engine instance for the specified component.void
AppSessionGyro.onFocusChanged
(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal) Called when focus changes.void
ClientSessionGyro.onFocusChanged
(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal) Called when focus changes.void
IGyroFocusEngineOwner.onFocusChanged
(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal) Called when focus changes.