android.widget
Class AbsSpinner.SavedState
java.lang.Object
android.view.AbsSavedState
android.view.View.BaseSavedState
android.widget.AbsSpinner.SavedState
- All Implemented Interfaces:
- Parcelable
- Enclosing class:
- AbsSpinner
static class AbsSpinner.SavedState
- extends View.BaseSavedState
|
Method Summary |
String |
toString()
Returns a string containing a concise, human-readable description of the
receiver. |
void |
writeToParcel(Parcel out,
int flags)
Flatten this object in to a Parcel. |
selectedId
long selectedId
position
int position
CREATOR
public static final Parcelable.Creator<AbsSpinner.SavedState> CREATOR
AbsSpinner.SavedState
AbsSpinner.SavedState(Parcelable superState)
- Constructor called from
AbsSpinner.onSaveInstanceState()
writeToParcel
public void writeToParcel(Parcel out,
int flags)
- Description copied from interface:
Parcelable
- Flatten this object in to a Parcel.
- Specified by:
writeToParcel in interface Parcelable- Overrides:
writeToParcel in class AbsSavedState
- Parameters:
out - The Parcel in which the object should be written.flags - Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.
toString
public String toString()
- Description copied from class:
Object
- Returns a string containing a concise, human-readable description of the
receiver.
- Overrides:
toString in class Object
- Returns:
- String a printable representation for the receiver.
Please submit a feedback, bug or feature