WrapperListAdapterpublic interface WrapperListAdapter implements ListAdapterList adapter that wraps another list adapter. The wrapped adapter can be retrieved
by calling {@link #getWrappedAdapter()}. |
Methods Summary |
---|
public ListAdapter | getWrappedAdapter()Returns the adapter wrapped by this list adapter.
|
|