Interface ModalFormAction<A extends ModalFormAction<A>>

All Superinterfaces:
Action<A>, Comparable<A>, Copyable<A>, FormAction<A>, Serializable
All Known Subinterfaces:
CloneModalFormAction<A>, CreateModalFormAction<A>, GenerateTemplateAction<A>, OrderableModalFormAction<A>, ResidentMapCreateAction<A>, RowModalFormAction<A>
All Known Implementing Classes:
DefaultCloneModalFormAction, DefaultCreateModalFormAction, DefaultGenerateTemplateAction, DefaultModalFormAction, DefaultOrderableModalFormAction, DefaultResidentMapCreateAction, DefaultRowModalFormAction

public interface ModalFormAction<A extends ModalFormAction<A>> extends FormAction<A>
Represents the metadata for a modal form action.
Author:
Nick Crum (ncrum)
  • Method Details

    • 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