Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.actions.GridRowConditionalAction
-
Packages that use GridRowConditionalAction Package Description com.broadleafcommerce.metadata.dsl.core.extension.actions com.broadleafcommerce.metadata.dsl.core.extension.grids -
-
Uses of GridRowConditionalAction in com.broadleafcommerce.metadata.dsl.core.extension.actions
Classes in com.broadleafcommerce.metadata.dsl.core.extension.actions with type parameters of type GridRowConditionalAction Modifier and Type Interface Description interface
GridRowConditionalAction<A extends GridRowConditionalAction<A>>
TheActionGrid.ActionPlacements.ROW
action that can be rendered based on specified conditions.Classes in com.broadleafcommerce.metadata.dsl.core.extension.actions that implement GridRowConditionalAction Modifier and Type Class Description class
DefaultGridRowConditionalAction
The default implementation forGridRowConditionalAction
.Constructors in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type GridRowConditionalAction Constructor Description DefaultGridRowConditionalAction(GridRowConditionalAction<?> conditionalAction)
-
Uses of GridRowConditionalAction in com.broadleafcommerce.metadata.dsl.core.extension.grids
Methods in com.broadleafcommerce.metadata.dsl.core.extension.grids with parameters of type GridRowConditionalAction Modifier and Type Method Description default G
ExportHistoryGrid. addDownloadExportFile(GridRowConditionalAction<?> action)
Adds the {GridRowConditionalAction} action to download the export file.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.grids with type arguments of type GridRowConditionalAction Modifier and Type Method Description default G
ExportHistoryGrid. downloadExportFile(UnaryOperator<GridRowConditionalAction<?>> fn)
Adds theGridRowConditionalAction
action withExportHistoryGrid.ActionTypes.DOWNLOAD_EXPORT
type to download the export file.
-