Class FcFormSubmitButtonProps

    • Constructor Detail

      • FcFormSubmitButtonProps

        public FcFormSubmitButtonProps()
    • 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 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.