public abstract class ResourceCursorTreeAdapter extends CursorTreeAdapter
| Constructor and Description |
|---|
ResourceCursorTreeAdapter(Context context,
Cursor cursor,
int groupLayout,
int childLayout) |
ResourceCursorTreeAdapter(Context context,
Cursor cursor,
int collapsedGroupLayout,
int expandedGroupLayout,
int childLayout) |
ResourceCursorTreeAdapter(Context context,
Cursor cursor,
int collapsedGroupLayout,
int expandedGroupLayout,
int childLayout,
int lastChildLayout) |
| Modifier and Type | Method and Description |
|---|---|
View |
newChildView(Context context,
Cursor cursor,
boolean isLastChild,
ViewGroup parent) |
View |
newGroupView(Context context,
Cursor cursor,
boolean isExpanded,
ViewGroup parent) |
bindChildView, bindGroupView, changeCursor, 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 ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout, int lastChildLayout)
public ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout)
public View newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
newChildView in class CursorTreeAdapterpublic View newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent)
newGroupView in class CursorTreeAdapterCopyright © 2008-2013. All Rights Reserved.