Modifier and Type | Interface and Description |
---|---|
interface |
FetchGrid<G extends FetchGrid<G>>
Represents the metadata for a
Grid that supports fetching it's own data. |
Modifier and Type | Interface and Description |
---|---|
interface |
FilterableGrid<G extends FilterableGrid<G>>
Represents the metadata for a
FetchGrid that supports filtering it's records using
various filter actions. |
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 |
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.