Uses of Interface
com.broadleafcommerce.metadata.dsl.core.Action
Packages that use Action
Package
Description
-
Uses of Action in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type ActionModifier and TypeInterfaceDescriptioninterfaceRepresents the metadata for an action.Methods in com.broadleafcommerce.metadata.dsl.core with type parameters of type ActionModifier and TypeMethodDescriptiondefault <T extends Action<T>>
TReturns the action at the provided key with the given type.Methods in com.broadleafcommerce.metadata.dsl.core that return ActionMethods in com.broadleafcommerce.metadata.dsl.core that return types with arguments of type ActionModifier and TypeMethodDescriptionComponent.findAction(String key) Finds the action at the given key.Component.findAction(Predicate<Action<?>> predicate) Retrieves a single action matching the given predicate.Component.findActions(Predicate<Action<?>> predicate) Retrieves a list of actions matching the given predicate.AbstractComponent.getActions()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 ActionModifier and TypeMethodDescriptiondefault CAdds an action using the action's ID as the key.default CAdds an action at the given key.Method parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type ActionModifier and TypeMethodDescriptionComponent.findAction(Predicate<Action<?>> predicate) Retrieves a single action matching the given predicate.Component.findActions(Predicate<Action<?>> predicate) Retrieves a list of actions matching the given predicate.voidAbstractComponent.setActions(Map<String, Action<?>> actions) voidComponent.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 ActionModifier and TypeMethodDescriptiondefault 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 ActionModifier and TypeMethodDescriptionResourceGrid.findDeleteAction()ActionGrid.findGridAction(String type) ActionGrid.findRowAction(String type) Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type ActionModifier and TypeMethodDescriptiondefault GResourceGrid.addDeleteAction(Action<?> deleteAction) default GActionGrid.addGridAction(Action<?> action) default GActionGrid.addGridAction(String type, Action<?> action) default GActionGrid.addGridActionGroup(String label, Action<?>... actions) default GActionGrid.addRowAction(Action<?> action) default GActionGrid.addRowAction(String type, Action<?> action) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type ActionModifier and TypeMethodDescriptiondefault GResourceGrid.deleteAction(UnaryOperator<Action<?>> fn) default GActionGrid.gridAction(String type, UnaryOperator<Action<?>> fn) default GActionGrid.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.actionsModifier and TypeInterfaceDescriptioninterfaceActionGroup<A extends ActionGroup<A>>Represents a group of actions usually represented as a dropdown.interfaceAddAdjustmentModalFormAction<A extends AddAdjustmentModalFormAction<A>>Extension ofModalFormActionthat is used to apply an offer to the entity.interfaceBulkOperationAction<A extends BulkOperationAction<A>>Represents a bulk operation action.interfaceCloneModalFormAction<A extends CloneModalFormAction<A>>Extension ofModalFormActionthat is used for the cloning of new entities.interfaceConditionalAction<A extends ConditionalAction<A>>The generic action that can be rendered based on specified conditions.interfaceCreateModalFormAction<A extends CreateModalFormAction<A>>Extension ofModalFormActionthat is used for the creation of new entities.interfaceEntityModalFormAction<A extends EntityModalFormAction<A>>A variation of the basicModalFormActionthat allows specifying an endpoint to submit the form to.interfaceExportGridAction<A extends ExportGridAction<A>>This action is used to open the modal dialog with additional configuration to export the entities from the grid.interfaceFormAction<A extends FormAction<A>>Represents the metadata for a action whose children are variousFormComponent.interfaceGenerateTemplateAction<A extends GenerateTemplateAction<A>>interfaceGridRowConditionalAction<A extends GridRowConditionalAction<A>>TheActionGrid.ActionPlacements.ROWaction that can be rendered based on specified conditions.interfaceImportGridAction<A extends ImportGridAction<A>>This action is used to open the modal dialog with additional configuration to import the entities from the grid.interfaceInlineGridSelectAction<A extends InlineGridSelectAction<A>>Represents an action that will display a list of options to the user and allow them to select one.interfaceLinkAction<A extends LinkAction<A>>interfaceModalFormAction<A extends ModalFormAction<A>>Represents the metadata for a modal form action.interfaceOrderableModalFormAction<A extends OrderableModalFormAction<A>>Represents the metadata for the action used to re-order rows within anOrderablegrid.interfaceResidentMapCreateAction<A extends ResidentMapCreateAction<A>>Represents the metadata for theResidentMapField.ActionTypes.CREATEaction within anResidentMapField.interfaceRowModalFormAction<A extends RowModalFormAction<A>>A genericModalFormActionfor row-level actions within a grid.interfaceSlideOverFormAction<A extends SlideOverFormAction<A>>Represents the metadata for theResidentGridField.ActionTypes.CREATE_VIEWandResidentGridField.ActionTypes.UPDATE_VIEWactions within anResidentGridField.interfaceTriggerAction<A extends TriggerAction<A>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.actions that implement ActionModifier and TypeClassDescriptionclassAbstractAction<A extends AbstractAction<A>>An abstract implementation ofAction.classclassclassclassclassclassThe default implementation forConditionalAction.classclassThe default implementation ofEntityModalFormAction.classThe default implementation forExportGridAction.classclassclassThe default implementation forGridRowConditionalAction.classThe default implementation forImportGridAction.classclassclassclassclassclassclassclassMethods in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type ActionModifier and TypeMethodDescriptiondefault AAdds an action using the action's ID as the key.default AAdds an action at the given key.default AActionGroup.addActions(Action<?>... actions) Adds the actions to this action group.Constructors in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type ActionModifierConstructorDescriptionAbstractAction(Action<?> action) DefaultAction(Action<?> action) DefaultActionGroup(Action<?> action) DefaultEntityModalFormAction(Action<?> action) DefaultSlideOverFormAction(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.filtersModifier and TypeInterfaceDescriptioninterfaceFilterAction<A extends FilterAction<A>>Represents the metadata for a filter action.interfaceLookupFilterAction<A extends LookupFilterAction<A>>interfaceQueryBuilderFilterAction<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 ActionModifier and TypeClassDescriptionclassclassclass -
Uses of Action in com.broadleafcommerce.metadata.dsl.core.extension.common.tree
Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that return ActionModifier and TypeMethodDescriptiondefault 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 ActionModifier and TypeMethodDescriptionTree.findGlobalAction(String type) TreeGridView.findOpenDetailsAction()TreeGridView.findQueryBuilderFilterAction()TreeGridView.findQueryFilterAction()Tree.findSecondaryAction(String type) Same asTree.getSecondaryAction(String)except that his returns the action wrapped in anOptionalso that the action need not be present.Methods in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with parameters of type ActionModifier and TypeMethodDescriptiondefault TTree.addGlobalAction(Action<?> action) default TTree.addGlobalAction(String type, Action<?> action) default VTreeGridView.addOpenDetailsAction(Action<?> action) default VTreeGridView.addQueryBuilderFilterAction(Action<?> action) default VTreeGridView.addQueryFilterAction(Action<?> action) default TTree.addSecondaryAction(Action<?> action) default TTree.addSecondaryAction(String type, Action<?> action) default TTree.globalAction(Action<?> action) Same asTree.addGlobalAction(Action)default TTree.globalAction(String type, Action<?> action) default TTree.secondaryAction(Action<?> action) Same asTree.addSecondaryAction(Action)default TTree.secondaryAction(String type, Action<?> action) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.common.tree with type arguments of type ActionModifier and TypeMethodDescriptiondefault VTreeGridView.openDetailsAction(UnaryOperator<Action<?>> fn) default VTreeGridView.queryBuilderFilterAction(UnaryOperator<Action<?>> fn) default VTreeGridView.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 ActionModifier and TypeMethodDescriptionstatic Action<?>ResidentMapField.ActionDefaults.getDelete()default Action<?>ResidentGridField.getDeleteAction()Retrieves the grid action of typeResidentGridField.ActionTypes.DELETE.default Action<?>ResidentMapField.getDeleteAction()Retrieves theResidentMapField.ActionTypes.DELETEaction.default Action<?>ResidentMapField.getEntryAction(String type) Retrieves theResidentMapField.ActionPlacements.ENTRYaction with the provided type.default Action<?>ResidentMapField.getMapAction(String type) Retrieves theResidentMapField.ActionPlacements.MAPaction with the provided type.Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields that return types with arguments of type ActionModifier and TypeMethodDescriptionResidentGridField.findDeleteAction()Finds the grid action of typeResidentGridField.ActionTypes.DELETE.ResidentMapField.findDeleteAction()Finds theResidentMapField.ActionTypes.DELETEaction.ResidentMapField.findEntryAction(String type) Finds theResidentMapField.ActionPlacements.ENTRYaction with the provided type.ResidentMapField.findMapAction(String type) Finds theResidentMapField.ActionPlacements.MAPaction with the provided type.Methods in com.broadleafcommerce.metadata.dsl.core.extension.fields with parameters of type ActionModifier and TypeMethodDescriptiondefault FResidentGridField.addDeleteAction(Action<?> deleteAction) Add theResidentGridField.ActionTypes.DELETEaction to the grid.default FResidentMapField.addDeleteAction(Action<?> deleteAction) Adds theResidentMapField.ActionTypes.DELETEaction.default FResidentMapField.addEntryAction(String type, Action<?> action) Adds anResidentMapField.ActionPlacements.ENTRYaction.default FResidentMapField.addMapAction(String type, Action<?> action) Adds anResidentMapField.ActionPlacements.MAPaction.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.fields with type arguments of type ActionModifier and TypeMethodDescriptiondefault FResidentGridField.deleteAction(UnaryOperator<Action<?>> fn) Configures theResidentGridField.ActionTypes.DELETEaction for the grid.default FResidentMapField.deleteAction(UnaryOperator<Action<?>> fn) Selects theResidentMapField.ActionTypes.DELETEaction 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 ActionModifier and TypeMethodDescriptiondefault 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 ActionModifier and TypeMethodDescriptionActionView.findPrimaryAction(String type) ActionView.findSecondaryAction(String type) Methods in com.broadleafcommerce.metadata.dsl.core.extension.views with parameters of type ActionModifier and TypeMethodDescriptiondefault VActionView.addPrimaryAction(Action<?> action) default VActionView.addPrimaryAction(String type, Action<?> action) default VActionView.addSecondaryAction(Action<?> action) default VActionView.addSecondaryAction(String type, Action<?> action) default VActionView.primaryAction(Action<?> action) default VActionView.primaryAction(String type, Action<?> action) default VActionView.secondaryAction(Action<?> action) default VActionView.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 ActionModifier and TypeMethodDescriptiondefault 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 ActionModifier and TypeMethodDescriptionUpdateEntityView.findDeleteAction()CreateEntityView.findSubmitAction()UpdateEntityView.findSubmitAction()Methods in com.broadleafcommerce.metadata.dsl.core.extension.views.details with parameters of type ActionModifier and TypeMethodDescriptiondefault VUpdateEntityView.addDeleteAction(Action<?> action) default VCreateEntityView.addSubmitAction(Action<?> action) default VUpdateEntityView.addSubmitAction(Action<?> action) default VUpdateEntityView.deleteAction(Action<?> action) default VCreateEntityView.submitAction(Action<?> action) default VUpdateEntityView.submitAction(Action<?> action) Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.views.details with type arguments of type ActionModifier and TypeMethodDescriptiondefault VUpdateEntityView.deleteAction(UnaryOperator<Action<?>> fn) default VCreateEntityView.submitAction(UnaryOperator<Action<?>> fn) default VUpdateEntityView.submitAction(UnaryOperator<Action<?>> fn) -
Uses of Action in com.broadleafcommerce.metadata.dsl.validators
Methods in com.broadleafcommerce.metadata.dsl.validators with parameters of type ActionModifier and TypeMethodDescriptiondefault voidComponentValidatorManager.validateAction(Action<?> target, org.springframework.validation.Errors errors) Method used to validateActionobjects. -
Uses of Action in com.broadleafcommerce.metadata.dsl.validators.actions
Methods in com.broadleafcommerce.metadata.dsl.validators.actions with parameters of type ActionModifier and TypeMethodDescriptionvoidActionValidator.validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager) voidDefaultActionValidator.validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager) voidDefaultExportActionValidator.validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager) voidDefaultFilterActionValidator.validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager) voidDefaultFormActionValidator.validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager) voidDefaultOrderableModalFormActionValidator.validate(Action<?> target, org.springframework.validation.Errors errors, ComponentValidatorManager manager)