Android
android.view
public abstract class

android.view.AbsSavedState

java.lang.Object
android.view.AbsSavedState Parcelable

A Parcelable implementation that should be used by inheritance hierarchies to ensure the state of all classes along the chain is saved.

Known Direct Subclasses
Known Indirect Subclasses

Summary

Constants

      Value  
Creator<AbsSavedState CREATOR       
AbsSavedState  EMPTY_STATE       
Constants inherited from interface android.os.Parcelable

Protected Constructors

            AbsSavedState(Parcelable superState)
Constructor called by derived classes when creating their SavedState objects
            AbsSavedState(Parcel source)
Constructor used when reading from a parcel.

Public Methods

          int  describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
    final      Parcelable  getSuperState()
          void  writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.
Methods inherited from class java.lang.Object
Methods inherited from interface android.os.Parcelable

Details

Constants

public static final Creator<AbsSavedState> CREATOR

public static final AbsSavedState EMPTY_STATE

Protected Constructors

protected AbsSavedState(Parcelable superState)

Constructor called by derived classes when creating their SavedState objects

Parameters

superState The state of the superclass of this view

protected AbsSavedState(Parcel source)

Constructor used when reading from a parcel. Reads the state of the superclass.

Public Methods

public int describeContents()

Describe the kinds of special objects contained in this Parcelable's marshalled representation.

public final Parcelable getSuperState()

public void writeToParcel(Parcel dest, int flags)

Flatten this object in to a Parcel.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56