Uses of Interface
com.broadleafcommerce.metadata.dsl.core.extension.Grid
Packages that use Grid
Package
Description
-
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension
Classes in com.broadleafcommerce.metadata.dsl.core.extension with type parameters of type GridModifier and TypeInterfaceDescriptioninterface
An interface representing a grid with a collection ofColumn
.Subinterfaces of Grid in com.broadleafcommerce.metadata.dsl.core.extensionModifier and TypeInterfaceDescriptioninterface
ActionGrid<G extends ActionGrid<G>>
An extension ofGrid
to represent a grid with grid-level and row-level actions.interface
ExportGrid<G extends ExportGrid<G>>
An extension ofActionGrid
to represent a grid with a grid-level export action.interface
Represents the metadata for aGrid
that supports fetching it's own data.interface
FilterableGrid<G extends FilterableGrid<G>>
Represents the metadata for aFetchGrid
that supports filtering it's records using various filter actions.interface
ImportGrid<G extends ImportGrid<G>>
An extension ofActionGrid
to represent a grid with a grid-level import action.interface
Represents the metadata for a collection component that supports re-ordering it's members.interface
ResourceGrid<G extends ResourceGrid<G>>
Represents the metadata of aActionGrid
andFetchGrid
that is used for managing an external resource.interface
SortableGrid<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.treeClasses in com.broadleafcommerce.metadata.dsl.core.extension.common.tree that implement Grid -
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.externals
Subinterfaces of Grid in com.broadleafcommerce.metadata.dsl.core.extension.externalsModifier and TypeInterfaceDescriptioninterface
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 GridModifier and TypeClassDescriptionclass
The default implementation forExportHistoryGridExternal
.class
-
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.fields
Subinterfaces of Grid in com.broadleafcommerce.metadata.dsl.core.extension.fieldsModifier and TypeInterfaceDescriptioninterface
FieldArrayGridField<F extends FieldArrayGridField<F>>
Represents the metadata for aFieldTypes.FIELD_ARRAY_GRID
field.interface
LookupFieldModal<V extends LookupFieldModal<V>>
Represents the metadata for the modal used byLookupField
.interface
ResidentGridField<F extends ResidentGridField<F>>
Represents the metadata for a resident grid field component.interface
ResidentMapField<F extends ResidentMapField<F>>
Classes in com.broadleafcommerce.metadata.dsl.core.extension.fields that implement GridModifier and TypeClassDescriptionclass
class
class
class
-
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.grids
Subinterfaces of Grid in com.broadleafcommerce.metadata.dsl.core.extension.gridsModifier and TypeInterfaceDescriptioninterface
ExportHistoryGrid<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.viewsModifier and TypeInterfaceDescriptioninterface
ExportHistoryEntityGridView<V extends ExportHistoryEntityGridView<V>>
The grid view that is used to add the export history to theEntityBrowseView
.interface
interface
SelectTargetEntityGridView<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 GridModifier and TypeClassDescriptionclass
The default implementation forExportHistoryEntityGridView
.class
-
Uses of Grid in com.broadleafcommerce.metadata.dsl.core.extension.views.browse
Subinterfaces of Grid in com.broadleafcommerce.metadata.dsl.core.extension.views.browseClasses in com.broadleafcommerce.metadata.dsl.core.extension.views.browse that implement Grid