public class ViewModelCursorAdapter
extends android.support.v4.widget.CursorAdapter
| Constructor and Description | 
|---|
ViewModelCursorAdapter(android.content.Context context,
                      android.database.Cursor c,
                      boolean autoRequery,
                      int layoutId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
bindView(android.view.View view,
        android.content.Context context,
        android.database.Cursor cursor)  | 
android.view.View | 
newView(android.content.Context context,
       android.database.Cursor cursor,
       android.view.ViewGroup parent)  | 
changeCursor, convertToString, getCount, getCursor, getDropDownView, getFilter, getFilterQueryProvider, getItem, getItemId, getView, hasStableIds, init, newDropDownView, onContentChanged, runQueryOnBackgroundThread, setFilterQueryProvider, swapCursorpublic ViewModelCursorAdapter(android.content.Context context,
                              android.database.Cursor c,
                              boolean autoRequery,
                              int layoutId)
public android.view.View newView(android.content.Context context,
                                 android.database.Cursor cursor,
                                 android.view.ViewGroup parent)
newView in class android.support.v4.widget.CursorAdapterpublic void bindView(android.view.View view,
                     android.content.Context context,
                     android.database.Cursor cursor)
bindView in class android.support.v4.widget.CursorAdapterCopyright © 2011–2014. All rights reserved.