Class FcQualifiedFormSubmitButtonProps
java.lang.Object
de.xima.fc.workflow.taglib.model.BaseTriggerProps
de.xima.fc.workflow.model.triggers.FcQualifiedFormSubmitButtonProps
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,Serializable
The properties model for workflow triggers of type
EWorkflowTriggerType.FC_QUALIFIED_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
static final String
Key for storing the selected button qualifier 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:
-
SEARCH_TERM_BUTTON_QUALIFIER
Key for storing the selected button qualifier as aWorkflowTriggerSearchTerm
- See Also:
-
-
Constructor Details
-
FcQualifiedFormSubmitButtonProps
public FcQualifiedFormSubmitButtonProps()
-
-
Method Details
-
getButton
- Returns:
- The submit button that triggers the workflow when it is used to submit the form.
-
setButton
- Parameters:
button
- The submit button that triggers the workflow when it is used to submit the form.
-