Uses of Interface
com.broadleafcommerce.metadata.dsl.core.Action
-
-
Uses of Action in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type Action Modifier and Type Interface Description interface
Action<A extends Action<A>>
Represents the metadata for an action.Methods in com.broadleafcommerce.metadata.dsl.core with type parameters of type Action Modifier and Type Method Description default <T extends Action<T>>
TComponent. getAction(String key, Class<T> clazz)
Returns the action at the provided key with the given type.Methods in com.broadleafcommerce.metadata.dsl.core that return Action Modifier and Type Method Description default Action<?>
Component. getAction(String key)
Returns the action at the provided key.Methods in com.broadleafcommerce.metadata.dsl.core that return types with arguments of type Action Modifier and Type Method Description default Optional<Action<?>>
Component. findAction(String key)
Finds the action at the given key.default Optional<Action<?>>
Component. findAction(Predicate<Action<?>> predicate)
Retrieves a single action matching the given predicate.default List<Action<?>>
Component. findActions(Predicate<Action<?>> predicate)
Retrieves a list of actions matching the given predicate.Map<String,Action<?>>
AbstractComponent. getActions()
Map<String,Action<?>>
Component. getActions()
A key-value map of actions used for managing the actions of this component.default Collection<Action<?>>
Component. getActionsList()
The serializable, sorted list of actions.Methods in com.broadleafcommerce.metadata.dsl.core with parameters of type Action Modifier and Type Method Description default C
Component. addAction(Action<?> action)
Adds an action using the action's ID as the key.default C
Component. addAction(String key, Action<?> action)
Adds an action at the given key.Method parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type Action Modifier and Type Method Description default Optional<Action<?>>
Component. findAction(Predicate<Action<?>> predicate)
Retrieves a single action matching the given predicate.default List<Action<?>>
Component. findActions(Predicate<Action<?>> predicate)
Retrieves a list of actions matching the given predicate.void
AbstractComponent. setActions(Map<String,Action<?>> actions)
void
Component. setActions(Map<String,Action<?>> actions)
-
Uses of Action in com.broadleafcommerce.metadata.dsl.core.extension
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return Action Modifier and Type Method Description default Action<?>
ResourceGrid. getDeleteAction()
default Action<?>
ActionGrid. getGridAction(String type)
default Action<?>
ActionGrid. getRowAction(String type)
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return types with arguments of type Action Modifier and Type Method Description default Optional<Action<?>>
ResourceGrid. findDeleteAction()
default Optional<Action<?>>
ActionGrid. findGridAction(String type)
default Optional<Action<?>>
ActionGrid. findRowAction(String type)
Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type Action Modifier and Type Method Description default G
ResourceGrid. addDeleteAction(Action<?> deleteAction)
default G
ActionGrid. addGridAction(Action<?> action)
default G
ActionGrid. addGridAction(String type, Action<?> action)
default G
ActionGrid. addRowAction(Action<?> action)
default G
ActionGrid. addRowAction(String type, Action<?> action)
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type Action Modifier and Type Method Description default G
ResourceGrid. deleteAction(UnaryOperator<Action<?>> fn)
default G
ActionGrid. gridAction(String type, UnaryOperator<Action<?>> fn)
default G
ActionGrid. rowAction(String type, UnaryOperator<Action<?>> fn)
-
Uses of Action in com.broadleafcommerce.metadata.dsl.core.extension.actions
Subinterfaces of Action in com.broadleafcommerce.metadata.dsl.core.extension.actions Modifier and Type Interface Description interface
CloneModalFormAction<A extends CloneModalFormAction<A>>
Extension ofModalFormAction
that is used for the cloning of new entities.interface
CreateModalFormAction<A extends CreateModalFormAction<A>>
Extension ofModalFormAction
that is used for the creation of new entities.interface
ExportGridAction<A extends ExportGridAction<A>>
This action is used to open the modal dialog with additional configuration to export the entities from the grid.interface
FormAction<A extends FormAction<A>>
Represents the metadata for a action whose children are variousFormComponent
.interface
GenerateTemplateAction<A extends GenerateTemplateAction<A>>
interface
GridRowConditionalAction<A extends GridRowConditionalAction<A>>
TheActionGrid.ActionPlacements.ROW
action that can be rendered based on specified conditions.interface
ImportGridAction<A extends ImportGridAction<A>>
This action is used to open the modal dialog with additional configuration to import the entities from the grid.interface
LinkAction<A extends LinkAction<A>>
interface
ModalFormAction<A extends ModalFormAction<A>>
Represents the metadata for a modal form action.interface
OrderableModalFormAction<A extends OrderableModalFormAction<A>>
Represents the metadata for the action used to re-order rows within anOrderable
grid.interface
ResidentMapCreateAction<A extends ResidentMapCreateAction<A>>
Represents the metadata for theResidentMapField.ActionTypes.CREATE
action within anResidentMapField
.interface
RowModalFormAction<A extends RowModalFormAction<A>>
A genericModalFormAction
for row-level actions within a grid.interface
TriggerAction<A extends TriggerAction<A>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.actions that implement Action Modifier and Type Class Description class
AbstractAction<A extends AbstractAction<A>>
An abstract implementation ofAction
.class
DefaultAction
class
DefaultCloneModalFormAction
class
DefaultCreateModalFormAction
class
DefaultExportGridAction
The default implementation forExportGridAction
.class
DefaultFormAction
class
DefaultGenerateTemplateAction
class
DefaultGridRowConditionalAction
The default implementation forGridRowConditionalAction
.class
DefaultImportGridAction
The default implementation forImportGridAction
.class
DefaultLinkAction
class
DefaultModalFormAction
class
DefaultOrderableModalFormAction
class
DefaultResidentMapCreateAction
class
DefaultRowModalFormAction
class
DefaultTriggerAction
Constructors in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type Action Constructor Description AbstractAction(Action<?> action)
DefaultAction(Action<?> action)
-
Uses of Action in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters
Subinterfaces of Action in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters Modifier and Type Interface Description interface
FilterAction<A extends FilterAction<A>>
Represents the metadata for a filter action.interface
LookupFilterAction<A extends LookupFilterAction<A>>
interface
QueryBuilderFilterAction<A extends QueryBuilderFilterAction<A>>
Represents the metadata for a query builder filter action.Classes in com.broadleafcommerce.metadata.dsl.core.extension.actions.filters that implement Action Modifier and Type Class Description class
DefaultFilterAction
class
DefaultLookupFilterAction
class
DefaultQueryBuilderFilterAction
-
Uses of Action in com.broadleafcommerce.metadata.dsl.core.extension.common.tree
Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that return Action Modifier and Type Method Description default Action<?>
Tree. getGlobalAction(String type)
Finds the global action matching the giventype
.default Action<?>
TreeGridView. getOpenDetailsAction()
default Action<?>
TreeGridView. getQueryBuilderFilterAction()
default Action<?>
TreeGridView. getQueryFilterAction()
default Action<?>
Tree. getSecondaryAction(String type)
Finds the secondary action matching the giventype
.Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that return types with arguments of type Action Modifier and Type Method Description default Optional<Action<?>>
Tree. findGlobalAction(String type)
default Optional<Action<?>>
TreeGridView. findOpenDetailsAction()
default Optional<Action<?>>
TreeGridView. findQueryBuilderFilterAction()
default Optional<Action<?>>
TreeGridView. findQueryFilterAction()
default Optional<Action<?>>
Tree. findSecondaryAction(String type)
Same asTree.getSecondaryAction(String)
except that his returns the action wrapped in anOptional
so that the action need not be present.Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with parameters of type Action Modifier and Type Method Description default T
Tree. addGlobalAction(Action<?> action)
default T
Tree. addGlobalAction(String type, Action<?> action)
default V
TreeGridView. addOpenDetailsAction(Action<?> action)
default V
TreeGridView. addQueryBuilderFilterAction(Action<?> action)
default V
TreeGridView. addQueryFilterAction(Action<?> action)
default T
Tree. addSecondaryAction(Action<?> action)
default T
Tree. addSecondaryAction(String type, Action<?> action)
default T
Tree. globalAction(Action<?> action)
Same asTree.addGlobalAction(Action)
default T
Tree. globalAction(String type, Action<?> action)
default T
Tree. secondaryAction(Action<?> action)
Same asTree.addSecondaryAction(Action)
default T
Tree. secondaryAction(String type, Action<?> action)
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with type arguments of type Action Modifier and Type Method Description default V
TreeGridView. openDetailsAction(UnaryOperator<Action<?>> fn)
default V
TreeGridView. queryBuilderFilterAction(UnaryOperator<Action<?>> fn)
default V
TreeGridView. queryFilterAction(UnaryOperator<Action<?>> fn)
-
Uses of Action in com.broadleafcommerce.metadata.dsl.core.extension.fields
Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return Action Modifier and Type Method Description static Action<?>
ResidentMapField.ActionDefaults. getDelete()
default Action<?>
ResidentGridField. getDeleteAction()
Retrieves the grid action of typeResidentGridField.ActionTypes.DELETE
.default Action<?>
ResidentMapField. getDeleteAction()
Retrieves theResidentMapField.ActionTypes.DELETE
action.default Action<?>
ResidentMapField. getEntryAction(String type)
Retrieves theResidentMapField.ActionPlacements.ENTRY
action with the provided type.default Action<?>
ResidentMapField. getMapAction(String type)
Retrieves theResidentMapField.ActionPlacements.MAP
action with the provided type.Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return types with arguments of type Action Modifier and Type Method Description default Optional<Action<?>>
ResidentGridField. findDeleteAction()
Finds the grid action of typeResidentGridField.ActionTypes.DELETE
.default Optional<Action<?>>
ResidentMapField. findDeleteAction()
Finds theResidentMapField.ActionTypes.DELETE
action.default Optional<Action<?>>
ResidentMapField. findEntryAction(String type)
Finds theResidentMapField.ActionPlacements.ENTRY
action with the provided type.default Optional<Action<?>>
ResidentMapField. findMapAction(String type)
Finds theResidentMapField.ActionPlacements.MAP
action with the provided type.Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type Action Modifier and Type Method Description default F
ResidentGridField. addDeleteAction(Action<?> deleteAction)
Add theResidentGridField.ActionTypes.DELETE
action to the grid.default F
ResidentMapField. addDeleteAction(Action<?> deleteAction)
Adds theResidentMapField.ActionTypes.DELETE
action.default F
ResidentMapField. addEntryAction(String type, Action<?> action)
Adds anResidentMapField.ActionPlacements.ENTRY
action.default F
ResidentMapField. addMapAction(String type, Action<?> action)
Adds anResidentMapField.ActionPlacements.MAP
action.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.fields with type arguments of type Action Modifier and Type Method Description default F
ResidentGridField. deleteAction(UnaryOperator<Action<?>> fn)
Configures theResidentGridField.ActionTypes.DELETE
action for the grid.default F
ResidentMapField. deleteAction(UnaryOperator<Action<?>> fn)
Selects theResidentMapField.ActionTypes.DELETE
action for functional customization. -
Uses of Action in com.broadleafcommerce.metadata.dsl.core.extension.views
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views that return Action Modifier and Type Method Description default Action<?>
ActionView. getPrimaryAction(String type)
default Action<?>
ActionView. getSecondaryAction(String type)
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views that return types with arguments of type Action Modifier and Type Method Description default Optional<Action<?>>
ActionView. findPrimaryAction(String type)
default Optional<Action<?>>
ActionView. findSecondaryAction(String type)
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views with parameters of type Action Modifier and Type Method Description default V
ActionView. addPrimaryAction(Action<?> action)
default V
ActionView. addPrimaryAction(String type, Action<?> action)
default V
ActionView. addSecondaryAction(Action<?> action)
default V
ActionView. addSecondaryAction(String type, Action<?> action)
default V
ActionView. primaryAction(Action<?> action)
default V
ActionView. primaryAction(String type, Action<?> action)
default V
ActionView. secondaryAction(Action<?> action)
default V
ActionView. secondaryAction(String type, Action<?> action)
-
Uses of Action in com.broadleafcommerce.metadata.dsl.core.extension.views.details
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views.details that return Action Modifier and Type Method Description default Action<?>
UpdateEntityView. getDeleteAction()
default Action<?>
CreateEntityView. getSubmitAction()
default Action<?>
UpdateEntityView. getSubmitAction()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views.details that return types with arguments of type Action Modifier and Type Method Description default Optional<Action<?>>
UpdateEntityView. findDeleteAction()
default Optional<Action<?>>
CreateEntityView. findSubmitAction()
default Optional<Action<?>>
UpdateEntityView. findSubmitAction()
Methods in com.broadleafcommerce.metadata.dsl.core.extension.views.details with parameters of type Action Modifier and Type Method Description default V
UpdateEntityView. addDeleteAction(Action<?> action)
default V
CreateEntityView. addSubmitAction(Action<?> action)
default V
UpdateEntityView. addSubmitAction(Action<?> action)
default V
UpdateEntityView. deleteAction(Action<?> action)
default V
CreateEntityView. submitAction(Action<?> action)
default V
UpdateEntityView. submitAction(Action<?> action)
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.views.details with type arguments of type Action Modifier and Type Method Description default V
UpdateEntityView. deleteAction(UnaryOperator<Action<?>> fn)
default V
CreateEntityView. submitAction(UnaryOperator<Action<?>> fn)
default V
UpdateEntityView. submitAction(UnaryOperator<Action<?>> fn)
-
Uses of Action in com.broadleafcommerce.metadata.dsl.validators
Methods in com.broadleafcommerce.metadata.dsl.validators with parameters of type Action Modifier and Type Method Description default void
ComponentValidatorManager. validateAction(Action<?> target, org.springframework.validation.Errors errors)
Method used to validateAction
objects. -
Uses of Action in com.broadleafcommerce.metadata.dsl.validators.actions
Methods in com.broadleafcommerce.metadata.dsl.validators.actions with parameters of type Action Modifier and Type Method Description void
ActionValidator. validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
void
DefaultActionValidator. validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
void
DefaultExportActionValidator. validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
void
DefaultFilterActionValidator. validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
void
DefaultFormActionValidator. validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
void
DefaultOrderableModalFormActionValidator. validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)
-