android.view
Class View.BaseSavedState
java.lang.Object
android.view.AbsSavedState
android.view.View.BaseSavedState
- All Implemented Interfaces:
- Parcelable
- Direct Known Subclasses:
- AbsListView.SavedState, AbsSpinner.SavedState, CompoundButton.SavedState, ExpandableListView.SavedState, ListView.SavedState, TextView.SavedState
- Enclosing class:
- View
public static class View.BaseSavedState
- extends AbsSavedState
Base class for derived classes that want to save and restore their own
state in View.onSaveInstanceState().
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final Parcelable.Creator<View.BaseSavedState> CREATOR
View.BaseSavedState
public View.BaseSavedState(Parcel source)
- Constructor used when reading from a parcel. Reads the state of the superclass.
- Parameters:
source -
View.BaseSavedState
public View.BaseSavedState(Parcelable superState)
- Constructor called by derived classes when creating their SavedState objects
- Parameters:
superState - The state of the superclass of this view
Please submit a feedback, bug or feature