API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added interfaces android.widget.CursorFilter.CursorFilterClient, android.widget.Filterable
.
Added Methods | |
---|---|
void changeCursor(Cursor ) |
@see CursorAdapter#changeCursor(Cursor) |
String convertToString(Cursor ) |
@see CursorAdapter#convertToString(Cursor) |
Cursor getCursor() |
@see CursorAdapter#getCursor() |
Filter getFilter() |
|
FilterQueryProvider getFilterQueryProvider() |
@see CursorAdapter#getFilterQueryProvider() |
boolean hasStableIds() |
|
void notifyDataSetChanged(boolean ) |
Notifies a data set change, but with the option of not releasing any cached cursors. |
Cursor runQueryOnBackgroundThread(CharSequence ) |
@see CursorAdapter#runQueryOnBackgroundThread(CharSequence) |
void setChildrenCursor(int, |
Sets the children Cursor for a particular group. |
void setFilterQueryProvider(FilterQueryProvider ) |
@see CursorAdapter#setFilterQueryProvider(FilterQueryProvider) |
void setGroupCursor(Cursor ) |
Sets the group Cursor. |
Changed Methods | ||
---|---|---|
Cursor getChild(int, |
Change in return type from Object to Cursor . |
|
Cursor getGroup(int ) |
Change in return type from Object to Cursor . |
Removed Fields | |
---|---|
MyCursorHelper mGroupCursorHelper
|
The cursor helper that is used to get the groups |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |