Uses of Interface
com.iizix.prop.vs.IVSComponent
Package
Description
Uses of IVSComponent in com.iizigo.java
Modifier and TypeMethodDescriptionstatic void
EventConnections.addTooltipInfo
(ApplicationUI appUI, org.eclipse.swt.widgets.Composite parent, IVSComponent comp) Adds events for tooltip text for UI components.static void
EventConnections.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
Modifier and TypeMethodDescriptionvoid
ActionsPanel.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) void
TablePanel.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) void
ValuePanel.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Uses of IVSComponent in com.iizigo.vs.link
Modifier and TypeClassDescriptionclass
VSLinkInfo<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
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 IVSComponent in com.iizix.api
Modifier and TypeMethodDescription<COMP extends IVSComponent>
COMPBaseEvent.getVSComponent
(@VSRef String path, Class<COMP> clazz) Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPBaseEvent.getVSComponent2
(@FullVSRef String fullVSRef, Class<COMP> clazz) Gets the VS component with the specified full reference path.<COMP extends IVSComponent>
COMPBaseEvent.getVSComponentNull
(@VSRef String path, Class<COMP> clazz) Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPBaseEvent.getVSComponentNull2
(@FullVSRef String fullVSRef, Class<COMP> clazz) Gets the VS component with the specified full reference path.Uses of IVSComponent in com.iizix.api.vs
Modifier and TypeClassDescriptionclass
VSBaseEvent<VSCOMP extends IVSComponent>
Base event for all VirtualSpace events in the API.class
VSBaseEventWithTrigger<VSCOMP extends IVSComponent>
Base event for all VirtualSpace events in the API.Modifier and TypeMethodDescriptionVSFocusEvent.getOpposite()
Gets the opposite component for the focus operation, i.e.VSCreateEvent.getSource()
Gets the VirtualSpace or its created component.VSDestroyEvent.getSource()
Gets the VirtualSpace or its destroyed component.VSFocusEvent.getSource()
Gets the VirtualSpace item that is the source of the event, i.e.VSStateEvent.getSource()
Gets the VirtualSpace item that is the source of the event, i.e.ModifierConstructorDescriptionVSChangeEvent
(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
Modifier and TypeMethodDescriptionvoid
InputVariable.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.void
ResultProps.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.void
ResultSetColumnProp.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.void
ResultSetProps.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.Uses of IVSComponent in com.iizix.gyro
Modifier and TypeMethodDescriptionIAppSessionGyro.getCurrentFocus()
Returns the current focus in the VirtualSpace.IVirtualSpaceFocusEngine.getCurrentFocusFallback()
Gets the component in focus with fall-back to last super-parent (panel or VirtualSpace).default IVSComponent
IAppSessionFocusProvider.getInitialVSFocus
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro) Returns the initial focus to set in the application.IAppSessionGyro.getVirtualizedVSComponent
(IVSComponent component) Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.Modifier and TypeMethodDescriptiondefault UIComp
IAppSessionFocusProvider.findFocusFromVS
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, IVirtualSpaceFocusEngine vsFocusEngine, VirtualSpace vsVirtual, IVSComponent vsComp, UIComp currentFocusedUIComp, boolean mustChangePanel) Finds the UI focus from VS.IAppSessionGyro.getVirtualizedVSComponent
(IVSComponent component) Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.IAppSessionGyro.setVirtualizeSupportFocus
(IVSComponent vsComp) Sets the focus to the specified VS component, regardless if the VS component is virtualized or not.IAppSessionGyro.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
Modifier and TypeMethodDescriptionIAppHistoryEntry.getBackwardVSFocus()
Gets the non-virtualized VS component for backward focus.IAppHistoryEntry.getForwardVSFocus()
Gets the non-virtualized VS component for forward focus.Modifier and TypeMethodDescriptionboolean
IAppHistoryEntry.setBackwardInfo
(IVSComponent vsComp) Sets the backward VirtualSpace focus information for the entry.boolean
IAppHistoryEntry.setForwardInfo
(IVSComponent vsComp) Sets the forward VirtualSpace focus information for the entry.Uses of IVSComponent in com.iizix.prop.content
Modifier and TypeMethodDescriptionvoid
AbstractContentUIContainer.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the parent changes state.Uses of IVSComponent in com.iizix.prop.ui
Modifier and TypeMethodDescriptionvoid
UIComp.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.final boolean
UIComp.setEnabled
(boolean on, IVSComponent trigger) Sets the enabled state of the component.final boolean
UIComp.setReadOnly
(boolean on, IVSComponent trigger) Sets the read-only state of the component.final boolean
UIComp.setVisible
(boolean on, IVSComponent trigger) Sets the visibility state of the component.Uses of IVSComponent in com.iizix.prop.ui.chart.series
Modifier and TypeMethodDescriptionvoid
Series.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the parent changes state.Uses of IVSComponent in com.iizix.prop.vs
Modifier and TypeInterfaceDescriptioninterface
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 TypeMethodDescriptiondefault <COMP extends IVSComponent>
COMPIVSComponent.getVSComponent
(@VSRef String path, Class<COMP> clazz) Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPVirtualSpace.getVSComponent
(@VSRef String path, Class<COMP> clazz) Gets the VS component with the specified path.default <COMP extends IVSComponent>
COMPIVSComponent.getVSComponent2
(@FullVSRef String fullVSRef, Class<COMP> clazz) Gets the VS component with the specified full reference path.<COMP extends IVSComponent>
COMPVirtualSpace.getVSComponent2
(@FullVSRef String fullVSRef, Class<COMP> clazz) Gets the VS component with the specified full reference path.default <COMP extends IVSComponent>
COMPIVSComponent.getVSComponentNull
(@VSRef String path, Class<COMP> clazz) Gets the VS component with the specified path.<COMP extends IVSComponent>
COMPVirtualSpace.getVSComponentNull
(@VSRef String path, Class<COMP> clazz) Gets the VS component with the specified path.default <COMP extends IVSComponent>
COMPIVSComponent.getVSComponentNull2
(@FullVSRef String fullVSRef, Class<COMP> clazz) Gets the VS component with the specified full reference path.<COMP extends IVSComponent>
COMPVirtualSpace.getVSComponentNull2
(@FullVSRef String fullVSRef, Class<COMP> clazz) Gets the VS component with the specified full reference path.Modifier and TypeMethodDescriptionIVSComponent.getNonVirtualized()
Gets the non-virtualized instance of this component, if it exists.Modifier and TypeMethodDescriptionvoid
IVSComponentListener.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the parent changes state.void
VirtualSpace.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.void
VSAction.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.void
VSActionAdapter.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.void
VSColumnAdapter.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.void
VSColumnHeader.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.void
VSField.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.void
VSFieldAdapter.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.void
VSGroup.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.void
VSRow.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.void
VSTable.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean stateValue) Invokes the parent state notification function for the component.void
VSTableAdapter.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.Uses of IVSComponent in com.iizix.server.gyro
Modifier and TypeMethodDescriptionAppHistoryEntry.getBackwardVSFocus()
Gets the non-virtualized VS component for backward focus.AppSessionGyro.getCurrentFocus()
Returns the current focus in the VirtualSpace.AppHistoryEntry.getForwardVSFocus()
Gets the non-virtualized VS component for forward focus.AppSessionGyro.getVirtualizedVSComponent
(IVSComponent component) Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.Modifier and TypeMethodDescriptionAppSessionGyro.getVirtualizedVSComponent
(IVSComponent component) Gets the virtualized VSComponent counterpart from a non-virtualized VSComponent.boolean
AppHistoryEntry.setBackwardInfo
(IVSComponent vsComp) Sets the backward VirtualSpace focus information for the entry.boolean
AppHistoryEntry.setForwardInfo
(IVSComponent vsComp) Sets the forward VirtualSpace focus information for the entry.AppSessionGyro.setVirtualizeSupportFocus
(IVSComponent vsComp) Sets the focus to the specified VS component, regardless if the VS component is virtualized or not.AppSessionGyro.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
Modifier and TypeMethodDescriptionvoid
ScreenActionProp.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.void
ScreenFieldProp.onParentStateChanged
(IVSComponent parent, IVSComponentState.State state, boolean on) Called when the column changes state.