API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.CursorAdapter

Added interface android.widget.CursorFilter.CursorFilterClient.

Removed Constructors
android.widget(Cursor, Context) Constructor.
android.widget(Cursor, Context, boolean) Constructor
 

Added Constructors
CursorAdapter(Context, Cursor) Constructor.
CursorAdapter(Context, Cursor, boolean) Constructor
 

Removed Methods
float getAlpha(boolean, int)  
float getScale(boolean, int)  
Cursor runQuery(CharSequence)

Runs a query with the specified constraint.

boolean stableIds()  
 

Added Methods
FilterQueryProvider getFilterQueryProvider() Returns the query filter provider used for filtering.
boolean hasStableIds()  
Cursor runQueryOnBackgroundThread(CharSequence) Runs a query with the specified constraint.
void setFilterQueryProvider(FilterQueryProvider) Sets the query filter provider used to filter the current Cursor.
 

Changed Methods
CharSequence convertToString(Cursor) Change in return type from String to CharSequence.
Change of visibility from protected to public.

Converts the cursor into a CharSequence.

void init(Context, Cursor, boolean) Change in signature from (Cursor, Context, boolean) to (Context, Cursor, boolean).
 
 

Added Fields
CursorFilter mCursorFilter  
FilterQueryProvider mFilterQueryProvider  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff