Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.actions.GridRowConditionalAction
Packages that use GridRowConditionalAction
Package
Description
-
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 GridRowConditionalActionModifier and TypeInterfaceDescriptioninterface
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 GridRowConditionalActionConstructors in com.broadleafcommerce.metadata.dsl.core.extension.actions with parameters of type GridRowConditionalActionModifierConstructorDescriptionDefaultGridRowConditionalAction
(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 GridRowConditionalActionModifier and TypeMethodDescriptiondefault 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 GridRowConditionalActionModifier and TypeMethodDescriptiondefault G
ExportHistoryGrid.downloadExportFile
(UnaryOperator<GridRowConditionalAction<?>> fn) Adds theGridRowConditionalAction
action withExportHistoryGrid.ActionTypes.DOWNLOAD_EXPORT
type to download the export file.