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 TypeMethodDescriptionbooleanIVSActionActorParticipantProvider.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 TypeMethodDescriptionbooleanEditorScreenActionProp.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 TypeMethodDescriptionvoidActionsPanel.onActionCompleted(VSAction action, VSActionTXProcess process, 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.propUses of VSAction in com.iizix.actionactor
Methods in com.iizix.actionactor that return VSActionModifier and TypeMethodDescriptiondefault VSActionIActionActorSettingsReceiver.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).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.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.booleanDatabaseActionActor.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 VSActionAbstractUIAction.vsActionThe connected action, null for none.protected VSActionAbstractUIAction.vsDisconnectedActionThe 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 TypeMethodDescriptionvoidAbstractUIAction.onActionCompleted(VSAction action, VSActionTXProcess process, 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 VSActionModifier and TypeMethodDescriptionvoidMLItemProp.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 VSActionGets the action with the specified path.Gets the action with the specified path.VSActionTXProcess.getAction()Gets the action associated with the process.default VSActionIVSComponent.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 VSActionIVSComponent.getActionNull(@VSRef String path) Gets the action with the specified path.VirtualSpace.getActionNull(@VSRef String path) Gets the action with the specified path.default VSActionIVSComponent.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 TypeMethodDescriptionvoidIVSActionListenerAsActor.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.voidIVSActionListener.onActionCompleted(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.voidIVSActionProcessComplete.onActionCompleted(VSAction action, VSActionTXProcess process, Throwable exception) Called after the action completes the TXP processing i.e.voidVSActionAdapter.onActionCompleted(VSAction action, VSActionTXProcess process, 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 voidCalled 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 VSActionModifier and TypeMethodDescriptiondefault voidIVSActionProcessComplete.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 VSActionAbstractVSActionActor.actionThe 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.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.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 VSActionModifierConstructorDescriptionprotectedAbstractVSActionActor(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 VSActionScreenActionProp.vsActionThe 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.voidScreenActionProp.onActionCompleted(VSAction action, VSActionTXProcess process, 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 VSActionModifierConstructorDescriptionprotectedTerminalActionActor(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.booleanWebServiceActionActor.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.