FileDocCategorySizeDatePackage
CursorTreeAdapter.javaAPI DocAndroid 5.1 API3649Sat Mar 14 14:09:36 GMT 2015android.widget

CursorTreeAdapter

public abstract class CursorTreeAdapter extends android.widget.BaseExpandableListAdapter implements android.widget.Filterable

Fields Summary
Constructors Summary
public CursorTreeAdapter(android.database.Cursor cursor, android.content.Context context)

 throw new RuntimeException("Stub!"); 
public CursorTreeAdapter(android.database.Cursor cursor, android.content.Context context, boolean autoRequery)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected abstract voidbindChildView(android.view.View view, android.content.Context context, android.database.Cursor cursor, boolean isLastChild)

protected abstract voidbindGroupView(android.view.View view, android.content.Context context, android.database.Cursor cursor, boolean isExpanded)

public voidchangeCursor(android.database.Cursor cursor)

 throw new RuntimeException("Stub!"); 
public java.lang.StringconvertToString(android.database.Cursor cursor)

 throw new RuntimeException("Stub!"); 
public android.database.CursorgetChild(int groupPosition, int childPosition)

 throw new RuntimeException("Stub!"); 
public longgetChildId(int groupPosition, int childPosition)

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetChildView(int groupPosition, int childPosition, boolean isLastChild, android.view.View convertView, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public intgetChildrenCount(int groupPosition)

 throw new RuntimeException("Stub!"); 
protected abstract android.database.CursorgetChildrenCursor(android.database.Cursor groupCursor)

public android.database.CursorgetCursor()

 throw new RuntimeException("Stub!"); 
public android.widget.FiltergetFilter()

 throw new RuntimeException("Stub!"); 
public android.widget.FilterQueryProvidergetFilterQueryProvider()

 throw new RuntimeException("Stub!"); 
public android.database.CursorgetGroup(int groupPosition)

 throw new RuntimeException("Stub!"); 
public intgetGroupCount()

 throw new RuntimeException("Stub!"); 
public longgetGroupId(int groupPosition)

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetGroupView(int groupPosition, boolean isExpanded, android.view.View convertView, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public booleanhasStableIds()

 throw new RuntimeException("Stub!"); 
public booleanisChildSelectable(int groupPosition, int childPosition)

 throw new RuntimeException("Stub!"); 
protected abstract android.view.ViewnewChildView(android.content.Context context, android.database.Cursor cursor, boolean isLastChild, android.view.ViewGroup parent)

protected abstract android.view.ViewnewGroupView(android.content.Context context, android.database.Cursor cursor, boolean isExpanded, android.view.ViewGroup parent)

public voidnotifyDataSetChanged()

 throw new RuntimeException("Stub!"); 
public voidnotifyDataSetChanged(boolean releaseCursors)

 throw new RuntimeException("Stub!"); 
public voidnotifyDataSetInvalidated()

 throw new RuntimeException("Stub!"); 
public voidonGroupCollapsed(int groupPosition)

 throw new RuntimeException("Stub!"); 
public android.database.CursorrunQueryOnBackgroundThread(java.lang.CharSequence constraint)

 throw new RuntimeException("Stub!"); 
public voidsetChildrenCursor(int groupPosition, android.database.Cursor childrenCursor)

 throw new RuntimeException("Stub!"); 
public voidsetFilterQueryProvider(android.widget.FilterQueryProvider filterQueryProvider)

 throw new RuntimeException("Stub!"); 
public voidsetGroupCursor(android.database.Cursor cursor)

 throw new RuntimeException("Stub!");