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 booleanIVSActionActorParticipantProvider. 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 booleanEditorScreenActionProp. 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 voidActionsPanel. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.Throwable exception)voidActionsPanel. onActionInvoked(VSAction action, VSActionTXProcess process)voidActionsPanel. onBroken(VSRelativeReference<?> reference, VSAction action)voidActionsPanel. onResolved(VSRelativeReference<?> reference, VSAction action)voidActionsPanel. 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 classEditorVSActionThe 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 VSActionIActionActorSettingsReceiver. getAction()Gets the action associated with the VirtualSpace Action TXP process.VSActionAbstractSettings. 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).booleanAbstractSettings. doesModifyVirtualSpace(VSAction action)Checks if the VirtualSpace is modified by the Action Actor.booleanJavaActionActorBase.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.StringJavaActionActorBase.Settings. getClassDescription(VSAction action)Gets the Java Class annotation description for the specified action.java.lang.StringIActionActor. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringJavaActionActorBase. 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.AbstractJavaActionActorJavaActionActorBase. 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 VSActionBaseEvent. getAction(@VSRef java.lang.String path)Gets the action with the specified path.VSActionBaseEvent. getAction2(@FullVSRef java.lang.String fullVSRef)Gets the action with the specified full VS reference path.VSActionBaseEvent. getActionNull(@VSRef java.lang.String path)Gets the action with the specified path.VSActionBaseEvent. 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 VSActionVSActionEvent. 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 VSActionDatabaseActionActor. 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.booleanDatabaseActionActor.Settings. doesModifyVirtualSpace(VSAction action)Checks if the VirtualSpace is modified by the Action Actor.java.lang.StringDatabaseActionActor. 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 VSActionAbstractUIAction. vsActionThe connected action, null for none.protected VSActionAbstractUIAction. vsDisconnectedActionThe disconnected action, null for none.Methods in com.iizix.prop.ui that return VSAction Modifier and Type Method Description VSActionAbstractUIAction. getVSAction()Gets the connected or disconnected VirtualSpace Action.VSActionIUIAction. getVSAction()Gets the connected or disconnected VirtualSpace Action.Methods in com.iizix.prop.ui with parameters of type VSAction Modifier and Type Method Description voidAbstractUIAction. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.Throwable exception)Called after the action completes the TXP processing i.e.voidAbstractUIAction. onActionInvoked(VSAction action, VSActionTXProcess process)Called before the action invokes the Action Actors.voidAbstractUIAction. onBroken(VSRelativeReference<?> reference, VSAction action)Called when the property reference has been broken, i.e.voidAbstractUIAction. onResolved(VSRelativeReference<?> reference, VSAction action)Called when the property reference has been resolved.voidAbstractUIAction. onStateChanged(VSAction action, IVSComponentState.State state, boolean on)Called when the action changes state.default voidIUIAction. onVSStateChanged(VSAction action, IVSComponentState.State state, boolean on)Called when the action changes state.booleanAbstractUIAction. setVSAction(VSAction action)Sets the VSAction to invoke when action is clicked.default booleanIUIAction. setVSActionMessageToComponent(VSAction action, boolean clear)Sets the VirtualSpace Action's message to this component.default voidIUIAction. 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 voidMLItemProp. 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 VSActionVSAction. clone()Clones this VSAction.default VSActionIVSComponent. getAction(@VSRef java.lang.String path)Gets the action with the specified path.VSActionVirtualSpace. getAction(@VSRef java.lang.String path)Gets the action with the specified path.VSActionVSActionTXProcess. getAction()Gets the action associated with the process.default VSActionIVSComponent. getAction2(@FullVSRef java.lang.String fullVSRef)Gets the action with the specified full VS reference path.VSActionVirtualSpace. getAction2(@FullVSRef java.lang.String fullVSRef)Gets the action with the specified full VS reference path.default VSActionIVSComponent. getActionNull(@VSRef java.lang.String path)Gets the action with the specified path.VSActionVirtualSpace. getActionNull(@VSRef java.lang.String path)Gets the action with the specified path.default VSActionIVSComponent. getActionNull2(@FullVSRef java.lang.String fullVSRef)Gets the action with the specified full VS reference path.VSActionVirtualSpace. 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 voidIVSActionListenerAsActor. addRequiredActionActor(VSAction action, IComplexOperation op)Adds the required Action Actor in the VSAction.java.lang.StringIVSActionListenerAsActor. hasActionActor(VSAction action)Verifies that the VSAction referenced really has an Action Actor that is corresponding.protected voidVirtualSpace. invokeOnVSActionMethod(VSAction action, GProp<?> trigger, UIComp contextComponent)Invoke the action event method.voidIVSActionListener. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.Throwable exception)Called after the action completes the TXP processing i.e.voidIVSActionProcessComplete. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.Throwable exception)Called after the action completes the TXP processing i.e.voidVSActionAdapter. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.Throwable exception)Called after the action completes the TXP processing i.e.voidIVSActionListener. onActionInvoked(VSAction action, VSActionTXProcess process)Called before the action invokes the Action Actors.voidVSActionAdapter. onActionInvoked(VSAction action, VSActionTXProcess process)Called before the action invokes the Action Actors.voidIVSActionListener. onBroken(VSRelativeReference<?> reference, VSAction action)Called when the property reference has been broken, i.e.voidVSActionAdapter. onBroken(VSRelativeReference<?> reference, VSAction action)Called when the property reference has been broken, i.e.protected voidVSActionReference. onRemoved(VSAction oldTarget)Called when the property reference has been disposed of e.g.voidIVSActionListener. onResolved(VSRelativeReference<?> reference, VSAction action)Called when the property reference has been resolved.voidVSActionAdapter. onResolved(VSRelativeReference<?> reference, VSAction action)Called when the property reference has been resolved.protected voidVSActionReference. onResolved(VSAction target)Called when the property reference has been resolved.voidIVSActionListener. onStateChanged(VSAction action, IVSComponentState.State state, boolean on)Called when the field changes state.voidVSActionAdapter. 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 voidIVSActionProcessComplete. 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 VSActionAbstractVSActionActor. actionThe action initiator.Methods in com.iizix.prop.vs.actor that return VSAction Modifier and Type Method Description VSActionActionActors. 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.booleanHistoryBackward.Settings. doesModifyVirtualSpace(VSAction action)Checks if the VirtualSpace is modified by the Action Actor.booleanHistoryForward.Settings. doesModifyVirtualSpace(VSAction action)Checks if the VirtualSpace is modified by the Action Actor.booleanSetFocus.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.StringHistoryBackward. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringHistoryForward. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringSetFocus. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringSetSourceFieldValue. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringSetTargetFieldValue. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringTransportField. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringTransportGroup. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringTransportSelectedTableRows. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringTransportSingleSelectedTableRow. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringTransportSingleSelectedTableRowAndColumnToField. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringTransportSingleSelectedTableRowToFields. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringTransportTableColumn. getEnabledState(IAppSessionGyro appGyro, VSAction action)Checks if the runnable is enabled for the current VirtualSpace.java.lang.StringTransportTableRows. 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 VSActionScreenActionProp. vsActionThe connected action, null for none.Methods in com.iizix.term.prop that return VSAction Modifier and Type Method Description VSActionScreenActionProp. 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.StringTerminalActionActor. 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.voidScreenActionProp. onActionCompleted(VSAction action, VSActionTXProcess process, java.lang.Throwable exception)Called after the action completes the TXP processing i.e.voidScreenActionProp. onActionInvoked(VSAction action, VSActionTXProcess process)Called before the action invokes the Action Actors.voidScreenActionProp. onBroken(VSRelativeReference<?> reference, VSAction action)Called when the property reference has been broken, i.e.voidScreenActionProp. onResolved(VSRelativeReference<?> reference, VSAction action)Called when the property reference has been resolved.voidScreenActionProp. 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 VSActionAbstractActionActorTXPNode. 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 VSActionWebServiceActionActor. 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.booleanWebServiceActionActor.Settings. doesModifyVirtualSpace(VSAction action)Checks if the VirtualSpace is modified by the Action Actor.java.lang.StringWebServiceActionActor. 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.