Uses of Interface
com.iizix.gyro.IFocusComp
Packages that use IFocusComp
Package
Description
Uses of IFocusComp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IFocusCompModifier 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
Classes in com.iizigo.panel.prop.calendar that implement IFocusCompUses of IFocusComp in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IFocusCompModifier and TypeClassDescriptionclass
Map markers container for the designer.class
Map component.Uses of IFocusComp in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IFocusCompModifier 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
Classes in com.iizigo.panel.prop.table that implement IFocusCompUses of IFocusComp in com.iizigo.vs.prop
Classes in com.iizigo.vs.prop that implement IFocusCompModifier 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
Fields in com.iizix.api.vs declared as IFocusCompModifier and TypeFieldDescriptionstatic final IFocusComp
IVSFocusHandler.NO_CHANGE
The focus component to return when no change of focus is requested.Methods in com.iizix.api.vs that return IFocusCompModifier and TypeMethodDescriptionIVSFocusHandler.processFocusMapping
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, int destination, IFocusComp focusComp, int source, IFocusComp currentFocus) Called to return the component to focus.Methods in com.iizix.api.vs with parameters of type IFocusCompModifier 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
Methods in com.iizix.event that return IFocusCompModifier 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.Constructors in com.iizix.event with parameters of type IFocusCompModifierConstructorDescriptionPropCnrFocusEvent
(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
Fields in com.iizix.gyro declared as IFocusCompModifier 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.Methods in com.iizix.gyro that return IFocusCompModifier 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.Methods in com.iizix.gyro with parameters of type IFocusCompModifier 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.Constructors in com.iizix.gyro with parameters of type IFocusCompModifierConstructorDescriptionFocusEvent
(IFocusComp source, IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced) Constructs a focus event.Uses of IFocusComp in com.iizix.prop
Methods in com.iizix.prop with parameters of type IFocusCompModifier 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
Classes in com.iizix.prop.content that implement IFocusCompModifier 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
Subinterfaces of IFocusComp in com.iizix.prop.uiClasses in com.iizix.prop.ui that implement IFocusCompModifier 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.Methods in com.iizix.prop.ui with parameters of type IFocusCompModifier 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
Classes in com.iizix.prop.ui.calendar that implement IFocusCompUses of IFocusComp in com.iizix.prop.ui.datetime
Classes in com.iizix.prop.ui.datetime that implement IFocusCompUses of IFocusComp in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IFocusCompModifier 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
Classes in com.iizix.prop.ui.mlist that implement IFocusCompModifier 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
Classes in com.iizix.prop.ui.table that implement IFocusCompUses of IFocusComp in com.iizix.prop.vs
Subinterfaces of IFocusComp in com.iizix.prop.vsModifier 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.Classes in com.iizix.prop.vs that implement IFocusCompModifier 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).Methods in com.iizix.prop.vs with parameters of type IFocusCompModifier 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
Methods in com.iizix.server.app with parameters of type IFocusCompModifier and TypeMethodDescriptionVirtualsContainer.VContainer.getFocusEngine
(IFocusComp comp) Locates the focus engine instance for the specified component.Uses of IFocusComp in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return IFocusCompModifier and TypeMethodDescriptionAppBusyException.getVetoedProperty()
Gets the property that caused the exception.Methods in com.iizix.server.gyro with parameters of type IFocusCompModifier 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.Constructors in com.iizix.server.gyro with parameters of type IFocusComp