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 TypeInterfaceDescriptioninterfaceGridRowConditionalAction<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 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 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 GridRowConditionalActionModifier and TypeMethodDescriptiondefault GExportHistoryGrid.downloadExportFile(UnaryOperator<GridRowConditionalAction<?>> fn) Adds theGridRowConditionalActionaction withExportHistoryGrid.ActionTypes.DOWNLOAD_EXPORTtype to download the export file.