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 StringSEARCH_TERM_BUTTON_NAMEKey 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 StringgetButtonName()voidsetButtonName(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
 
nullorempty, 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. Whennullorempty, reacts to all buttons.
 
 - 
 
 -