org.solovyev.android.view.sidebar
Class SideBarLayout.ViewState

java.lang.Object
  extended by android.view.AbsSavedState
      extended by android.view.View.BaseSavedState
          extended by org.solovyev.android.view.sidebar.SideBarLayout.ViewState
All Implemented Interfaces:
android.os.Parcelable
Enclosing class:
SideBarLayout

public static class SideBarLayout.ViewState
extends android.view.View.BaseSavedState


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<SideBarLayout.ViewState> CREATOR
           
 
Fields inherited from class android.view.AbsSavedState
EMPTY_STATE
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
SideBarLayout.ViewState(android.os.Parcel in)
           
SideBarLayout.ViewState(android.os.Parcelable state, boolean opened)
           
 
Method Summary
 void writeToParcel(android.os.Parcel out, int flags)
           
 
Methods inherited from class android.view.AbsSavedState
describeContents, getSuperState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

@Nonnull
public static final android.os.Parcelable.Creator<SideBarLayout.ViewState> CREATOR
Constructor Detail

SideBarLayout.ViewState

public SideBarLayout.ViewState(android.os.Parcel in)

SideBarLayout.ViewState

public SideBarLayout.ViewState(android.os.Parcelable state,
                               boolean opened)
Method Detail

writeToParcel

public void writeToParcel(android.os.Parcel out,
                          int flags)
Specified by:
writeToParcel in interface android.os.Parcelable
Overrides:
writeToParcel in class android.view.AbsSavedState


Copyright © 2014 se.solovyev. All Rights Reserved.