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 type EWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Field Details

  • Constructor Details

    • FcFormSubmitButtonProps

      public FcFormSubmitButtonProps()
  • Method Details

    • 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 or empty, 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. When null or empty, reacts to all buttons.