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

  • Constructor Details

    • FcQualifiedFormSubmitButtonProps

      public FcQualifiedFormSubmitButtonProps()
  • Method Details

    • 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.