android.widget
Class ResourceCursorAdapter
java.lang.Object
android.widget.BaseAdapter
android.widget.CursorAdapter
android.widget.ResourceCursorAdapter
- All Implemented Interfaces:
- Adapter, Filterable, ListAdapter, SpinnerAdapter
- Direct Known Subclasses:
- SimpleCursorAdapter
public abstract class ResourceCursorAdapter
- extends CursorAdapter
Methods inherited from class android.widget.CursorAdapter |
bindView, changeCursor, convertToString, getCount, getCursor, getDropDownView, getFilter, getFilterQueryProvider, getItem, getItemId, getView, hasStableIds, init, onContentChanged, runQueryOnBackgroundThread, setFilterQueryProvider, swapCursor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceCursorAdapter
public ResourceCursorAdapter(Context context,
int layout,
Cursor c)
ResourceCursorAdapter
public ResourceCursorAdapter(Context context,
int layout,
Cursor c,
boolean autoRequery)
ResourceCursorAdapter
public ResourceCursorAdapter(Context context,
int layout,
Cursor c,
int flags)
newView
public View newView(Context context,
Cursor cursor,
ViewGroup parent)
- Specified by:
newView
in class CursorAdapter
newDropDownView
public View newDropDownView(Context context,
Cursor cursor,
ViewGroup parent)
- Overrides:
newDropDownView
in class CursorAdapter
setViewResource
public void setViewResource(int layout)
setDropDownViewResource
public void setDropDownViewResource(int dropDownLayout)
Copyright © 2008-2012. All Rights Reserved.