org.androidannotations.holder
Class EViewGroupHolder

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
                  extended by org.androidannotations.holder.EViewGroupHolder
All Implemented Interfaces:
GeneratedClassHolder

public class EViewGroupHolder
extends EViewHolder


Field Summary
 
Fields inherited from class org.androidannotations.holder.EViewHolder
ALREADY_INFLATED_COMMENT, alreadyInflated, initBody, 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
EViewGroupHolder(ProcessHolder processHolder, TypeElement annotatedElement)
           
 
Method Summary
 com.sun.codemodel.JBlock getSetContentViewBlock()
           
protected  void setOnFinishInflate()
           
 
Methods inherited from class org.androidannotations.holder.EViewHolder
getAlreadyInflated, getInitBody, getOnFinishInflate, setContextRef, setGeneratedClass, setInit, setInitBody
 
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
 

Constructor Detail

EViewGroupHolder

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

setOnFinishInflate

protected void setOnFinishInflate()
Overrides:
setOnFinishInflate in class EViewHolder

getSetContentViewBlock

public com.sun.codemodel.JBlock getSetContentViewBlock()


Copyright © 2010-2014. All Rights Reserved.