| Interface | Description |
|---|---|
| DataSource<T> | |
| DataView<T> |
A data view is in charge of rendering the data within the data table.
|
| EventHandlers<T> | |
| HasCategories | |
| HasColumns<T> | |
| HasDataCategory |
Used for data categorization for features such as data categories.
Models that implement this interface will be considered for categorization in AbstractDataView. |
| HasDataSource<T> | |
| HasDataView<T> | |
| HasRenderer<T> | |
| HasRows<T> | |
| Renderer<T> |
Renderer interface for defining data view composition.
|
| ValueProvider<T,V> |
Returns the value property of the target.
|
| ViewSettings |
| Class | Description |
|---|---|
| AbstractDataView<T> |
Abstract DataView handles the creation, preparation and UI logic for
the table rows and subheaders (if enabled).
|
| BaseRenderer<T> |
Base Component Renderer used by
AbstractDataView. |
| DataSort<M> | |
| ListDataSource<T> | |
| MapDataSource<T> |
Map
DataSource that supports infinite loading with categories. |
| RowExpansion<T> |
Row expansion block.
|
| SortContext<T> | |
| StandardDataView<T> |
| Enum | Description |
|---|---|
| SelectionType |
Data view selection type.
|
| SortDir |
Copyright © 2018. All rights reserved.