Uses of Class
com.iizix.prop.vs.VSAction
Uses of VSAction in com.iizigo.link.vs
Constructors in com.iizigo.link.vs with parameters of type VSAction Constructor Description LopVSAction(VSAction target, PropCnr owner, Atom atom)
Constructor.Uses of VSAction in com.iizigo.prop.editor
Methods in com.iizigo.prop.editor with parameters of type VSAction Modifier and Type Method Description boolean
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 VSAction Modifier and Type Method Description boolean
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 VSAction Modifier and Type Method Description void
ActionsPanel. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.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.prop Modifier and Type Class Description class
EditorVSAction
The Editor VirtualSpace Action property class.Uses of VSAction in com.iizix.actionactor
Methods in com.iizix.actionactor that return VSAction Modifier and Type Method Description default VSAction
IActionActorSettingsReceiver. getAction()
Gets the action associated with the VirtualSpace Action TXP process.VSAction
AbstractSettings. getVSAction()
Gets the VS action owning these settings, i.e.Methods in com.iizix.actionactor with parameters of type VSAction Modifier and Type Method Description protected 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.IActionActor<?>
AbstractSettings. getActionActor(VSAction action)
Gets the actor implementation instance.java.lang.String
JavaActionActorBase.Settings. getClassDescription(VSAction action)
Gets the Java Class annotation description for the specified action.java.lang.String
IActionActor. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
JavaActionActorBase. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.AbstractActionActorTXPNode<SETTINGS>
IActionActor. newTXPNode(VSActionTXProcess actionProcess, VSAction action, SETTINGS settings)
Creates a new TXP Node instance to be used for a TXP process.AbstractJavaActionActor
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 VSAction Constructor Description JavaActionActorBase(VSAction action, JavaActionActorBase.Settings settings)
Creates a new instance.Uses of VSAction in com.iizix.api
Methods in com.iizix.api that return VSAction Modifier and Type Method Description VSAction
BaseEvent. getAction(@VSRef java.lang.String path)
Gets the action with the specified path.VSAction
BaseEvent. getAction2(@FullVSRef java.lang.String fullVSRef)
Gets the action with the specified full VS reference path.VSAction
BaseEvent. getActionNull(@VSRef java.lang.String path)
Gets the action with the specified path.VSAction
BaseEvent. getActionNull2(@FullVSRef java.lang.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 VSAction Modifier and Type Method Description VSAction
VSActionEvent. getSource()
Gets the VirtualSpace Action that is the source of the event.Constructors in com.iizix.api.vs with parameters of type VSAction Constructor Description VSActionEvent(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 VSAction Modifier and Type Method Description VSAction
DatabaseActionActor. getVSAction()
Gets the VS Action that issued the database transaction.Methods in com.iizix.db.actionactor with parameters of type VSAction Modifier and Type Method Description protected 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.java.lang.String
DatabaseActionActor. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.AbstractActionActorTXPNode<DatabaseActionActor.Settings>
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 VSAction Constructor Description DatabaseActionActor(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 VSAction Modifier and Type Field Description protected 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 VSAction Modifier and Type Method Description VSAction
AbstractUIAction. getVSAction()
Gets the connected or disconnected VirtualSpace Action.VSAction
IUIAction. getVSAction()
Gets the connected or disconnected VirtualSpace Action.Methods in com.iizix.prop.ui with parameters of type VSAction Modifier and Type Method Description void
AbstractUIAction. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.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 VSAction Modifier and Type Method Description void
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 VSAction Modifier and Type Method Description VSAction
VSAction. clone()
Clones this VSAction.default VSAction
IVSComponent. getAction(@VSRef java.lang.String path)
Gets the action with the specified path.VSAction
VirtualSpace. getAction(@VSRef java.lang.String path)
Gets the action with the specified path.VSAction
VSActionTXProcess. getAction()
Gets the action associated with the process.default VSAction
IVSComponent. getAction2(@FullVSRef java.lang.String fullVSRef)
Gets the action with the specified full VS reference path.VSAction
VirtualSpace. getAction2(@FullVSRef java.lang.String fullVSRef)
Gets the action with the specified full VS reference path.default VSAction
IVSComponent. getActionNull(@VSRef java.lang.String path)
Gets the action with the specified path.VSAction
VirtualSpace. getActionNull(@VSRef java.lang.String path)
Gets the action with the specified path.default VSAction
IVSComponent. getActionNull2(@FullVSRef java.lang.String fullVSRef)
Gets the action with the specified full VS reference path.VSAction
VirtualSpace. getActionNull2(@FullVSRef java.lang.String fullVSRef)
Gets the action with the specified full VS reference path.Methods in com.iizix.prop.vs with parameters of type VSAction Modifier and Type Method Description void
IVSActionListenerAsActor. addRequiredActionActor(VSAction action, IComplexOperation op)
Adds the required Action Actor in the VSAction.java.lang.String
IVSActionListenerAsActor. hasActionActor(VSAction action)
Verifies that the VSAction referenced really has an Action Actor that is corresponding.protected void
VirtualSpace. invokeOnVSActionMethod(VSAction action, GProp<?> trigger, UIComp contextComponent)
Invoke the action event method.void
IVSActionListener. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.Throwable exception)
Called after the action completes the TXP processing i.e.void
IVSActionProcessComplete. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.Throwable exception)
Called after the action completes the TXP processing i.e.void
VSActionAdapter. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.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
VSActionReference. onRemoved(VSAction oldTarget)
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 VSAction Modifier and Type Method Description default void
IVSActionProcessComplete. onTaskEnded(WorkerTask<VSAction,VSActionTXProcess,java.lang.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 VSAction Modifier and Type Field Description protected VSAction
AbstractVSActionActor. action
The action initiator.Methods in com.iizix.prop.vs.actor that return VSAction Modifier and Type Method Description VSAction
ActionActors. getVSAction()
Gets the VSAction instance.Methods in com.iizix.prop.vs.actor with parameters of type VSAction Modifier and Type Method Description protected 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.protected IActionActor<TransportSingleSelectedTableRow.Settings>
TransportSingleSelectedTableRow.Settings. createActor(VSAction action)
Create the instance of the action actor.protected IActionActor<TransportSingleSelectedTableRowAndColumnToField.Settings>
TransportSingleSelectedTableRowAndColumnToField.Settings. createActor(VSAction action)
Create the instance of the action actor.protected IActionActor<TransportSingleSelectedTableRowToFields.Settings>
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.java.lang.String
HistoryBackward. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
HistoryForward. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
SetFocus. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
SetSourceFieldValue. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
SetTargetFieldValue. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportField. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportGroup. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportSelectedTableRows. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportSingleSelectedTableRow. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportSingleSelectedTableRowAndColumnToField. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportSingleSelectedTableRowToFields. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportTableColumn. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.java.lang.String
TransportTableRows. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.AbstractActionActorTXPNode<SETTINGS>
AbstractVSActionActor. newTXPNode(VSActionTXProcess actionProcess, VSAction action, SETTINGS settings)
Creates a new TXP Node instance to be used for a TXP process.Uses of VSAction in com.iizix.term.prop
Fields in com.iizix.term.prop declared as VSAction Modifier and Type Field Description protected VSAction
ScreenActionProp. vsAction
The connected action, null for none.Methods in com.iizix.term.prop that return VSAction Modifier and Type Method Description VSAction
ScreenActionProp. getVSAction()
Gets the connected VSAction.Methods in com.iizix.term.prop with parameters of type VSAction Modifier and Type Method Description protected IActionActor<TerminalActionActor.Settings>
TerminalActionActor.Settings. createActor(VSAction action)
Create the instance of the action actor.java.lang.String
TerminalActionActor. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.AbstractActionActorTXPNode<TerminalActionActor.Settings>
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, java.lang.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 VSAction Constructor Description 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 VSAction Modifier and Type Method Description VSAction
AbstractActionActorTXPNode. getAction()
Gets the action associated with the VirtualSpace Action TXP process.Uses of VSAction in com.iizix.ws.actionactor
Methods in com.iizix.ws.actionactor that return VSAction Modifier and Type Method Description VSAction
WebServiceActionActor. getVSAction()
Gets the VS Action that issued the Web Service transaction.Methods in com.iizix.ws.actionactor with parameters of type VSAction Modifier and Type Method Description protected 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.java.lang.String
WebServiceActionActor. getEnabledState(IAppSessionGyro appGyro, VSAction action)
Checks if the runnable is enabled for the current VirtualSpace.AbstractActionActorTXPNode<WebServiceActionActor.Settings>
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 VSAction Constructor Description WebServiceActionActor(VSAction action, WebServiceActionActor.Settings settings)
Creates a new instance.