abstract |
|
|
|
|
void |
bindChildView(View view, Context context, Cursor cursor, boolean isLastChild) |
abstract |
|
|
|
|
void |
bindGroupView(View view, Context context, Cursor cursor, boolean isExpanded) |
|
|
|
|
|
void |
changeCursor(Cursor cursor) |
|
|
|
|
|
String |
convertToString(Cursor cursor) |
|
|
|
|
|
Cursor |
getChild(int groupPosition, int childPosition) |
|
|
|
|
|
long |
getChildId(int groupPosition, int childPosition) |
|
|
|
|
|
View |
getChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent) |
|
|
|
|
|
int |
getChildrenCount(int groupPosition) |
abstract |
|
|
|
|
Cursor |
getChildrenCursor(Cursor groupCursor) |
|
|
|
|
|
Cursor |
getCursor() |
|
|
|
|
|
Filter |
getFilter() |
|
|
|
|
|
FilterQueryProvider |
getFilterQueryProvider() |
|
|
|
|
|
Cursor |
getGroup(int groupPosition) |
|
|
|
|
|
int |
getGroupCount() |
|
|
|
|
|
long |
getGroupId(int groupPosition) |
|
|
|
|
|
View |
getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent) |
|
|
|
|
|
boolean |
hasStableIds() |
|
|
|
|
|
boolean |
isChildSelectable(int groupPosition, int childPosition) |
abstract |
|
|
|
|
View |
newChildView(Context context, Cursor cursor, boolean isLastChild, ViewGroup parent) |
abstract |
|
|
|
|
View |
newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent) |
|
|
|
|
|
void |
notifyDataSetChanged() |
|
|
|
|
|
void |
notifyDataSetChanged(boolean releaseCursors) |
|
|
|
|
|
void |
notifyDataSetInvalidated() |
|
|
|
|
|
void |
onGroupCollapsed(int groupPosition) |
|
|
|
|
|
Cursor |
runQueryOnBackgroundThread(CharSequence constraint) |
|
|
|
|
|
void |
setChildrenCursor(int groupPosition, Cursor childrenCursor) |
|
|
|
|
|
void |
setFilterQueryProvider(FilterQueryProvider filterQueryProvider) |
|
|
|
|
|
void |
setGroupCursor(Cursor cursor) |