org.androidannotations.holder
Interface HasInstanceState

All Superinterfaces:
GeneratedClassHolder
All Known Implementing Classes:
EActivityHolder, EFragmentHolder, InstanceStateHolder

public interface HasInstanceState
extends GeneratedClassHolder


Method Summary
 com.sun.codemodel.JVar getRestoreStateBundleParam()
           
 com.sun.codemodel.JMethod getRestoreStateMethod()
           
 com.sun.codemodel.JVar getSaveStateBundleParam()
           
 com.sun.codemodel.JBlock getSaveStateMethodBody()
           
 
Methods inherited from interface org.androidannotations.holder.GeneratedClassHolder
classes, codeModel, definedClass, getAnnotatedElement, getGeneratedClass, processingEnvironment, refClass, refClass
 

Method Detail

getSaveStateMethodBody

com.sun.codemodel.JBlock getSaveStateMethodBody()

getSaveStateBundleParam

com.sun.codemodel.JVar getSaveStateBundleParam()

getRestoreStateMethod

com.sun.codemodel.JMethod getRestoreStateMethod()

getRestoreStateBundleParam

com.sun.codemodel.JVar getRestoreStateBundleParam()


Copyright © 2010-2014. All Rights Reserved.