Modifier and Type | Interface and Description |
---|---|
interface |
Grid<G extends Grid<G>>
An interface representing a grid with a collection of
Column . |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionGrid<G extends ActionGrid<G>>
An extension of
Grid to represent a grid with grid-level and row-level actions. |
interface |
ExportGrid<G extends ExportGrid<G>>
An extension of
ActionGrid to represent a grid with a grid-level export action. |
interface |
FetchGrid<G extends FetchGrid<G>>
Represents the metadata for a
Grid that supports fetching it's own data. |
interface |
FilterableGrid<G extends FilterableGrid<G>>
Represents the metadata for a
FetchGrid that supports filtering it's records using
various filter actions. |
interface |
ImportGrid<G extends ImportGrid<G>>
An extension of
ActionGrid to represent a grid with a grid-level import action. |
interface |
Orderable<R extends Orderable<R>>
Represents the metadata for a collection component that supports re-ordering it's members.
|
interface |
ResourceGrid<G extends ResourceGrid<G>>
Represents the metadata of a
ActionGrid and FetchGrid that is used for managing
an external resource. |
interface |
SortableGrid<G extends SortableGrid<G>> |
Modifier and Type | Interface and Description |
---|---|
interface |
TreeGridView<V extends TreeGridView<V>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTreeGridView |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportHistoryGridExternal<E extends ExportHistoryGridExternal<E>>
The grid view that is used to add the export history to the
UpdateEntityView . |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExportHistoryGridExternal
The default implementation for
ExportHistoryGridExternal . |
class |
DefaultGridExternal |
Modifier and Type | Interface and Description |
---|---|
interface |
LookupFieldModal<V extends LookupFieldModal<V>>
Represents the metadata for the modal used by
LookupField . |
interface |
ResidentGridField<F extends ResidentGridField<F>>
Represents the metadata for a resident grid field component.
|
interface |
ResidentMapField<F extends ResidentMapField<F>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLookupFieldModal |
class |
DefaultResidentGridField |
class |
DefaultResidentMapField |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportHistoryGrid<G extends ExportHistoryGrid<G>>
The grid to display the export history.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExportHistoryEntityGridView<V extends ExportHistoryEntityGridView<V>>
The grid view that is used to add the export history to the
EntityBrowseView . |
interface |
GridView<V extends GridView<V>> |
interface |
SelectTargetEntityGridView<V extends SelectTargetEntityGridView<V>>
This grid is used to fetch and display the entities to export.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExportHistoryEntityGridView
The default implementation for
ExportHistoryEntityGridView . |
class |
DefaultSelectTargetEntityGridView |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityGridView<V extends EntityGridView<V>> |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityGridView |
Copyright © 2021. All rights reserved.