public abstract class SimpleCursorTreeAdapter extends ResourceCursorTreeAdapter
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimpleCursorTreeAdapter.ViewBinder |
| Constructor and Description |
|---|
SimpleCursorTreeAdapter(Context context,
Cursor cursor,
int collapsedGroupLayout,
int expandedGroupLayout,
String[] groupFrom,
int[] groupTo,
int childLayout,
int lastChildLayout,
String[] childFrom,
int[] childTo) |
SimpleCursorTreeAdapter(Context context,
Cursor cursor,
int collapsedGroupLayout,
int expandedGroupLayout,
String[] groupFrom,
int[] groupTo,
int childLayout,
String[] childFrom,
int[] childTo) |
SimpleCursorTreeAdapter(Context context,
Cursor cursor,
int groupLayout,
String[] groupFrom,
int[] groupTo,
int childLayout,
String[] childFrom,
int[] childTo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindChildView(View view,
Context context,
Cursor cursor,
boolean isLastChild) |
protected void |
bindGroupView(View view,
Context context,
Cursor cursor,
boolean isExpanded) |
SimpleCursorTreeAdapter.ViewBinder |
getViewBinder() |
void |
setViewBinder(SimpleCursorTreeAdapter.ViewBinder viewBinder) |
protected void |
setViewImage(ImageView v,
String value) |
void |
setViewText(TextView v,
String text) |
newChildView, newGroupViewchangeCursor, convertToString, getChild, getChildId, getChildrenCount, getChildrenCursor, getChildView, getCursor, getFilter, getFilterQueryProvider, getGroup, getGroupCount, getGroupId, getGroupView, hasStableIds, isChildSelectable, notifyDataSetChanged, notifyDataSetChanged, notifyDataSetInvalidated, onGroupCollapsed, runQueryOnBackgroundThread, setChildrenCursor, setFilterQueryProvider, setGroupCursorareAllItemsEnabled, getChildType, getChildTypeCount, getCombinedChildId, getCombinedGroupId, getGroupType, getGroupTypeCount, isEmpty, onGroupExpanded, registerDataSetObserver, unregisterDataSetObserverpublic SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo)
public SimpleCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo)
public SimpleCursorTreeAdapter.ViewBinder getViewBinder()
public void setViewBinder(SimpleCursorTreeAdapter.ViewBinder viewBinder)
protected void bindChildView(View view, Context context, Cursor cursor, boolean isLastChild)
bindChildView in class CursorTreeAdapterprotected void bindGroupView(View view, Context context, Cursor cursor, boolean isExpanded)
bindGroupView in class CursorTreeAdapterCopyright © 2008-2013. All Rights Reserved.