android.support.v4.app
Class Fragment.SavedState

java.lang.Object
  extended by android.support.v4.app.Fragment.SavedState
All Implemented Interfaces:
android.os.Parcelable
Enclosing class:
Fragment

public static class Fragment.SavedState
extends Object
implements android.os.Parcelable

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>
 
Field Summary
static android.os.Parcelable.Creator<Fragment.SavedState> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 void writeToParcel(android.os.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 android.os.Parcelable.Creator<Fragment.SavedState> CREATOR
Method Detail

describeContents

public int describeContents()
Specified by:
describeContents in interface android.os.Parcelable

writeToParcel

public void writeToParcel(android.os.Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface android.os.Parcelable


Copyright © 2013 Marek Kedzierski. All Rights Reserved.