Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.views.GridView
-
-
Uses of GridView in com.broadleafcommerce.metadata.dsl.core.extension.common.tree
Subinterfaces of GridView in com.broadleafcommerce.metadata.dsl.core.extension.common.tree Modifier and Type Interface Description interface
TreeGridView<V extends TreeGridView<V>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that implement GridView Modifier and Type Class Description class
DefaultTreeGridView
-
Uses of GridView in com.broadleafcommerce.metadata.dsl.core.extension.views
Classes in com.broadleafcommerce.metadata.dsl.core.extension.views with type parameters of type GridView Modifier and Type Interface Description interface
GridView<V extends GridView<V>>
Subinterfaces of GridView 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 GridView Modifier and Type Class Description class
DefaultExportHistoryEntityGridView
The default implementation forExportHistoryEntityGridView
. -
Uses of GridView in com.broadleafcommerce.metadata.dsl.core.extension.views.browse
Subinterfaces of GridView 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 GridView Modifier and Type Class Description class
DefaultEntityGridView
-