Uses of Interface
android.widget.ListAdapter

Packages that use ListAdapter
android.app   
android.preference   
android.widget   
 

Uses of ListAdapter in android.app
 

Methods in android.app that return ListAdapter
 ListAdapter ListActivity.getListAdapter()
           
 ListAdapter ListFragment.getListAdapter()
           
 

Methods in android.app with parameters of type ListAdapter
 AlertDialog.Builder AlertDialog.Builder.setAdapter(ListAdapter adapter, DialogInterface.OnClickListener listener)
           
 void ListActivity.setListAdapter(ListAdapter adapter)
           
 void ListFragment.setListAdapter(ListAdapter adapter)
           
 AlertDialog.Builder AlertDialog.Builder.setSingleChoiceItems(ListAdapter adapter, int checkedItem, DialogInterface.OnClickListener listener)
           
 

Uses of ListAdapter in android.preference
 

Methods in android.preference that return ListAdapter
 ListAdapter PreferenceScreen.getRootAdapter()
           
protected  ListAdapter PreferenceScreen.onCreateRootAdapter()
           
 

Uses of ListAdapter in android.widget
 

Subinterfaces of ListAdapter in android.widget
 interface WrapperListAdapter
           
 

Classes in android.widget that implement ListAdapter
 class ArrayAdapter<T>
           
 class BaseAdapter
           
 class CursorAdapter
           
 class HeaderViewListAdapter
           
 class ResourceCursorAdapter
           
 class SimpleAdapter
           
 class SimpleCursorAdapter
           
 

Methods in android.widget with type parameters of type ListAdapter
<T extends ListAdapter & Filterable>
void
AutoCompleteTextView.setAdapter(T adapter)
           
 

Methods in android.widget that return ListAdapter
 ListAdapter AutoCompleteTextView.getAdapter()
           
 ListAdapter GridView.getAdapter()
           
 ListAdapter ListView.getAdapter()
           
 ListAdapter ExpandableListView.getAdapter()
           
 ListAdapter HeaderViewListAdapter.getWrappedAdapter()
           
 ListAdapter WrapperListAdapter.getWrappedAdapter()
           
 

Methods in android.widget with parameters of type ListAdapter
 void GridView.setAdapter(ListAdapter adapter)
           
 void AbsListView.setAdapter(ListAdapter adapter)
           
 void ListView.setAdapter(ListAdapter adapter)
           
 void ExpandableListView.setAdapter(ListAdapter adapter)
           
 void ListPopupWindow.setAdapter(ListAdapter adapter)
           
 

Constructors in android.widget with parameters of type ListAdapter
HeaderViewListAdapter(ArrayList<ListView.FixedViewInfo> headerViewInfos, ArrayList<ListView.FixedViewInfo> footerViewInfos, ListAdapter adapter)
           
 



Copyright © 2008-2012. All Rights Reserved.