@NonNullApi
Interface | Description |
---|---|
ActionGrid<G extends ActionGrid<G>> |
An extension of
Grid to represent a grid with grid-level and row-level actions. |
BuilderFieldSource<D extends BuilderFieldSource<D>> |
An interface implemented by components that intend to support the inclusion of augmented custom
fields.
|
Dependent<D extends Dependent<D>> |
Represents metadata for a
FormComponent that has dependencies on its parent form's state. |
ExportGrid<G extends ExportGrid<G>> |
An extension of
ActionGrid to represent a grid with a grid-level export action. |
FetchEntity<C extends FetchEntity<C>> |
Represents the metadata for a component that supports fetching a single entity.
|
FetchGrid<G extends FetchGrid<G>> |
Represents the metadata for a
Grid that supports fetching it's own data. |
Filterable<D extends Filterable<D>> |
An interface implemented by components that intend to support filterable behavior.
|
FilterableGrid<G extends FilterableGrid<G>> |
Represents the metadata for a
FetchGrid that supports filtering it's records using
various filter actions. |
Form<F extends Form<F>> |
Represents the metadata for a component whose children are various
FormComponent . |
Grid<G extends Grid<G>> |
An interface representing a grid with a collection of
Column . |
ImportGrid<G extends ImportGrid<G>> |
An extension of
ActionGrid to represent a grid with a grid-level import action. |
Orderable<R extends Orderable<R>> |
Represents the metadata for a collection component that supports re-ordering it's members.
|
PageableFetch<C extends PageableFetch<C>> | |
Pollable<G extends Pollable<G>> |
An interface implemented by components that intend to support pollable behavior.
|
ResourceGrid<G extends ResourceGrid<G>> |
Represents the metadata of a
ActionGrid and FetchGrid that is used for managing
an external resource. |
Selectable<S extends Selectable<S>> |
An interface implemented by components that intend to support selectable behavior.
|
Selectable.ConfigureSelectable |
A functional interface to provide a functional entry-point to
Selectable . |
SortableGrid<G extends SortableGrid<G>> | |
Trackable<T extends Trackable<T>> |
Enum | Description |
---|---|
PollableOptions.PollStrategyType |
Represents the type of strategy used to when calculating the interval at which to poll.
|
SortableGrid.Sort.Direction |
Copyright © 2021. All rights reserved.