Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension.actions | |
com.broadleafcommerce.metadata.dsl.core.extension.fields |
Modifier and Type | Interface and Description |
---|---|
interface |
GenerateTemplateAction<A extends GenerateTemplateAction<A>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGenerateTemplateAction |
Constructor and Description |
---|
DefaultGenerateTemplateAction(GenerateTemplateAction<?> action) |
Modifier and Type | Method and Description |
---|---|
default GenerateTemplateAction<?> |
ResidentGridField.getGenerateTemplateAction()
Retrieves the grid action of type
ResidentGridField.ActionTypes.UPDATE . |
Modifier and Type | Method and Description |
---|---|
default Optional<GenerateTemplateAction<?>> |
ResidentGridField.findGenerateTemplateAction()
Finds the grid action of type
ResidentGridField.ActionTypes.UPDATE . |
Modifier and Type | Method and Description |
---|---|
default F |
ResidentGridField.addGenerateTemplateAction(GenerateTemplateAction<?> generateAction)
Add the
ResidentGridField.ActionTypes.UPDATE action to the grid. |
Modifier and Type | Method and Description |
---|---|
default F |
ResidentGridField.generateTemplateAction(UnaryOperator<GenerateTemplateAction<?>> fn)
Configures the
ResidentGridField.ActionTypes.UPDATE action for the grid. |
Copyright © 2021. All rights reserved.