android.support.v4.view
Class ViewPager.SavedState

java.lang.Object
  extended by BaseSavedState
      extended by android.support.v4.view.ViewPager.SavedState
Enclosing class:
ViewPager

public static class ViewPager.SavedState
extends BaseSavedState

This is the persistent state that is saved by ViewPager. Only needed if you are creating a sublass of ViewPager that must save its own state, in which case it should implement a subclass of this which contains that state.


Field Summary
static  CREATOR
           
 
Constructor Summary
ViewPager.SavedState(Parcelable superState)
           
 
Method Summary
 java.lang.String toString()
           
 void writeToParcel(Parcel out, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATOR

public static final  CREATOR
Constructor Detail

ViewPager.SavedState

public ViewPager.SavedState(Parcelable superState)
Method Detail

writeToParcel

public void writeToParcel(Parcel out,
                          int flags)

toString

public java.lang.String toString()