Uses of Class
com.suncode.pwfl.workflow.form.action.ActionDestination
Packages that use ActionDestination
-
Uses of ActionDestination in com.suncode.pwfl.workflow.form.action
Subclasses of ActionDestination in com.suncode.pwfl.workflow.form.actionMethods in com.suncode.pwfl.workflow.form.action that return ActionDestinationModifier and TypeMethodDescriptionstatic ActionDestinationActionDestination.button()Deprecated, for removal: This API element is subject to removal in a future version.static ActionDestinationActionDestination.button(boolean allowAcceptButton) Returns instance of this object and point to the button.static ActionDestinationReturns instance of this object and point to the button.static ActionDestinationReturns instance of this object and point to the button.static ActionDestinationActionDestination.dtButton()Returns instance of this object and point to the button in table.static ActionDestinationReturns instance of this object and point to the button in table.static ActionDestinationActionDestination.form()Returns instance of this object and point to the whole form area.ActionDefinition.getDestination(ActionTarget actionTarget) Returns action destination that matches declared action target.static ActionDestinationActionDestination.label()Returns instance of this object and point to the label.static ActionDestinationActionDestination.variable()Returns instance of this object and point to the form variable.static ActionDestinationReturns instance of this object and point to the form variable.static ActionDestinationActionDestination.variableSet()Returns instance of this object and point to the dynamic table.static ActionDestinationActionDestination.variableSet(String bindTo) Returns instance of this object and point to the dynamic table.Methods in com.suncode.pwfl.workflow.form.action that return types with arguments of type ActionDestinationModifier and TypeMethodDescriptionActionDefinition.getDestinations()Form areas affected by the action.Methods in com.suncode.pwfl.workflow.form.action with parameters of type ActionDestinationModifier and TypeMethodDescriptionActionDefinitionBuilder.destination(ActionDestination... destinations) Sets destinations for action ActionDefinition.getDestinations()
button(boolean)