Class FcFormSubmitButtonProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseTriggerProps
de.xima.fc.workflow.model.triggers.FcFormSubmitButtonProps
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,Serializable
The properties model for workflow triggers of type
EWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key for storing the selected button name as aWorkflowTriggerSearchTerm
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseTriggerProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
Field Details
-
SEARCH_TERM_BUTTON_NAME
Key for storing the selected button name as aWorkflowTriggerSearchTerm
- See Also:
-
-
Constructor Details
-
FcFormSubmitButtonProps
public FcFormSubmitButtonProps()
-
-
Method Details
-
getButtonName
- Returns:
- The name of the the submit button that triggers the workflow when it is used to submit the form. When
null
orempty
, reacts to all buttons.
-
setButtonName
- Parameters:
buttonName
- The name of the the submit button that triggers the workflow when it is used to submit the form. Whennull
orempty
, reacts to all buttons.
-