Interface ModalFormAction<A extends ModalFormAction<A>>

    • Method Detail

      • submitLabel

        default A submitLabel​(InternationalizedMessage submitLabel)
        Sets the label for the submit button within the modal form.
        Parameters:
        submitLabel - the submit label
        Returns:
        the actioon
      • submitLabel

        default A submitLabel​(String submitLabelKey)
        Sets the label for the submit button within the modal form.
        Parameters:
        submitLabelKey - the submit label message key
        Returns:
        the actioon