Android.Widget.AbsSpinner: Method Members

The methods of Android.Widget.AbsSpinner are listed below. For a list of all members, see the AbsSpinner Members list.

See Also: Inherited members from Android.Widget.AdapterView<Android.Widget.ISpinnerAdapter>

Public Methods

OnRestoreInstanceState(Android.OS.IParcelable)
Hook allowing a view to re-apply a representation of its internal state that had previously been generated by Android.Views.View.OnSaveInstanceState.
OnSaveInstanceState() : Android.OS.IParcelable
Hook allowing a view to generate a representation of its internal state that can later be used to create a new instance with that same state.
PointToPosition(int, int) : int
Maps a point to a position in the list.
override
SetSelection(int)
Sets the currently selected item.
SetSelection(int, bool)
Jump directly to a specific item in the adapter data.