Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.Grid
-
-
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension
Classes in com.broadleafcommerce.metadata.dsl.core.extension with type parameters of type Grid Modifier and Type Interface Description interfaceGrid<G extends Grid<G>>An interface representing a grid with a collection ofColumn.Subinterfaces of Grid in com.broadleafcommerce.metadata.dsl.core.extension Modifier and Type Interface Description interfaceActionGrid<G extends ActionGrid<G>>An extension ofGridto represent a grid with grid-level and row-level actions.interfaceExportGrid<G extends ExportGrid<G>>An extension ofActionGridto represent a grid with a grid-level export action.interfaceFetchGrid<G extends FetchGrid<G>>Represents the metadata for aGridthat supports fetching it's own data.interfaceFilterableGrid<G extends FilterableGrid<G>>Represents the metadata for aFetchGridthat supports filtering it's records using various filter actions.interfaceImportGrid<G extends ImportGrid<G>>An extension ofActionGridto represent a grid with a grid-level import action.interfaceOrderable<R extends Orderable<R>>Represents the metadata for a collection component that supports re-ordering it's members.interfaceResourceGrid<G extends ResourceGrid<G>>Represents the metadata of aActionGridandFetchGridthat is used for managing an external resource.interfaceSortableGrid<G extends SortableGrid<G>> -
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.common.tree
Subinterfaces of Grid in com.broadleafcommerce.metadata.dsl.core.extension.common.tree Modifier and Type Interface Description interfaceTreeGridView<V extends TreeGridView<V>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that implement Grid Modifier and Type Class Description classDefaultTreeGridView -
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.externals
Subinterfaces of Grid 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 Grid Modifier and Type Class Description classDefaultExportHistoryGridExternalThe default implementation forExportHistoryGridExternal.classDefaultGridExternal -
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.fields
Subinterfaces of Grid in com.broadleafcommerce.metadata.dsl.core.extension.fields Modifier and Type Interface Description interfaceLookupFieldModal<V extends LookupFieldModal<V>>Represents the metadata for the modal used byLookupField.interfaceResidentGridField<F extends ResidentGridField<F>>Represents the metadata for a resident grid field component.interfaceResidentMapField<F extends ResidentMapField<F>>Classes in com.broadleafcommerce.metadata.dsl.core.extension.fields that implement Grid Modifier and Type Class Description classDefaultLookupFieldModalclassDefaultResidentGridFieldclassDefaultResidentMapField -
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.grids
Subinterfaces of Grid in com.broadleafcommerce.metadata.dsl.core.extension.grids Modifier and Type Interface Description interfaceExportHistoryGrid<G extends ExportHistoryGrid<G>>The grid to display the export history. -
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.views
Subinterfaces of Grid 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.interfaceGridView<V extends GridView<V>>interfaceSelectTargetEntityGridView<V extends SelectTargetEntityGridView<V>>This grid is used to fetch and display the entities to export.Classes in com.broadleafcommerce.metadata.dsl.core.extension.views that implement Grid Modifier and Type Class Description classDefaultExportHistoryEntityGridViewThe default implementation forExportHistoryEntityGridView.classDefaultSelectTargetEntityGridView -
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.views.browse
Subinterfaces of Grid 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 Grid Modifier and Type Class Description classDefaultEntityGridView
-