T
- public interface ITableViewAdapter
ITableDataAdapter
. 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> ITableDataAdapter<T> |
getTableDataAdapter()
Retries the
ITableDataAdapter this is "adapted" from. |
<T> ITableDataAdapter<T> getTableDataAdapter()
ITableDataAdapter
this is "adapted" from.T
- the type data in the list.ITableDataAdapter
this is "adapted" from.