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
public final class FcQualifiedFormSubmitButtonProps extends BaseTriggerProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_QUALIFIED_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
static String
SEARCH_TERM_BUTTON_QUALIFIER
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 Constructor Description FcQualifiedFormSubmitButtonProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QualifiedSubmitButton
getButton()
void
setButton(QualifiedSubmitButton button)
-
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
-
SEARCH_TERM_BUTTON_QUALIFIER
public static final String SEARCH_TERM_BUTTON_QUALIFIER
Key for storing the selected button qualifier as aWorkflowTriggerSearchTerm
- See Also:
- Constant Field Values
-
-
Method Detail
-
getButton
public QualifiedSubmitButton getButton()
- Returns:
- The submit button that triggers the workflow when it is used to submit the form.
-
setButton
public void setButton(QualifiedSubmitButton button)
- Parameters:
button
- The submit button that triggers the workflow when it is used to submit the form.
-
-