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
public final class FcFormSubmitButtonProps extends BaseTriggerProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SEARCH_TERM_BUTTON_NAME
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 Constructor Description FcFormSubmitButtonProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getButtonName()
void
setButtonName(String buttonName)
-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseTriggerProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName
-
-
-
-
Field Detail
-
SEARCH_TERM_BUTTON_NAME
public static final String SEARCH_TERM_BUTTON_NAME
Key for storing the selected button name as aWorkflowTriggerSearchTerm
- See Also:
- Constant Field Values
-
-
Method Detail
-
getButtonName
public String 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
public void setButtonName(String buttonName)
- 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.
-
-