Interface | Description |
---|---|
IListViewAdapter |
Interface for all the View Adapters for list like objects.
|
IListViewAdapterFactory<L extends IListViewAdapter> |
Abstraction of a factory that makes an
IListViewAdapter from a
IListDataAdapter . |
ITableViewAdapter |
Interface for all the View Adapters for table like objects.
|
ITableViewAdapterFactory<T extends ITableViewAdapter> |