public class RecordsOfTableAdapter
extends android.widget.CursorAdapter
| Constructor and Description |
|---|
RecordsOfTableAdapter(android.content.Context context,
android.database.Cursor c) |
| 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, getDropDownViewTheme, getFilter, getFilterQueryProvider, getItem, getItemId, getView, hasStableIds, init, newDropDownView, onContentChanged, runQueryOnBackgroundThread, setDropDownViewTheme, setFilterQueryProvider, swapCursorareAllItemsEnabled, getItemViewType, getViewTypeCount, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, unregisterDataSetObserverpublic RecordsOfTableAdapter(android.content.Context context,
android.database.Cursor c)
public void bindView(android.view.View view,
android.content.Context context,
android.database.Cursor cursor)
bindView in class android.widget.CursorAdapterpublic android.view.View newView(android.content.Context context,
android.database.Cursor cursor,
android.view.ViewGroup parent)
newView in class android.widget.CursorAdapter