Uses of Interface
com.iizix.gyro.IFocusComp
Uses of IFocusComp in com.iizigo.panel.prop
Classes in com.iizigo.panel.prop that implement IFocusComp Modifier and Type Class Description class
EMUIHeading
Heading container.class
EMUISimpleDialog
Editor class for UISimpleDialog.class
EMUISwitch
Mobile switch UI component.class
EMUITabBar
Tab bar container.class
EUIAccordion
Accordion container.class
EUIButton
Button component.class
EUICalendar
Calendar component.class
EUICheckBox
Checkbox component.class
EUIComboBox
Combobox component.class
EUIContainer
Editor class for UIContainer.class
EUIContextMenu
Context menu container.class
EUIDateTime
Date/Time UI component.class
EUIDialog
Editor class for UIDialog.class
EUIGauge
Gauge component.class
EUIImage
Image component.class
EUIImage2
Image component.class
EUIMenu
Menu container.class
EUIMenuBar
Menu bar container.class
EUIOutput
Label component.class
EUIPanel
Editor class for UIPanel.class
EUIPanelPart
Editor class for UIPanel.class
EUIPanelPartCnr
Editor class for UIContainer.class
EUIRadioButton
Radio button component.class
EUISlider
Slider component.class
EUISpinner
Spinner UI component.class
EUISwapContainer
Swap container.class
EUITabContainer
Tab container.class
EUIText
Text component (entry field).class
EUITextArea
Text area component.class
EUITitlePane
Group container.Uses of IFocusComp in com.iizigo.panel.prop.calendar
Classes in com.iizigo.panel.prop.calendar that implement IFocusComp Modifier and Type Class Description class
EUICalendarList
Calendar list component.Uses of IFocusComp in com.iizigo.panel.prop.map
Classes in com.iizigo.panel.prop.map that implement IFocusComp Modifier and Type Class Description class
EMapMarkers
Map markers container for the designer.class
EUIMap
Map component.Uses of IFocusComp in com.iizigo.panel.prop.mlist
Classes in com.iizigo.panel.prop.mlist that implement IFocusComp Modifier and Type Class Description class
EMLGroup
Mobile list items group container for the designer.class
EMList
List component.class
EMLItemProp
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 IFocusComp Modifier and Type Class Description class
EUITable
The Table "component" (really a container).Uses of IFocusComp in com.iizigo.vs.prop
Classes in com.iizigo.vs.prop that implement IFocusComp Modifier and Type Class Description class
EditorVirtualSpace
The Editor VirtualSpace property class.class
EditorVSAction
The Editor VirtualSpace Action property class.class
EditorVSColumnHeader
The Editor VirtualSpace Column property class.class
EditorVSField
The Editor VirtualSpace Field property class.class
EditorVSGroup
The Editor VirtualSpace Group property class.class
EditorVSRow
The Editor VirtualSpace Row property class.class
EditorVSTable
The Editor VirtualSpace Field property class.Uses of IFocusComp in com.iizix.api.vs
Fields in com.iizix.api.vs declared as IFocusComp Modifier and Type Field Description static IFocusComp
IVSFocusHandler. NO_CHANGE
The focus component to return when no change of focus is requested.Methods in com.iizix.api.vs that return IFocusComp Modifier and Type Method Description IFocusComp
IVSFocusHandler. 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 IFocusComp Modifier and Type Method Description IFocusComp
IVSFocusHandler. 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 IFocusComp Modifier and Type Method Description IFocusComp
PropCnrFocusEvent. getFocusGainedComponent()
Retrieves the component that receives focus,null
for none.IFocusComp
PropFocusEvent. getFocusGainedComponent()
Retrieves the component that receives focus,null
for none.IFocusComp
PropCnrFocusEvent. getFocusLostComponent()
Retrieves the opposite component that previously had focus,null
for none.IFocusComp
PropFocusEvent. getFocusLostComponent()
Retrieves the opposite component that previously had focus,null
for none.Constructors in com.iizix.event with parameters of type IFocusComp Constructor Description PropCnrFocusEvent(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 IFocusComp Modifier and Type Field Description IFocusComp
FocusEvent. opposite
Opposite component that previously had focus, null for none.IFocusComp
FocusEvent. source
Component that receives focus, null for none.Methods in com.iizix.gyro that return IFocusComp Modifier and Type Method Description IFocusComp
IFocusEngine. getCurrentFocus()
Gets the component in focus.IFocusComp
GyroTransaction. getRollbackFocus()
Returns the focus that is to be set due to the rollback.IFocusComp
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 IFocusComp Modifier and Type Method Description IFocusEngine
IAppSessionGyro. getFocusEngine(IFocusComp comp)
Returns the focus engine instance for the specified component.IFocusEngine
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.java.lang.String
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 IFocusComp Constructor Description FocusEvent(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 IFocusComp Modifier and Type Method Description IFocusEngine
IPropCnr. getFocusEngine(IFocusComp comp)
Locates the focus engine instance for the specified component.IFocusEngine
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 IFocusComp Modifier and Type Class Description class
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.ui Modifier and Type Interface Description interface
IUIFocusComp
Focus component for the UI components.Classes in com.iizix.prop.ui that implement IFocusComp Modifier and Type Class Description class
MUIHeading
Header UI container.class
MUISimpleDialog
Simple mobile popup dialog.class
MUISwitch
Mobile switch UI component.class
MUITabBar
Tab bar UI container.class
UIAbstractListChoice
Abstract list choice UI component used for combobox and spinner.class
UIAccordion
Accordion UI container.class
UIButton
Button UI component.class
UICalendar
Calendar UI component.class
UICheckBox
Checkbox UI component.class
UIComboBox
Combobox UI component.class
UIContainer
The UIContainer class is a standard simple container for components.class
UIContextMenu
Context menu UI container.class
UIDialog
Desktop popup dialog.class
UIGauge
Gauge UI component.class
UIImage
Image UI component.class
UIImage2
Image Crop and Upload UI component.class
UIMenu
Menu UI container.class
UIMenuBar
Menu bar UI container.class
UIOutput
Output (label) UI component.class
UIPanel
Panel UI container.class
UIPanelBase
Base panel UI container.class
UIPanelPart
Panel part UI container.class
UIPanelPartCnr
The UI panel part container.class
UIRadioButton
Radio button UI component.class
UISlider
Slider UI component.class
UISpinner
Spinner UI component.class
UISwapContainer
UI swap container.class
UITabContainer
UI tab container.class
UIText
Text UI component.class
UITextArea
Text area UI component.class
UITitlePane
Title panel UI container optionally collapsable.Methods in com.iizix.prop.ui with parameters of type IFocusComp Modifier and Type Method Description default 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 IFocusComp Modifier and Type Class Description class
UICalendarList
Calendar List UI component.Uses of IFocusComp in com.iizix.prop.ui.datetime
Classes in com.iizix.prop.ui.datetime that implement IFocusComp Modifier and Type Class Description class
UIDateTime
Date/Time UI Component.Uses of IFocusComp in com.iizix.prop.ui.map
Classes in com.iizix.prop.ui.map that implement IFocusComp Modifier and Type Class Description class
MapMarkers
The map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.class
UIMap
Map UI component.Uses of IFocusComp in com.iizix.prop.ui.mlist
Classes in com.iizix.prop.ui.mlist that implement IFocusComp Modifier and Type Class Description class
MLGroup
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
MList
Mobile list item UI component.class
MLItemProp
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 IFocusComp Modifier and Type Class Description class
UITable
The table UI container.Uses of IFocusComp in com.iizix.prop.vs
Subinterfaces of IFocusComp in com.iizix.prop.vs Modifier and Type Interface Description interface
IVSComponent
The common VS interface for the VirtualSpace and the VSComponent's such as VSField, VSTable, VSAction, etc.interface
IVSMessageComponent
The message support for a VS component.Classes in com.iizix.prop.vs that implement IFocusComp Modifier and Type Class Description class
VirtualSpace
This VirtualSpace property container holds the fields and tables in the VirtualSpace.class
VSAction
The VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSColumnHeader
The VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSComponent
Base VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.class
VSField
The VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSGroup
The VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSRow
The VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).class
VSTable
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 IFocusComp Modifier and Type Method Description void
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 IFocusComp Modifier and Type Method Description IFocusEngine
VirtualsContainer.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 IFocusComp Modifier and Type Method Description IFocusComp
AppBusyException. getVetoedProperty()
Gets the property that caused the exception.Methods in com.iizix.server.gyro with parameters of type IFocusComp Modifier and Type Method Description IFocusEngine
AppSessionGyro. getFocusEngine(IFocusComp comp)
Returns the focus engine instance for the specified component.IFocusEngine
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 Constructor Description AppBusyException(IFocusComp source)
The property causing the veto.