Added in API level 1
  
  
  
  
  
   
  
  
  
  
  
   
  
  
   
  
  
  
WrapperListAdapter
  public
  
  
  
  interface
  WrapperListAdapter
  
  
      implements
      
        ListAdapter
      
  
  
| android.widget.WrapperListAdapter | 
List adapter that wraps another list adapter. The wrapped adapter can be retrieved
 by calling getWrappedAdapter().
See also:
Summary
| Inherited constants | 
|---|
| Public methods | |
|---|---|
| 
        abstract
        
        
        
        
        ListAdapter | 
      getWrappedAdapter()
      Returns the adapter wrapped by this list adapter. | 
| Inherited methods | |
|---|---|
Public methods
getWrappedAdapter
    Added in API level 1
  
      
  
    public abstract ListAdapter getWrappedAdapter ()
Returns the adapter wrapped by this list adapter.
| Returns | |
|---|---|
| ListAdapter | The ListAdapterwrapped by this adapter. | 
