Uses of Class
com.iizix.prop.vs.VSAction
Packages that use VSAction
Package
Description
Uses of VSAction in com.iizigo.link.vs
Constructors in com.iizigo.link.vs with parameters of type VSActionUses of VSAction in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type VSActionModifier and TypeMethodDescriptionboolean
IVSActionActorParticipantProvider.setActionActor
(boolean doPerform, VSAction action, ComplexOperation op) Sets the provider as the Actor in the VSAction.Uses of VSAction in com.iizigo.term.prop
Methods in com.iizigo.term.prop with parameters of type VSActionModifier and TypeMethodDescriptionboolean
EditorScreenActionProp.setActionActor
(boolean doPerform, VSAction action, ComplexOperation op) Sets the provider as the Actor in the VSAction.Uses of VSAction in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type VSActionModifier and TypeMethodDescriptionvoid
ActionsPanel.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) void
ActionsPanel.onActionInvoked
(VSAction action, VSActionTXProcess process) void
ActionsPanel.onBroken
(VSRelativeReference<?> reference, VSAction action) void
ActionsPanel.onResolved
(VSRelativeReference<?> reference, VSAction action) void
ActionsPanel.onStateChanged
(VSAction action, IVSComponentState.State state, boolean on) Uses of VSAction in com.iizigo.vs.prop
Subclasses of VSAction in com.iizigo.vs.propUses of VSAction in com.iizix.actionactor
Methods in com.iizix.actionactor that return VSActionModifier and TypeMethodDescriptiondefault VSAction
IActionActorSettingsReceiver.getAction()
Gets the action associated with the VirtualSpace Action TXP process.AbstractSettings.getVSAction()
Gets the VS action owning these settings, i.e.Methods in com.iizix.actionactor with parameters of type VSActionModifier and TypeMethodDescriptionprotected abstract IActionActor<? extends AbstractSettings>
AbstractSettings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<JavaActionActorBase.Settings>
JavaActionActorBase.Settings.createActor
(VSAction action) Create the instance of the action actor.default AbstractActionActorTXPNode<SETTINGS>
IActionActor.delegateNewTXPNode
(VSActionTXProcess actionProcess, VSAction action, AbstractSettings settings) Internal method used to delegate the call to theIActionActor.newTXPNode(VSActionTXProcess, VSAction, AbstractSettings)
.boolean
AbstractSettings.doesModifyVirtualSpace
(VSAction action) Checks if the VirtualSpace is modified by the Action Actor.boolean
JavaActionActorBase.Settings.doesModifyVirtualSpace
(VSAction action) Checks if the VirtualSpace is modified by the Action Actor.final IActionActor<?>
AbstractSettings.getActionActor
(VSAction action) Gets the actor implementation instance.JavaActionActorBase.Settings.getClassDescription
(VSAction action) Gets the Java Class annotation description for the specified action.IActionActor.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.JavaActionActorBase.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.IActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, SETTINGS settings) Creates a new TXP Node instance to be used for a TXP process.JavaActionActorBase.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, JavaActionActorBase.Settings settings) Creates a new TXP Node instance to be used for a TXP process.Constructors in com.iizix.actionactor with parameters of type VSActionModifierConstructorDescriptionJavaActionActorBase
(VSAction action, JavaActionActorBase.Settings settings) Creates a new instance.Uses of VSAction in com.iizix.api
Methods in com.iizix.api that return VSActionModifier and TypeMethodDescriptionGets the action with the specified path.BaseEvent.getAction2
(@FullVSRef String fullVSRef) Gets the action with the specified full VS reference path.BaseEvent.getActionNull
(@VSRef String path) Gets the action with the specified path.BaseEvent.getActionNull2
(@FullVSRef String fullVSRef) Gets the action with the specified full VS reference path.Uses of VSAction in com.iizix.api.vs
Methods in com.iizix.api.vs that return VSActionModifier and TypeMethodDescriptionVSActionEvent.getSource()
Gets the VirtualSpace Action that is the source of the event.Constructors in com.iizix.api.vs with parameters of type VSActionModifierConstructorDescriptionVSActionEvent
(VSAction source, GProp<?> trigger, UIComp contextComponent) Constructs the event for an action with a property being the trigger source, e.g.Uses of VSAction in com.iizix.db.actionactor
Methods in com.iizix.db.actionactor that return VSActionModifier and TypeMethodDescriptionDatabaseActionActor.getVSAction()
Gets the VS Action that issued the database transaction.Methods in com.iizix.db.actionactor with parameters of type VSActionModifier and TypeMethodDescriptionprotected IActionActor<DatabaseActionActor.Settings>
DatabaseActionActor.Settings.createActor
(VSAction action) Create the instance of the action actor.boolean
DatabaseActionActor.Settings.doesModifyVirtualSpace
(VSAction action) Checks if the VirtualSpace is modified by the Action Actor.DatabaseActionActor.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.DatabaseActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, DatabaseActionActor.Settings settings) Creates a new TXP Node instance to be used for a TXP process.Constructors in com.iizix.db.actionactor with parameters of type VSActionModifierConstructorDescriptionDatabaseActionActor
(VSAction action, DatabaseActionActor.Settings settings) Creates a new instance.Uses of VSAction in com.iizix.prop.ui
Fields in com.iizix.prop.ui declared as VSActionModifier and TypeFieldDescriptionprotected VSAction
AbstractUIAction.vsAction
The connected action, null for none.protected VSAction
AbstractUIAction.vsDisconnectedAction
The disconnected action, null for none.Methods in com.iizix.prop.ui that return VSActionModifier and TypeMethodDescriptionAbstractUIAction.getVSAction()
Gets the connected or disconnected VirtualSpace Action.IUIAction.getVSAction()
Gets the connected or disconnected VirtualSpace Action.Methods in com.iizix.prop.ui with parameters of type VSActionModifier and TypeMethodDescriptionvoid
AbstractUIAction.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
AbstractUIAction.onActionInvoked
(VSAction action, VSActionTXProcess process) Called before the action invokes the Action Actors.void
AbstractUIAction.onBroken
(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been broken, i.e.void
AbstractUIAction.onResolved
(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been resolved.void
AbstractUIAction.onStateChanged
(VSAction action, IVSComponentState.State state, boolean on) Called when the action changes state.default void
IUIAction.onVSStateChanged
(VSAction action, IVSComponentState.State state, boolean on) Called when the action changes state.boolean
AbstractUIAction.setVSAction
(VSAction action) Sets the VSAction to invoke when action is clicked.default boolean
IUIAction.setVSActionMessageToComponent
(VSAction action, boolean clear) Sets the VirtualSpace Action's message to this component.default void
IUIAction.setVSActionToComponent
(VSAction action) Method called when a VirtualSpace action is resolved or when reconnection is done.Uses of VSAction in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist with parameters of type VSActionModifier and TypeMethodDescriptionvoid
MLItemProp.setVSActionToComponent
(VSAction action) Method called when a VirtualSpace action is resolved or when reconnection is done.Uses of VSAction in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VSActionModifier and TypeMethodDescriptionVSAction.clone()
Clones this VSAction.default VSAction
Gets the action with the specified path.Gets the action with the specified path.VSActionTXProcess.getAction()
Gets the action associated with the process.default VSAction
IVSComponent.getAction2
(@FullVSRef String fullVSRef) Gets the action with the specified full VS reference path.VirtualSpace.getAction2
(@FullVSRef String fullVSRef) Gets the action with the specified full VS reference path.default VSAction
IVSComponent.getActionNull
(@VSRef String path) Gets the action with the specified path.VirtualSpace.getActionNull
(@VSRef String path) Gets the action with the specified path.default VSAction
IVSComponent.getActionNull2
(@FullVSRef String fullVSRef) Gets the action with the specified full VS reference path.VirtualSpace.getActionNull2
(@FullVSRef String fullVSRef) Gets the action with the specified full VS reference path.Methods in com.iizix.prop.vs with parameters of type VSActionModifier and TypeMethodDescriptionvoid
IVSActionListenerAsActor.addRequiredActionActor
(VSAction action, IComplexOperation op) Adds the required Action Actor in the VSAction.IVSActionListenerAsActor.hasActionActor
(VSAction action) Verifies that the VSAction referenced really has an Action Actor that is corresponding.void
IVSActionListener.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
IVSActionProcessComplete.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
VSActionAdapter.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
IVSActionListener.onActionInvoked
(VSAction action, VSActionTXProcess process) Called before the action invokes the Action Actors.void
VSActionAdapter.onActionInvoked
(VSAction action, VSActionTXProcess process) Called before the action invokes the Action Actors.void
IVSActionListener.onBroken
(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been broken, i.e.void
VSActionAdapter.onBroken
(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been broken, i.e.protected void
Called when the property reference has been disposed of e.g.void
IVSActionListener.onResolved
(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been resolved.void
VSActionAdapter.onResolved
(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been resolved.protected void
VSActionReference.onResolved
(VSAction target) Called when the property reference has been resolved.void
IVSActionListener.onStateChanged
(VSAction action, IVSComponentState.State state, boolean on) Called when the field changes state.void
VSActionAdapter.onStateChanged
(VSAction action, IVSComponentState.State state, boolean on) Called when the field changes state.Method parameters in com.iizix.prop.vs with type arguments of type VSActionModifier and TypeMethodDescriptiondefault void
IVSActionProcessComplete.onTaskEnded
(WorkerTask<VSAction, VSActionTXProcess, Throwable> task) Called when the worker task has completed.Uses of VSAction in com.iizix.prop.vs.actor
Fields in com.iizix.prop.vs.actor declared as VSActionModifier and TypeFieldDescriptionprotected final VSAction
AbstractVSActionActor.action
The action initiator.Methods in com.iizix.prop.vs.actor that return VSActionMethods in com.iizix.prop.vs.actor with parameters of type VSActionModifier and TypeMethodDescriptionprotected IActionActor<HistoryBackward.Settings>
HistoryBackward.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<HistoryForward.Settings>
HistoryForward.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<SetFocus.Settings>
SetFocus.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<SetSourceFieldValue.Settings>
SetSourceFieldValue.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<SetTargetFieldValue.Settings>
SetTargetFieldValue.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportField.Settings>
TransportField.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportGroup.Settings>
TransportGroup.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportSelectedTableRows.Settings>
TransportSelectedTableRows.Settings.createActor
(VSAction action) Create the instance of the action actor.TransportSingleSelectedTableRow.Settings.createActor
(VSAction action) Create the instance of the action actor.TransportSingleSelectedTableRowAndColumnToField.Settings.createActor
(VSAction action) Create the instance of the action actor.TransportSingleSelectedTableRowToFields.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportTableColumn.Settings>
TransportTableColumn.Settings.createActor
(VSAction action) Create the instance of the action actor.protected IActionActor<TransportTableRows.Settings>
TransportTableRows.Settings.createActor
(VSAction action) Create the instance of the action actor.boolean
HistoryBackward.Settings.doesModifyVirtualSpace
(VSAction action) Checks if the VirtualSpace is modified by the Action Actor.boolean
HistoryForward.Settings.doesModifyVirtualSpace
(VSAction action) Checks if the VirtualSpace is modified by the Action Actor.boolean
SetFocus.Settings.doesModifyVirtualSpace
(VSAction action) Checks if the VirtualSpace is modified by the Action Actor.IActionActor<?>
IActionActorSettings.getActionActor
(VSAction action) Gets the actor implementation instance.HistoryBackward.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.HistoryForward.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.SetFocus.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.SetSourceFieldValue.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.SetTargetFieldValue.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportField.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportGroup.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportSelectedTableRows.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportSingleSelectedTableRow.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportSingleSelectedTableRowAndColumnToField.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportSingleSelectedTableRowToFields.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportTableColumn.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TransportTableRows.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.AbstractVSActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, SETTINGS settings) Creates a new TXP Node instance to be used for a TXP process.Constructors in com.iizix.prop.vs.actor with parameters of type VSActionModifierConstructorDescriptionprotected
AbstractVSActionActor
(VSAction action, SETTINGS settings) Creates a new instance.HistoryBackward
(VSAction action, HistoryBackward.Settings settings) Creates a new instance.HistoryForward
(VSAction action, HistoryForward.Settings settings) Creates a new instance.SetFocus
(VSAction action, SetFocus.Settings settings) Creates a new instance.SetSourceFieldValue
(VSAction action, SetSourceFieldValue.Settings settings) Creates a new instance.SetTargetFieldValue
(VSAction action, SetTargetFieldValue.Settings settings) Creates a new instance.TransportField
(VSAction action, TransportField.Settings settings) Creates a new instance.TransportGroup
(VSAction action, TransportGroup.Settings settings) Creates a new instance.TransportSelectedTableRows
(VSAction action, TransportSelectedTableRows.Settings settings) Creates a new instance.TransportSingleSelectedTableRow
(VSAction action, TransportSingleSelectedTableRow.Settings settings) Creates a new instance.TransportSingleSelectedTableRowAndColumnToField
(VSAction action, TransportSingleSelectedTableRowAndColumnToField.Settings settings) Creates a new instance.TransportSingleSelectedTableRowToFields
(VSAction action, TransportSingleSelectedTableRowToFields.Settings settings) Creates a new instance.TransportTableColumn
(VSAction action, TransportTableColumn.Settings settings) Creates a new instance.TransportTableRows
(VSAction action, TransportTableRows.Settings settings) Creates a new instance.Uses of VSAction in com.iizix.term.prop
Fields in com.iizix.term.prop declared as VSActionModifier and TypeFieldDescriptionprotected VSAction
ScreenActionProp.vsAction
The connected action, null for none.Methods in com.iizix.term.prop that return VSActionMethods in com.iizix.term.prop with parameters of type VSActionModifier and TypeMethodDescriptionprotected IActionActor<TerminalActionActor.Settings>
TerminalActionActor.Settings.createActor
(VSAction action) Create the instance of the action actor.TerminalActionActor.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.TerminalActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, TerminalActionActor.Settings settings) Creates a new TXP Node instance to be used for a TXP process.void
ScreenActionProp.onActionCompleted
(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.void
ScreenActionProp.onActionInvoked
(VSAction action, VSActionTXProcess process) Called before the action invokes the Action Actors.void
ScreenActionProp.onBroken
(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been broken, i.e.void
ScreenActionProp.onResolved
(VSRelativeReference<?> reference, VSAction action) Called when the property reference has been resolved.void
ScreenActionProp.onStateChanged
(VSAction action, IVSComponentState.State state, boolean on) Called when the action changes state.Constructors in com.iizix.term.prop with parameters of type VSActionModifierConstructorDescriptionprotected
TerminalActionActor
(VSAction action, TerminalActionActor.Settings settings) Creates the Terminal Action Actor.Uses of VSAction in com.iizix.txp.impl
Methods in com.iizix.txp.impl that return VSActionUses of VSAction in com.iizix.ws.actionactor
Methods in com.iizix.ws.actionactor that return VSActionModifier and TypeMethodDescriptionWebServiceActionActor.getVSAction()
Gets the VS Action that issued the Web Service transaction.Methods in com.iizix.ws.actionactor with parameters of type VSActionModifier and TypeMethodDescriptionprotected IActionActor<WebServiceActionActor.Settings>
WebServiceActionActor.Settings.createActor
(VSAction action) Create the instance of the action actor.boolean
WebServiceActionActor.Settings.doesModifyVirtualSpace
(VSAction action) Checks if the VirtualSpace is modified by the Action Actor.WebServiceActionActor.getEnabledState
(IAppSessionGyro appGyro, VSAction action) Checks if the runnable is enabled for the current VirtualSpace.WebServiceActionActor.newTXPNode
(VSActionTXProcess actionProcess, VSAction action, WebServiceActionActor.Settings settings) Creates a new TXP Node instance to be used for a TXP process.Constructors in com.iizix.ws.actionactor with parameters of type VSActionModifierConstructorDescriptionWebServiceActionActor
(VSAction action, WebServiceActionActor.Settings settings) Creates a new instance.