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 ActionTargetbutton()Form buttonstatic ActionTargetForm button.booleanstatic ActionTargetform()FormgetId()Returns identificator of target element.getType()Returns type of target element.inthashCode()toString()static ActionTargetvariable()Variablestatic ActionTargetVariable.static ActionTargetVariable setstatic ActionTargetvariableSet(String bindParameterId) Variable set.
-
Constructor Details
-
ActionTarget
-
-
Method Details
-
getId
Returns identificator of target element. FormActionDestination.Type.FORMdoes 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
-