Class ActionTarget
java.lang.Object
com.suncode.pwfl.workflow.form.action.ActionTarget
Class represents element which action Actions has been added to.
- Author:
- Cezary Kozar 4 gru 2015
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionTarget
button()
Form buttonstatic ActionTarget
Form button.boolean
static ActionTarget
form()
FormgetId()
Returns identificator of target element.getType()
Returns type of target element.int
hashCode()
toString()
static ActionTarget
variable()
Variablestatic ActionTarget
Variable.static ActionTarget
Variable setstatic ActionTarget
variableSet
(String bindParameterId) Variable set.
-
Constructor Details
-
ActionTarget
-
-
Method Details
-
getId
Returns identificator of target element. FormActionDestination.Type.FORM
does not have id (null will be returned) -
getType
Returns type of target element. -
form
Form -
variable
Variable -
variable
Variable. Variable id will be binded to given parameter.- Parameters:
bindParameterId
- Bind parameter id
-
variableSet
Variable set -
variableSet
Variable set. Variable set id will be binded to given parameter.- Parameters:
bindParameterId
- Bind parameter id
-
button
Form button -
button
Form button. Button name will be binded to given parameter.- Parameters:
bindParameterId
- Bind parameter id
-
hashCode
public int hashCode() -
equals
-
toString
-