public interface ModalFormAction<A extends ModalFormAction<A>> extends FormAction<A>
Modifier and Type | Interface and Description |
---|---|
static class |
ModalFormAction.Attributes |
FormAction.Keys
Modifier and Type | Method and Description |
---|---|
default A |
submitLabel(InternationalizedMessage submitLabel)
Sets the label for the submit button within the modal form.
|
default A |
submitLabel(String submitLabelKey)
Sets the label for the submit button within the modal form.
|
addExternal, addExternal, addField, addField, addField, addFormComponents, addGroup, addGroup, external, field, findExternal, findField, findGroup, getExternal, getField, getGroup, group, removeExternal, removeField, removeGroup
addComponent, addComponents, addEndpoint, addEndpoint, apply, attribute, clearEndpoints, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAttribute, getAttribute, getAttributes, getComponent, getComponent, getComponents, getComponentsList, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOperationType, getOrder, getPlacement, getScope, getType, hasAttribute, hasComponent, hasEndpoint, id, label, label, operationType, order, placement, removeAttribute, removeComponent, removeEndpoint, scope, self, setAttributes, setComponents, setEndpoints, setId, setLabel, setOperationType, setOrder, setPlacement, setScope, setType, type
compareTo
default A submitLabel(InternationalizedMessage submitLabel)
submitLabel
- the submit labelCopyright © 2021. All rights reserved.