Class | Description |
---|---|
SortableTableView<T> |
Extension of the
TableView that gives the possibility to sort the table by every single
column. |
TableColumnModel |
A model holding the column information of a
TableView . |
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 |
---|---|
SortState |
A enumeration containing all available SortView states of presentation.
|