FileDocCategorySizeDatePackage
WrapperListAdapter.javaAPI DocAndroid 1.5 API1067Wed May 06 22:41:56 BST 2009android.widget

WrapperListAdapter

public interface WrapperListAdapter implements ListAdapter
List adapter that wraps another list adapter. The wrapped adapter can be retrieved by calling {@link #getWrappedAdapter()}.
see
ListView

Fields Summary
Constructors Summary
Methods Summary
public ListAdaptergetWrappedAdapter()
Returns the adapter wrapped by this list adapter.

return
The {@link android.widget.ListAdapter} wrapped by this adapter.