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 ActionDestination
ActionDestination.button()
Deprecated, for removal: This API element is subject to removal in a future version.static ActionDestination
ActionDestination.button
(boolean allowAcceptButton) Returns instance of this object and point to the button.static ActionDestination
Returns instance of this object and point to the button.static ActionDestination
Returns instance of this object and point to the button.static ActionDestination
ActionDestination.dtButton()
Returns instance of this object and point to the button in table.static ActionDestination
Returns instance of this object and point to the button in table.static ActionDestination
ActionDestination.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 ActionDestination
ActionDestination.label()
Returns instance of this object and point to the label.static ActionDestination
ActionDestination.variable()
Returns instance of this object and point to the form variable.static ActionDestination
Returns instance of this object and point to the form variable.static ActionDestination
ActionDestination.variableSet()
Returns instance of this object and point to the dynamic table.static ActionDestination
ActionDestination.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)