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 interface
ImportGrid<G extends ImportGrid<G>>
An extension ofActionGrid
to 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 interface
ExportHistoryGridExternal<E extends ExportHistoryGridExternal<E>>
The grid view that is used to add the export history to theUpdateEntityView
.interface
GridExternal<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 class
DefaultExportHistoryGridExternal
The default implementation forExportHistoryGridExternal
.class
DefaultGridExternal
-
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 interface
ExportHistoryEntityGridView<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 class
DefaultExportHistoryEntityGridView
The 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 interface
EntityGridView<V extends EntityGridView<V>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.views.browse that implement ImportGrid Modifier and Type Class Description class
DefaultEntityGridView
-