| Class | Description |
|---|---|
| SortableTableView<T> |
Extension of the
TableView that gives the possibility to sort the table by every single
column. |
| SortingStatus |
Class that represents the sorting status of a
SortableTableView. |
| TableDataAdapter<T> |
The abstract implementation of an adapter used to bring data to a
TableView. |
| TableHeaderAdapter |
The abstract implementation of an adapter used to bring data to a
TableHeaderView. |
| TableView<T> |
A view that is able to display data as a table.
|
| Enum | Description |
|---|---|
| SortingOrder | |
| SortState |
A enumeration containing all available SortView states of presentation.
|