android.support.v4.app
Class Fragment.SavedState

java.lang.Object
  extended by android.support.v4.app.Fragment.SavedState
Enclosing class:
Fragment

public static class Fragment.SavedState
extends java.lang.Object

State information that has been retrieved from a fragment instance through FragmentManager.saveFragmentInstanceState.


Field Summary
static  CREATOR
           
 
Method Summary
 int describeContents()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final  CREATOR
Method Detail

describeContents

public int describeContents()

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)