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