Class ButtonDestination
java.lang.Object
com.suncode.pwfl.workflow.form.action.ActionDestination
com.suncode.pwfl.workflow.form.action.ButtonDestination
-
Nested Class Summary
Nested classes/interfaces inherited from class com.suncode.pwfl.workflow.form.action.ActionDestination
ActionDestination.Type
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ButtonDestination
(boolean acceptButtonAllowed) protected
ButtonDestination
(String bindTo, boolean acceptButtonAllowed) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAcceptButtonAllowed
(boolean acceptButtonAllowed) Methods inherited from class com.suncode.pwfl.workflow.form.action.ActionDestination
button, button, button, button, dtButton, dtButton, equals, form, getBindTo, getType, hashCode, label, matchesTarget, setBindTo, variable, variable, variableSet, variableSet
-
Constructor Details
-
ButtonDestination
protected ButtonDestination(boolean acceptButtonAllowed) -
ButtonDestination
-
-
Method Details
-
isAcceptButtonAllowed
public boolean isAcceptButtonAllowed() -
setAcceptButtonAllowed
public void setAcceptButtonAllowed(boolean acceptButtonAllowed)
-