Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.ExportGrid
-
-
Uses of ExportGrid in com.broadleafcommerce.metadata.dsl.core.extension
Classes in com.broadleafcommerce.metadata.dsl.core.extension with type parameters of type ExportGrid Modifier and Type Interface Description interfaceExportGrid<G extends ExportGrid<G>>An extension ofActionGridto represent a grid with a grid-level export action. -
Uses of ExportGrid in com.broadleafcommerce.metadata.dsl.core.extension.externals
Subinterfaces of ExportGrid in com.broadleafcommerce.metadata.dsl.core.extension.externals Modifier and Type Interface Description interfaceExportHistoryGridExternal<E extends ExportHistoryGridExternal<E>>The grid view that is used to add the export history to theUpdateEntityView.interfaceGridExternal<E extends GridExternal<E>>Represents the metadata for a grid that provides a view of external data related to the form it resides within.Classes in com.broadleafcommerce.metadata.dsl.core.extension.externals that implement ExportGrid Modifier and Type Class Description classDefaultExportHistoryGridExternalThe default implementation forExportHistoryGridExternal.classDefaultGridExternal -
Uses of ExportGrid in com.broadleafcommerce.metadata.dsl.core.extension.views
Subinterfaces of ExportGrid in com.broadleafcommerce.metadata.dsl.core.extension.views Modifier and Type Interface Description interfaceExportHistoryEntityGridView<V extends ExportHistoryEntityGridView<V>>The grid view that is used to add the export history to theEntityBrowseView.Classes in com.broadleafcommerce.metadata.dsl.core.extension.views that implement ExportGrid Modifier and Type Class Description classDefaultExportHistoryEntityGridViewThe default implementation forExportHistoryEntityGridView. -
Uses of ExportGrid in com.broadleafcommerce.metadata.dsl.core.extension.views.browse
Subinterfaces of ExportGrid in com.broadleafcommerce.metadata.dsl.core.extension.views.browse Modifier and Type Interface Description interfaceEntityGridView<V extends EntityGridView<V>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.browse that implement ExportGrid Modifier and Type Class Description classDefaultEntityGridView
-