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.Spinner

Added interface android.content.DialogInterface.OnClickListener.

Removed Constructors
android.widget(Context, AttributeSet, Map)  
android.widget(Context, AttributeSet, Map, int)  
 

Added Constructors
Spinner(Context, AttributeSet)  
Spinner(Context, AttributeSet, int)  
 

Removed Methods
int[] getSelectorState(int)  
void layout(int, boolean) Creates and positions all views for this Spinner.
void onFocusChanged(boolean, int, Rect)  
boolean onKeyUp(int, KeyEvent)  
boolean onTouchEvent(MotionEvent)  
void setSelectionInt(int, boolean)  
 

Added Methods
CharSequence getPrompt() @return The prompt to display when the dialog is shown
void onClick(DialogInterface, int)  
void setPrompt(CharSequence) Sets the prompt to display when the dialog is shown.
void setPromptId(int) Sets the prompt to display when the dialog is shown.
 

Changed Methods
void setAdapter(SpinnerAdapter) Method was locally defined, but is now inherited from AbsSpinner. The Adapter is used to provide the data which backs this Spinner.
 

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