Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.ImportGrid
- 
- 
Uses of ImportGrid in com.broadleafcommerce.metadata.dsl.core.extension
Classes in com.broadleafcommerce.metadata.dsl.core.extension with type parameters of type ImportGrid Modifier and Type Interface Description interfaceImportGrid<G extends ImportGrid<G>>An extension ofActionGridto represent a grid with a grid-level import action. - 
Uses of ImportGrid in com.broadleafcommerce.metadata.dsl.core.extension.externals
Subinterfaces of ImportGrid 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 ImportGrid Modifier and Type Class Description classDefaultExportHistoryGridExternalThe default implementation forExportHistoryGridExternal.classDefaultGridExternal - 
Uses of ImportGrid in com.broadleafcommerce.metadata.dsl.core.extension.views
Subinterfaces of ImportGrid 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 ImportGrid Modifier and Type Class Description classDefaultExportHistoryEntityGridViewThe default implementation forExportHistoryEntityGridView. - 
Uses of ImportGrid in com.broadleafcommerce.metadata.dsl.core.extension.views.browse
Subinterfaces of ImportGrid 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 ImportGrid Modifier and Type Class Description classDefaultEntityGridView 
 -