T
- public interface IListViewAdapter
IListDataAdapter
. It is up to the implementation to determine the
true shape of sub-class, and thus this interface is more or less like a
marker only, not the shape of the sub-classes.Modifier and Type | Method and Description |
---|---|
<T> IListDataAdapter<T> |
getListDataAdapter()
Retries the
IListDataAdapter this is "adapted" from. |
<T> IListDataAdapter<T> getListDataAdapter()
IListDataAdapter
this is "adapted" from.T
- the type data in the list.IListDataAdapter
this is "adapted" from.