Class ModalFormAction.Attributes
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.actions.ModalFormAction.Attributes
- Enclosing interface:
- ModalFormAction<A extends ModalFormAction<A>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates whether the modal should automatically focus on the first input field when opened.static final StringThe label for the close button in the footer of the modal.static final Stringstatic final StringWhether a re-fetch should be triggerred on modal form action success.static final StringIndicates whether to show a close button in the footer of the modal.static final StringSets the color for the submit button within the modal form.static final StringA message to display to the before submitting the modal form.static final String -
Method Summary
-
Field Details
-
MODAL_SIZE
- See Also:
-
READ_ON_SUCCESS
Whether a re-fetch should be triggerred on modal form action success.- Since:
- Metadata 2.0.8, Release Train 2.1.6, 2.2.2
- See Also:
-
SUBMIT_LABEL
- See Also:
-
SUBMIT_COLOR
Sets the color for the submit button within the modal form.Accepted values are
primary,secondary,danger, anddefault. Default isprimary.- Since:
- Metadata 2.0.8, Release Train 2.1.6, Metadata 2.0.8, Release Train 2.2.2
- See Also:
-
AUTO_FOCUS
Indicates whether the modal should automatically focus on the first input field when opened. Default is true.- Since:
- Metadata 2.0.8, Release Train 2.1.6, Metadata 2.0.8, Release Train 2.2.2
- See Also:
-
SHOW_CLOSE_BUTTON_IN_FOOTER
Indicates whether to show a close button in the footer of the modal. Default is false.- Since:
- Metadata 2.0.8, Release Train 2.1.6, Metadata 2.0.8, Release Train 2.2.2
- See Also:
-
CLOSE_BUTTON_LABEL
The label for the close button in the footer of the modal. Default is "Close". Implies the close button is shown in the footer.- Since:
- Metadata 2.0.8, Release Train 2.1.6, Metadata 2.0.8, Release Train 2.2.2
- See Also:
-
SUBMIT_CONFIRMATION_MESSAGE
A message to display to the before submitting the modal form.- Since:
- Metadata 2.0.8, Release Train 2.1.6, Metadata 2.0.8, Release Train 2.2.2
- See Also:
-