Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension.actions | |
com.broadleafcommerce.metadata.dsl.core.extension.grids |
Modifier and Type | Interface and Description |
---|---|
interface |
GridRowConditionalAction<A extends GridRowConditionalAction<A>>
The
ActionGrid.ActionPlacements#ROW action that can be rendered based on specified
conditions. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGridRowConditionalAction
The default implementation for
GridRowConditionalAction . |
Constructor and Description |
---|
DefaultGridRowConditionalAction(GridRowConditionalAction<?> conditionalAction) |
Modifier and Type | Method and Description |
---|---|
default G |
ExportHistoryGrid.addDownloadExportFile(GridRowConditionalAction<?> action)
Adds the {GridRowConditionalAction} action to download the export file.
|
Modifier and Type | Method and Description |
---|---|
default G |
ExportHistoryGrid.downloadExportFile(UnaryOperator<GridRowConditionalAction<?>> fn)
Adds the
GridRowConditionalAction action with ExportHistoryGrid.ActionTypes.DOWNLOAD_EXPORT
type to download the export file. |
Copyright © 2021. All rights reserved.