FileDocCategorySizeDatePackage
Spinner.javaAPI DocAndroid 5.1 API4130Sat Mar 14 14:09:42 GMT 2015android.widget

Spinner

public class Spinner extends android.widget.AbsSpinner implements android.content.DialogInterface.OnClickListener

Fields Summary
public static final int
MODE_DIALOG
public static final int
MODE_DROPDOWN
Constructors Summary
public Spinner(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public Spinner(android.content.Context context, int mode)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public Spinner(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public Spinner(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public Spinner(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int mode)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public Spinner(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes, int mode)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public intgetBaseline()

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

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

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

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

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetPopupBackground()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetPrompt()

 throw new RuntimeException("Stub!"); 
public voidonClick(android.content.DialogInterface dialog, int which)

 throw new RuntimeException("Stub!"); 
protected voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
protected voidonLayout(boolean changed, int l, int t, int r, int b)

 throw new RuntimeException("Stub!"); 
protected voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
public voidonRestoreInstanceState(android.os.Parcelable state)

 throw new RuntimeException("Stub!"); 
public android.os.ParcelableonSaveInstanceState()

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent event)

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

 throw new RuntimeException("Stub!"); 
public voidsetAdapter(android.widget.SpinnerAdapter adapter)

 throw new RuntimeException("Stub!"); 
public voidsetDropDownHorizontalOffset(int pixels)

 throw new RuntimeException("Stub!"); 
public voidsetDropDownVerticalOffset(int pixels)

 throw new RuntimeException("Stub!"); 
public voidsetDropDownWidth(int pixels)

 throw new RuntimeException("Stub!"); 
public voidsetEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidsetGravity(int gravity)

 throw new RuntimeException("Stub!"); 
public voidsetOnItemClickListener(android.widget.AdapterView.OnItemClickListener l)

 throw new RuntimeException("Stub!"); 
public voidsetPopupBackgroundDrawable(android.graphics.drawable.Drawable background)

 throw new RuntimeException("Stub!"); 
public voidsetPopupBackgroundResource(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetPrompt(java.lang.CharSequence prompt)

 throw new RuntimeException("Stub!"); 
public voidsetPromptId(int promptId)

 throw new RuntimeException("Stub!");