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 ActionTargetActionTarget.button()Form buttonstatic ActionTargetForm button.static ActionTargetActionTarget.form()Formstatic ActionTargetActionTarget.variable()Variablestatic ActionTargetVariable.static ActionTargetActionTarget.variableSet()Variable setstatic ActionTargetActionTarget.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.booleanActionDestination.matchesTarget(ActionTarget target) booleanActionDefinition.targetSupported(ActionTarget actionTarget) Returns true if this action can be used on specified target.