Uses of Class
com.suncode.pwfl.workflow.form.action.ActionTarget
Packages that use ActionTarget
-
Uses of ActionTarget in com.suncode.pwfl.workflow.form.action
Methods in com.suncode.pwfl.workflow.form.action that return ActionTargetModifier and TypeMethodDescriptionstatic ActionTarget
ActionTarget.button()
Form buttonstatic ActionTarget
Form button.static ActionTarget
ActionTarget.form()
Formstatic ActionTarget
ActionTarget.variable()
Variablestatic ActionTarget
Variable.static ActionTarget
ActionTarget.variableSet()
Variable setstatic ActionTarget
ActionTarget.variableSet
(String bindParameterId) Variable set.Methods in com.suncode.pwfl.workflow.form.action with parameters of type ActionTargetModifier and TypeMethodDescriptionActionDefinition.getDestination
(ActionTarget actionTarget) Returns action destination that matches declared action target.boolean
ActionDestination.matchesTarget
(ActionTarget target) boolean
ActionDefinition.targetSupported
(ActionTarget actionTarget) Returns true if this action can be used on specified target.