android.widget
Class ListView.SavedState
java.lang.Object
android.view.AbsSavedState
android.view.View.BaseSavedState
android.widget.ListView.SavedState
- All Implemented Interfaces:
- Parcelable
- Enclosing class:
- ListView
static class ListView.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. |
checkState
SparseBooleanArray checkState
CREATOR
public static final Parcelable.Creator<ListView.SavedState> CREATOR
ListView.SavedState
ListView.SavedState(Parcelable superState,
SparseBooleanArray checkState)
- Constructor called from
ListView.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