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 interfaceGridRowConditionalAction<A extends GridRowConditionalAction<A>>TheActionGrid.ActionPlacements.ROWaction 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 classDefaultGridRowConditionalActionThe 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 GExportHistoryGrid. 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 GExportHistoryGrid. downloadExportFile(UnaryOperator<GridRowConditionalAction<?>> fn)Adds theGridRowConditionalActionaction withExportHistoryGrid.ActionTypes.DOWNLOAD_EXPORTtype to download the export file. 
 -