| Interface | Description |
|---|---|
| OnScrollListener |
Definition of a
OnScrollListener that can be used to listen for scroll and scroll state changes of the
data view (which is a ListView) of a TableView. |
| SortingStatusChangeListener |
Definition of a listener that is notified when the
SortingStatus has changed. |
| SwipeToRefreshListener |
Definition of a swipe to refresh listener.
|
| SwipeToRefreshListener.RefreshIndicator |
Interface representing the refresh indicator shown to the user.
|
| TableDataClickListener<T> |
Listens for clicks on table data.
|
| TableDataLongClickListener<T> |
Listens for long clicks on table data.
|
| TableHeaderClickListener |
Listener interface to listen for clicks on table headers of a
SortableTableView. |
| Enum | Description |
|---|---|
| OnScrollListener.ScrollState |
Collection of the existing scroll states.
|