public interface IListViewAdapterFactory<L extends IListViewAdapter>
IListViewAdapter
from a
IListDataAdapter
.Modifier and Type | Method and Description |
---|---|
<V> L |
createListViewAdapter(IListDataAdapter<V> listDataAdapter)
Adapts a
IListDataAdapter to a View Adapter. |
<V> L createListViewAdapter(IListDataAdapter<V> listDataAdapter)
IListDataAdapter
to a View Adapter.listDataAdapter
- IListViewAdapter