public interface ResidentMapCreateAction<A extends ResidentMapCreateAction<A>> extends ModalFormAction<A>
ResidentMapField.ActionTypes#CREATE
action within an
ResidentMapField
. This component is able to be configured with a field to provide the
ResidentMapCreateAction.FieldNames.ENTRY_KEY
. If not provided, a default of text input will be used.Modifier and Type | Interface and Description |
---|---|
static class |
ResidentMapCreateAction.FieldNames |
ModalFormAction.Attributes
FormAction.Keys
Modifier and Type | Method and Description |
---|---|
default A |
addEntryKeyField(Field<?> entryKeyField)
Adds an entry key field to the action.
|
default A |
entryKeyField(UnaryOperator<Field<?>> fn)
Selects the entry key field for this action for further customization.
|
default Optional<Field<?>> |
findEntryKeyField()
Finds the entry key field.
|
default Field<?> |
getEntryKeyField()
Retrieves the entry key field.
|
submitLabel, submitLabel
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 addEntryKeyField(Field<?> entryKeyField)
entryKeyField
- the fielddefault A entryKeyField(UnaryOperator<Field<?>> fn)
fn
- the function to customizedefault Field<?> getEntryKeyField()
Copyright © 2021. All rights reserved.