Interface GridExternal<E extends GridExternal<E>>

All Superinterfaces:
ActionGrid<E>, Comparable<E>, Component<E>, Copyable<E>, CustomCssComponent<E>, Dependent<E>, ExportGrid<E>, External<E>, FetchGrid<E>, Filterable<E>, FilterableGrid<E>, FormComponent<E>, Grid<E>, ImportGrid<E>, Orderable<E>, Pollable<E>, ResourceGrid<E>, Selectable<E>, Serializable, SortableGrid<E>, Trackable<E>
All Known Subinterfaces:
ExportHistoryGridExternal<E>
All Known Implementing Classes:
DefaultExportHistoryGridExternal, DefaultGridExternal

public interface GridExternal<E extends GridExternal<E>> extends ActionGrid<E>, ImportGrid<E>, ExportGrid<E>, Dependent<E>, External<E>, FetchGrid<E>, FilterableGrid<E>, Orderable<E>, Pollable<E>, ResourceGrid<E>, Selectable<E>, SortableGrid<E>, Trackable<E>
Represents the metadata for a grid that provides a view of external data related to the form it resides within. Supports retrieving, creating, updating, and deleting the data for a collection.
Author:
Nick Crum (ncrum)