Uses of Interface
com.iizix.prop.vs.IVSComponent
Uses of IVSComponent in com.iizigo.java
Methods in com.iizigo.java with parameters of type IVSComponent Modifier and Type Method Description static voidEventConnections. addTooltipInfo(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, IVSComponent comp)Adds events for tooltip text for UI components.static voidEventConnections. addTooltipInfo(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, IVSComponent comp, boolean isMapped)Adds events for tooltip text for UI components.Uses of IVSComponent in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type IVSComponent Modifier and Type Method Description voidActionsPanel. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)voidTablePanel. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)voidValuePanel. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Uses of IVSComponent in com.iizigo.vs.link
Classes in com.iizigo.vs.link with type parameters of type IVSComponent Modifier and Type Class Description classVSLinkInfo<VSCOMP extends IVSComponent>Class holding the setup for an individual link type and how to create it.Uses of IVSComponent in com.iizigo.vs.prop
Classes in com.iizigo.vs.prop that implement IVSComponent 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 IVSComponent in com.iizix.api
Methods in com.iizix.api with type parameters of type IVSComponent Modifier and Type Method Description <COMP extends IVSComponent>
COMPBaseEvent. getVSComponent(@VSRef java.lang.String path, java.lang.Class<COMP> clazz)Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPBaseEvent. getVSComponent2(@FullVSRef java.lang.String fullVSRef, java.lang.Class<COMP> clazz)Gets the VS component with the specified full reference path.<COMP extends IVSComponent>
COMPBaseEvent. getVSComponentNull(@VSRef java.lang.String path, java.lang.Class<COMP> clazz)Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPBaseEvent. getVSComponentNull2(@FullVSRef java.lang.String fullVSRef, java.lang.Class<COMP> clazz)Gets the VS component with the specified full reference path.Uses of IVSComponent in com.iizix.api.vs
Classes in com.iizix.api.vs with type parameters of type IVSComponent Modifier and Type Class Description classVSBaseEvent<VSCOMP extends IVSComponent>Base event for all VirtualSpace events in the API.classVSBaseEventWithTrigger<VSCOMP extends IVSComponent>Base event for all VirtualSpace events in the API.Methods in com.iizix.api.vs that return IVSComponent Modifier and Type Method Description IVSComponentVSFocusEvent. getOpposite()Gets the opposite component for the focus operation, i.e.IVSComponentVSCreateEvent. getSource()Gets the VirtualSpace or its created component.IVSComponentVSDestroyEvent. getSource()Gets the VirtualSpace or its destroyed component.IVSComponentVSFocusEvent. getSource()Gets the VirtualSpace item that is the source of the event, i.e.IVSComponentVSStateEvent. getSource()Gets the VirtualSpace item that is the source of the event, i.e.Constructors in com.iizix.api.vs with parameters of type IVSComponent Constructor Description VSChangeEvent(IVSComponent source)Constructs the event for a change without a trigger source.VSChangeEvent(IVSComponent source, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.VSCreateEvent(IVSComponent source)Constructs the event for a VirtualSpace component.VSDestroyEvent(IVSComponent source)Constructs the event for a component.VSFocusEvent(IVSComponent source, IVSComponent opposite, boolean isFocusGained)Constructs the event for a change without a trigger source.VSFocusEvent(IVSComponent source, IVSComponent opposite, boolean isFocusGained, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.VSStateEvent(IVSComponent source, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)Constructs the event for a change event with a property being the trigger source, e.g.Uses of IVSComponent in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type IVSComponent Modifier and Type Method Description voidInputVariable. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.voidResultProps. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.voidResultSetColumnProp. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.voidResultSetProps. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.Uses of IVSComponent in com.iizix.gyro
Methods in com.iizix.gyro that return IVSComponent Modifier and Type Method Description IVSComponentIAppSessionGyro. getCurrentFocus()Returns the current focus in the VirtualSpace.IVSComponentIVirtualSpaceFocusEngine. getCurrentFocusFallback()Gets the component in focus with fall-back to last super-parent (panel or VirtualSpace).default IVSComponentIAppSessionFocusProvider. getInitialVSFocus(IAppSessionGyro appGyro, IClientSessionGyro clientGyro)Returns the initial focus to set in the application.IVSComponentIAppSessionGyro. getVirtualizedVSComponent(IVSComponent component)Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.Methods in com.iizix.gyro with parameters of type IVSComponent Modifier and Type Method Description default UICompIAppSessionFocusProvider. findFocusFromVS(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel)Finds the UI focus from VS.IVSComponentIAppSessionGyro. getVirtualizedVSComponent(IVSComponent component)Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.java.lang.StringIAppSessionGyro. setVirtualizeSupportFocus(IVSComponent vsComp)Sets the focus to the specified VS component, regardless if the VS component is virtualized or not.java.lang.StringIAppSessionGyro. setVirtualizeSupportFocus(IVSComponent vsComp, IGProp<?> trigger)Sets the focus to the specified VS component, regardless if the VS component is virtualized or not.Uses of IVSComponent in com.iizix.gyro.history
Methods in com.iizix.gyro.history that return IVSComponent Modifier and Type Method Description IVSComponentIAppHistoryEntry. getBackwardVSFocus()Gets the non-virtualized VS component for backward focus.IVSComponentIAppHistoryEntry. getForwardVSFocus()Gets the non-virtualized VS component for forward focus.Methods in com.iizix.gyro.history with parameters of type IVSComponent Modifier and Type Method Description booleanIAppHistoryEntry. setBackwardInfo(IVSComponent vsComp)Sets the backward VirtualSpace focus information for the entry.booleanIAppHistoryEntry. setForwardInfo(IVSComponent vsComp)Sets the forward VirtualSpace focus information for the entry.Uses of IVSComponent in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type IVSComponent Modifier and Type Method Description voidAbstractContentUIContainer. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the parent changes state.Uses of IVSComponent in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IVSComponent Modifier and Type Method Description voidUIComp. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.booleanUIComp. setEnabled(boolean on, IVSComponent trigger)Sets the enabled state of the component.booleanUIComp. setReadOnly(boolean on, IVSComponent trigger)Sets the read-only state of the component.booleanUIComp. setVisible(boolean on, IVSComponent trigger)Sets the visibility state of the component.Uses of IVSComponent in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series with parameters of type IVSComponent Modifier and Type Method Description voidSeries. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the parent changes state.Uses of IVSComponent in com.iizix.prop.vs
Subinterfaces of IVSComponent in com.iizix.prop.vs Modifier and Type Interface Description interfaceIVSMessageComponentThe message support for a VS component.Classes in com.iizix.prop.vs that implement IVSComponent 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 type parameters of type IVSComponent Modifier and Type Method Description default <COMP extends IVSComponent>
COMPIVSComponent. getVSComponent(@VSRef java.lang.String path, java.lang.Class<COMP> clazz)Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPVirtualSpace. getVSComponent(@VSRef java.lang.String path, java.lang.Class<COMP> clazz)Gets the VS component with the specified path.default <COMP extends IVSComponent>
COMPIVSComponent. getVSComponent2(@FullVSRef java.lang.String fullVSRef, java.lang.Class<COMP> clazz)Gets the VS component with the specified full reference path.<COMP extends IVSComponent>
COMPVirtualSpace. getVSComponent2(@FullVSRef java.lang.String fullVSRef, java.lang.Class<COMP> clazz)Gets the VS component with the specified full reference path.default <COMP extends IVSComponent>
COMPIVSComponent. getVSComponentNull(@VSRef java.lang.String path, java.lang.Class<COMP> clazz)Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPVirtualSpace. getVSComponentNull(@VSRef java.lang.String path, java.lang.Class<COMP> clazz)Gets the VS component with the specified path.default <COMP extends IVSComponent>
COMPIVSComponent. getVSComponentNull2(@FullVSRef java.lang.String fullVSRef, java.lang.Class<COMP> clazz)Gets the VS component with the specified full reference path.<COMP extends IVSComponent>
COMPVirtualSpace. getVSComponentNull2(@FullVSRef java.lang.String fullVSRef, java.lang.Class<COMP> clazz)Gets the VS component with the specified full reference path.Methods in com.iizix.prop.vs that return IVSComponent Modifier and Type Method Description IVSComponentIVSComponent. getNonVirtualized()Gets the non-virtualized instance of this component, if it exists.Methods in com.iizix.prop.vs with parameters of type IVSComponent Modifier and Type Method Description protected voidVirtualSpace. invokeOnVSChangedMethod(IVSComponent component, GProp<?> trigger)Invoke the changed event method.protected voidVirtualSpace. invokeOnVSCreateMethod(IVSComponent component)Invoke the create event method.protected voidVirtualSpace. invokeOnVSDestroyMethod(IVSComponent component)Invoke the destroy event method.protected voidVirtualSpace. invokeOnVSFocusMethod(boolean isFocusGained, IVSComponent component, IVSComponent opposite, IGProp<?> trigger)Invoke the focus event method.protected voidVirtualSpace. invokeOnVSStateMethod(IVSComponent component, IVSComponentState.State state, boolean stateValue, GProp<?> trigger)Invoke the state event method.voidIVSComponentListener. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the parent changes state.voidVirtualSpace. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.voidVSAction. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)Invokes the parent state notification function for the component.voidVSActionAdapter. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.voidVSColumnAdapter. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.voidVSColumnHeader. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)Invokes the parent state notification function for the component.voidVSField. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)Invokes the parent state notification function for the component.voidVSFieldAdapter. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.voidVSGroup. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)Invokes the parent state notification function for the component.voidVSRow. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.voidVSTable. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean stateValue)Invokes the parent state notification function for the component.voidVSTableAdapter. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.Uses of IVSComponent in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return IVSComponent Modifier and Type Method Description IVSComponentAppHistoryEntry. getBackwardVSFocus()Gets the non-virtualized VS component for backward focus.IVSComponentAppSessionGyro. getCurrentFocus()Returns the current focus in the VirtualSpace.IVSComponentAppHistoryEntry. getForwardVSFocus()Gets the non-virtualized VS component for forward focus.IVSComponentAppSessionGyro. getVirtualizedVSComponent(IVSComponent component)Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.Methods in com.iizix.server.gyro with parameters of type IVSComponent Modifier and Type Method Description IVSComponentAppSessionGyro. getVirtualizedVSComponent(IVSComponent component)Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.booleanAppHistoryEntry. setBackwardInfo(IVSComponent vsComp)Sets the backward VirtualSpace focus information for the entry.booleanAppHistoryEntry. setForwardInfo(IVSComponent vsComp)Sets the forward VirtualSpace focus information for the entry.java.lang.StringAppSessionGyro. setVirtualizeSupportFocus(IVSComponent vsComp)Sets the focus to the specified VS component, regardless if the VS component is virtualized or not.java.lang.StringAppSessionGyro. setVirtualizeSupportFocus(IVSComponent vsComp, IGProp<?> trigger)Sets the focus to the specified VS component, regardless if the VS component is virtualized or not.Uses of IVSComponent in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type IVSComponent Modifier and Type Method Description voidScreenActionProp. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.voidScreenFieldProp. onParentStateChanged(IVSComponent parent, IVSComponentState.State state, boolean on)Called when the column changes state.