Class ActionDestination
java.lang.Object
com.suncode.pwfl.workflow.form.action.ActionDestination
- Direct Known Subclasses:
ButtonDestination
Form areas affected by the action. Possible types are available in
ActionDestination.Type.
To create object use static methods, eg.:
ActionDestination.variable("param1");
- Author:
- RafaĆ Nowacki 3 gru 2015
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumForm areas affected by the action. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedActionDestination(ActionDestination.Type type, String bindTo) -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionDestinationbutton()Deprecated, for removal: This API element is subject to removal in a future version.static ActionDestinationbutton(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 ActionDestinationdtButton()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.booleanstatic ActionDestinationform()Returns instance of this object and point to the whole form area.getType()inthashCode()static ActionDestinationlabel()Returns instance of this object and point to the label.booleanmatchesTarget(ActionTarget target) voidstatic ActionDestinationvariable()Returns instance of this object and point to the form variable.static ActionDestinationReturns instance of this object and point to the form variable.static ActionDestinationReturns instance of this object and point to the dynamic table.static ActionDestinationvariableSet(String bindTo) Returns instance of this object and point to the dynamic table.
-
Constructor Details
-
ActionDestination
-
ActionDestination
-
-
Method Details
-
getType
-
getBindTo
-
setBindTo
-
matchesTarget
-
form
Returns instance of this object and point to the whole form area. -
variable
Returns instance of this object and point to the form variable. -
variable
Returns instance of this object and point to the form variable.- Parameters:
bindTo- Id of parameter to bind action.
-
variableSet
Returns instance of this object and point to the dynamic table. -
variableSet
Returns instance of this object and point to the dynamic table.- Parameters:
bindTo- Id of parameter to bind action.
-
button
Deprecated, for removal: This API element is subject to removal in a future version.usebutton(boolean)Returns instance of this object and point to the button. -
button
Returns instance of this object and point to the button.- Parameters:
bindTo- Id of parameter to bind action.
-
button
Returns instance of this object and point to the button.- Parameters:
allowAcceptButton- true if action can be attached to acceptation button
-
button
Returns instance of this object and point to the button.- Parameters:
bindTo- Id of parameter to bind actionallowAcceptButton- true if action can be attached to acceptation button
-
dtButton
Returns instance of this object and point to the button in table. -
dtButton
Returns instance of this object and point to the button in table.- Parameters:
bindTo- Id of parameter to bind action
-
label
Returns instance of this object and point to the label. -
equals
-
hashCode
public int hashCode()
-
button(boolean)