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 enum
Form areas affected by the action. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
ActionDestination
(ActionDestination.Type type, String bindTo) -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionDestination
button()
Deprecated, for removal: This API element is subject to removal in a future version.static 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
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.boolean
static ActionDestination
form()
Returns instance of this object and point to the whole form area.getType()
int
hashCode()
static ActionDestination
label()
Returns instance of this object and point to the label.boolean
matchesTarget
(ActionTarget target) void
static 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
Returns instance of this object and point to the dynamic table.static ActionDestination
variableSet
(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)