Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension.actions | |
com.broadleafcommerce.metadata.dsl.core.extension.fields |
Modifier and Type | Interface and Description |
---|---|
interface |
ResidentMapCreateAction<A extends ResidentMapCreateAction<A>>
Represents the metadata for the
ResidentMapField.ActionTypes#CREATE action within an
ResidentMapField . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultResidentMapCreateAction |
Constructor and Description |
---|
DefaultResidentMapCreateAction(ResidentMapCreateAction<?> action) |
Modifier and Type | Method and Description |
---|---|
static ResidentMapCreateAction<?> |
ResidentMapField.ActionDefaults.getCreate() |
default ResidentMapCreateAction<?> |
ResidentMapField.getCreateAction()
Retrieves the
ResidentMapField.ActionTypes.CREATE action. |
Modifier and Type | Method and Description |
---|---|
default Optional<ResidentMapCreateAction<?>> |
ResidentMapField.findCreateAction()
Finds the
ResidentMapField.ActionTypes.CREATE action. |
Modifier and Type | Method and Description |
---|---|
default F |
ResidentMapField.addCreateAction(ResidentMapCreateAction<?> createAction)
Adds the
ResidentMapField.ActionTypes.CREATE action. |
Modifier and Type | Method and Description |
---|---|
default F |
ResidentMapField.createAction(UnaryOperator<ResidentMapCreateAction<?>> fn)
Selects the
ResidentMapField.ActionTypes.CREATE action for functional customization. |
Copyright © 2021. All rights reserved.