Package com.broadleafcommerce.metadata.dsl.core.extension.actions
@NonNullApi
package com.broadleafcommerce.metadata.dsl.core.extension.actions
-
ClassDescriptionAbstractAction<A extends AbstractAction<A>>An abstract implementation of
Action
.ActionGroup<A extends ActionGroup<A>>Represents a group of actions usually represented as a dropdown.AddAdjustmentModalFormAction<A extends AddAdjustmentModalFormAction<A>>Extension ofModalFormAction
that is used to apply an offer to the entity.BulkOperationAction<A extends BulkOperationAction<A>>Represents a bulk operation action.CloneModalFormAction<A extends CloneModalFormAction<A>>Extension ofModalFormAction
that is used for the cloning of new entities.ConditionalAction<A extends ConditionalAction<A>>The generic action that can be rendered based on specified conditions.CreateModalFormAction<A extends CreateModalFormAction<A>>Extension ofModalFormAction
that is used for the creation of new entities.The default implementation forConditionalAction
.The default implementation ofEntityModalFormAction
.The default implementation forExportGridAction
.The default implementation forGridRowConditionalAction
.The default implementation forImportGridAction
.EntityModalFormAction<A extends EntityModalFormAction<A>>A variation of the basicModalFormAction
that allows specifying an endpoint to submit the form to.ExportGridAction<A extends ExportGridAction<A>>This action is used to open the modal dialog with additional configuration to export the entities from the grid.FormAction<A extends FormAction<A>>Represents the metadata for a action whose children are variousFormComponent
.GenerateTemplateAction<A extends GenerateTemplateAction<A>>GridRowConditionalAction<A extends GridRowConditionalAction<A>>TheActionGrid.ActionPlacements.ROW
action that can be rendered based on specified conditions.ImportGridAction<A extends ImportGridAction<A>>This action is used to open the modal dialog with additional configuration to import the entities from the grid.InlineGridSelectAction<A extends InlineGridSelectAction<A>>Represents an action that will display a list of options to the user and allow them to select one.LinkAction<A extends LinkAction<A>>ModalFormAction<A extends ModalFormAction<A>>Represents the metadata for a modal form action.OrderableModalFormAction<A extends OrderableModalFormAction<A>>Represents the metadata for the action used to re-order rows within anOrderable
grid.ResidentMapCreateAction<A extends ResidentMapCreateAction<A>>Represents the metadata for theResidentMapField.ActionTypes.CREATE
action within anResidentMapField
.RowModalFormAction<A extends RowModalFormAction<A>>A genericModalFormAction
for row-level actions within a grid.SlideOverFormAction<A extends SlideOverFormAction<A>>Represents the metadata for theResidentGridField.ActionTypes.CREATE_VIEW
andResidentGridField.ActionTypes.UPDATE_VIEW
actions within anResidentGridField
.TriggerAction<A extends TriggerAction<A>>