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 classEMUIHeadingHeading container.classEMUISimpleDialogEditor class for UISimpleDialog.classEMUISwitchMobile switch UI component.classEMUITabBarTab bar container.classEUIAccordionAccordion container.classEUIButtonButton component.classEUICalendarCalendar component.classEUICheckBoxCheckbox component.classEUIComboBoxCombobox component.classEUIContainerEditor class for UIContainer.classEUIContextMenuContext menu container.classEUIDateTimeDate/Time UI component.classEUIDialogEditor class for UIDialog.classEUIGaugeGauge component.classEUIImageImage component.classEUIImage2Image component.classEUIMenuMenu container.classEUIMenuBarMenu bar container.classEUIOutputLabel component.classEUIPanelEditor class for UIPanel.classEUIPanelPartEditor class for UIPanel.classEUIPanelPartCnrEditor class for UIContainer.classEUIRadioButtonRadio button component.classEUISliderSlider component.classEUISpinnerSpinner UI component.classEUISwapContainerSwap container.classEUITabContainerTab container.classEUITextText component (entry field).classEUITextAreaText area component.classEUITitlePaneGroup 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 classEUICalendarListCalendar 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 classEMapMarkersMap markers container for the designer.classEUIMapMap 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 classEMLGroupMobile list items group container for the designer.classEMListList component.classEMLItemPropThe 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 classEUITableThe 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 classEditorVirtualSpaceThe Editor VirtualSpace property class.classEditorVSActionThe Editor VirtualSpace Action property class.classEditorVSColumnHeaderThe Editor VirtualSpace Column property class.classEditorVSFieldThe Editor VirtualSpace Field property class.classEditorVSGroupThe Editor VirtualSpace Group property class.classEditorVSRowThe Editor VirtualSpace Row property class.classEditorVSTableThe 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 IFocusCompIVSFocusHandler. NO_CHANGEThe 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 IFocusCompIVSFocusHandler. 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 IFocusCompIVSFocusHandler. 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 IFocusCompPropCnrFocusEvent. getFocusGainedComponent()Retrieves the component that receives focus,nullfor none.IFocusCompPropFocusEvent. getFocusGainedComponent()Retrieves the component that receives focus,nullfor none.IFocusCompPropCnrFocusEvent. getFocusLostComponent()Retrieves the opposite component that previously had focus,nullfor none.IFocusCompPropFocusEvent. getFocusLostComponent()Retrieves the opposite component that previously had focus,nullfor 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 IFocusCompFocusEvent. oppositeOpposite component that previously had focus, null for none.IFocusCompFocusEvent. sourceComponent that receives focus, null for none.Methods in com.iizix.gyro that return IFocusComp Modifier and Type Method Description IFocusCompIFocusEngine. getCurrentFocus()Gets the component in focus.IFocusCompGyroTransaction. getRollbackFocus()Returns the focus that is to be set due to the rollback.IFocusCompGyroTransaction. 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 IFocusEngineIAppSessionGyro. getFocusEngine(IFocusComp comp)Returns the focus engine instance for the specified component.IFocusEngineIFocusEngineProvider. getFocusEngine(IFocusComp comp)Returns the focus engine instance for the specified component.default voidIFocusComp. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.default voidIFocusComp. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)Called to the focused component when it loses focus.java.lang.StringIFocusEngine. requestFocus(IFocusComp comp, IGProp<?> trigger, boolean isRemoteInduced, IFocusVetoListener callback)Requests focus to this component.booleanIFocusEngine. 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 IFocusEngineIPropCnr. getFocusEngine(IFocusComp comp)Locates the focus engine instance for the specified component.IFocusEnginePropCnr. 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 classAbstractContentUIContainer<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 interfaceIUIFocusCompFocus component for the UI components.Classes in com.iizix.prop.ui that implement IFocusComp Modifier and Type Class Description classMUIHeadingHeader UI container.classMUISimpleDialogSimple mobile popup dialog.classMUISwitchMobile switch UI component.classMUITabBarTab bar UI container.classUIAbstractListChoiceAbstract list choice UI component used for combobox and spinner.classUIAccordionAccordion UI container.classUIButtonButton UI component.classUICalendarCalendar UI component.classUICheckBoxCheckbox UI component.classUIComboBoxCombobox UI component.classUIContainerThe UIContainer class is a standard simple container for components.classUIContextMenuContext menu UI container.classUIDialogDesktop popup dialog.classUIGaugeGauge UI component.classUIImageImage UI component.classUIImage2Image Crop and Upload UI component.classUIMenuMenu UI container.classUIMenuBarMenu bar UI container.classUIOutputOutput (label) UI component.classUIPanelPanel UI container.classUIPanelBaseBase panel UI container.classUIPanelPartPanel part UI container.classUIPanelPartCnrThe UI panel part container.classUIRadioButtonRadio button UI component.classUISliderSlider UI component.classUISpinnerSpinner UI component.classUISwapContainerUI swap container.classUITabContainerUI tab container.classUITextText UI component.classUITextAreaText area UI component.classUITitlePaneTitle panel UI container optionally collapsable.Methods in com.iizix.prop.ui with parameters of type IFocusComp Modifier and Type Method Description default voidIUIFocusComp. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.voidUIComp. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.default voidIUIFocusComp. 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 classUICalendarListCalendar 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 classUIDateTimeDate/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 classMapMarkersThe map marker container contains markers placed on a map that comes from a VirtualSpace table or by means of the API.classUIMapMap 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 classMLGroupThe 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.classMListMobile list item UI component.classMLItemPropThe 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 classUITableThe table UI container.Uses of IFocusComp in com.iizix.prop.vs
Subinterfaces of IFocusComp in com.iizix.prop.vs Modifier and Type Interface Description interfaceIVSComponentThe common VS interface for the VirtualSpace and the VSComponent's such as VSField, VSTable, VSAction, etc.interfaceIVSMessageComponentThe message support for a VS component.Classes in com.iizix.prop.vs that implement IFocusComp Modifier and Type Class Description classVirtualSpaceThis VirtualSpace property container holds the fields and tables in the VirtualSpace.classVSActionThe VirtualSpace Action property class holds the property name, value and optionally has a parent and/or property listener(s).classVSColumnHeaderThe VirtualSpace Column Header property class holds the property name, value and optionally has a parent and/or property listener(s).classVSComponentBase VS class used by VirtualSpace elements: VSField, VSTable, VSRow, VSColumnHeader, VSAction, VirtualSpace.classVSFieldThe VirtualSpace Field property class holds the property name, value and optionally has a parent and/or property listener(s).classVSGroupThe VirtualSpace Group property class holds the property name, value and optionally has a parent and/or property listener(s).classVSRowThe VirtualSpace Row property class holds the property name, value and optionally has a parent and/or property listener(s).classVSTableThe 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 voidVirtualSpace. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.voidVSComponent. onFocusGained(IFocusComp opposite, IGProp<?> trigger, boolean isRemoteInduced)Called to the component when it receives focus.voidVirtualSpace. onFocusLost(IFocusComp focusComp, IGProp<?> trigger, boolean isRemoteInduced)Called to the focused component when it loses focus.voidVSComponent. 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 IFocusEngineVirtualsContainer.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 IFocusCompAppBusyException. getVetoedProperty()Gets the property that caused the exception.Methods in com.iizix.server.gyro with parameters of type IFocusComp Modifier and Type Method Description IFocusEngineAppSessionGyro. getFocusEngine(IFocusComp comp)Returns the focus engine instance for the specified component.IFocusEngineClientSessionGyro. getFocusEngine(IFocusComp comp)Returns the focus engine instance for the specified component.voidAppSessionGyro. onFocusChanged(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal)Called when focus changes.voidClientSessionGyro. onFocusChanged(IFocusComp newComp, IFocusComp oldComp, IGProp<?> trigger, boolean isRemoteInduced, boolean isInternal)Called when focus changes.voidIGyroFocusEngineOwner. 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.