org.androidannotations.holder
Class EViewHolder

java.lang.Object
  extended by org.androidannotations.holder.BaseGeneratedClassHolder
      extended by org.androidannotations.holder.EComponentHolder
          extended by org.androidannotations.holder.EComponentWithViewSupportHolder
              extended by org.androidannotations.holder.EViewHolder
All Implemented Interfaces:
GeneratedClassHolder
Direct Known Subclasses:
EViewGroupHolder

public class EViewHolder
extends EComponentWithViewSupportHolder


Field Summary
protected static String ALREADY_INFLATED_COMMENT
           
protected  com.sun.codemodel.JFieldVar alreadyInflated
           
protected  com.sun.codemodel.JBlock initBody
           
protected  com.sun.codemodel.JMethod onFinishInflate
           
 
Fields inherited from class org.androidannotations.holder.EComponentWithViewSupportHolder
findNativeFragmentById, findNativeFragmentByTag, findSupportFragmentById, findSupportFragmentByTag, viewNotifierHelper
 
Fields inherited from class org.androidannotations.holder.EComponentHolder
contextRef, init
 
Fields inherited from class org.androidannotations.holder.BaseGeneratedClassHolder
annotatedElement, codeModelHelper, generatedClass, processHolder
 
Constructor Summary
EViewHolder(ProcessHolder processHolder, TypeElement annotatedElement)
           
 
Method Summary
 com.sun.codemodel.JFieldVar getAlreadyInflated()
           
 com.sun.codemodel.JBlock getInitBody()
           
 com.sun.codemodel.JMethod getOnFinishInflate()
           
protected  void setContextRef()
           
protected  void setGeneratedClass()
           
protected  void setInit()
           
 void setInitBody(com.sun.codemodel.JBlock initBody)
           
protected  void setOnFinishInflate()
           
 
Methods inherited from class org.androidannotations.holder.EComponentWithViewSupportHolder
findViewById, getFindNativeFragmentById, getFindNativeFragmentByTag, getFindSupportFragmentById, getFindSupportFragmentByTag, getOnSeekBarChangeListenerHolder, getOnViewChangedBody, getOnViewChangedHasViewsParam, getTextWatcherHolder, setFindNativeFragmentById, setFindNativeFragmentByTag, setFindSupportFragmentById, setFindSupportFragmentByTag, setOnViewChanged
 
Methods inherited from class org.androidannotations.holder.EComponentHolder
getContextRef, getDatabaseHelperRef, getHandler, getInit, getResourcesRef
 
Methods inherited from class org.androidannotations.holder.BaseGeneratedClassHolder
classes, codeModel, definedClass, getAnnotatedElement, getGeneratedClass, processingEnvironment, refClass, refClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALREADY_INFLATED_COMMENT

protected static final String ALREADY_INFLATED_COMMENT
See Also:
Constant Field Values

initBody

protected com.sun.codemodel.JBlock initBody

onFinishInflate

protected com.sun.codemodel.JMethod onFinishInflate

alreadyInflated

protected com.sun.codemodel.JFieldVar alreadyInflated
Constructor Detail

EViewHolder

public EViewHolder(ProcessHolder processHolder,
                   TypeElement annotatedElement)
            throws Exception
Throws:
Exception
Method Detail

setGeneratedClass

protected void setGeneratedClass()
                          throws Exception
Overrides:
setGeneratedClass in class BaseGeneratedClassHolder
Throws:
Exception

setContextRef

protected void setContextRef()
Specified by:
setContextRef in class EComponentHolder

setInit

protected void setInit()
Specified by:
setInit in class EComponentHolder

getInitBody

public com.sun.codemodel.JBlock getInitBody()
Overrides:
getInitBody in class EComponentHolder

setInitBody

public void setInitBody(com.sun.codemodel.JBlock initBody)

getOnFinishInflate

public com.sun.codemodel.JMethod getOnFinishInflate()

setOnFinishInflate

protected void setOnFinishInflate()

getAlreadyInflated

public com.sun.codemodel.JFieldVar getAlreadyInflated()


Copyright © 2010-2014. All Rights Reserved.