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 interfaceAction<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 CComponent. addAction(Action<?> action)Adds an action using the action's ID as the key.default CComponent. 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.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 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 GResourceGrid. addDeleteAction(Action<?> deleteAction)default GActionGrid. addGridAction(Action<?> action)default GActionGrid. addGridAction(String type, Action<?> action)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 Action Modifier and Type Method Description default 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.actions Modifier and Type Interface Description interfaceCloneModalFormAction<A extends CloneModalFormAction<A>>Extension ofModalFormActionthat is used for the cloning of new entities.interfaceCreateModalFormAction<A extends CreateModalFormAction<A>>Extension ofModalFormActionthat is used for the creation of new entities.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.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.interfaceTriggerAction<A extends TriggerAction<A>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.actions that implement Action Modifier and Type Class Description classAbstractAction<A extends AbstractAction<A>>An abstract implementation ofAction.classDefaultActionclassDefaultCloneModalFormActionclassDefaultCreateModalFormActionclassDefaultExportGridActionThe default implementation forExportGridAction.classDefaultFormActionclassDefaultGenerateTemplateActionclassDefaultGridRowConditionalActionThe default implementation forGridRowConditionalAction.classDefaultImportGridActionThe default implementation forImportGridAction.classDefaultLinkActionclassDefaultModalFormActionclassDefaultOrderableModalFormActionclassDefaultResidentMapCreateActionclassDefaultRowModalFormActionclassDefaultTriggerActionConstructors 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 interfaceFilterAction<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 Action Modifier and Type Class Description classDefaultFilterActionclassDefaultLookupFilterActionclassDefaultQueryBuilderFilterAction -
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 anOptionalso 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 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 Action Modifier and Type Method Description default 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 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.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 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.DELETEaction.default Optional<Action<?>>ResidentMapField. findEntryAction(String type)Finds theResidentMapField.ActionPlacements.ENTRYaction with the provided type.default Optional<Action<?>>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 Action Modifier and Type Method Description default 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 Action Modifier and Type Method Description default 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 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 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 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 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 Action Modifier and Type Method Description default 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 Action Modifier and Type Method Description default 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 Action Modifier and Type Method Description voidActionValidator. 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)
-