org.androidannotations.holder
Class EBeanHolder

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.EBeanHolder
All Implemented Interfaces:
GeneratedClassHolder

public class EBeanHolder
extends EComponentWithViewSupportHolder


Field Summary
static String GET_INSTANCE_METHOD_NAME
           
 
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
EBeanHolder(ProcessHolder processHolder, TypeElement annotatedElement)
           
 
Method Summary
 void createFactoryMethod(boolean hasSingletonScope)
           
 void createRebindMethod()
           
 com.sun.codemodel.JFieldVar getContextField()
           
 void invokeInitInConstructor()
           
protected  void setContextRef()
           
protected  void setInit()
           
 
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, getInitBody, getResourcesRef
 
Methods inherited from class org.androidannotations.holder.BaseGeneratedClassHolder
classes, codeModel, definedClass, getAnnotatedElement, getGeneratedClass, processingEnvironment, refClass, refClass, setGeneratedClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_INSTANCE_METHOD_NAME

public static final String GET_INSTANCE_METHOD_NAME
See Also:
Constant Field Values
Constructor Detail

EBeanHolder

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

getContextField

public com.sun.codemodel.JFieldVar getContextField()

setContextRef

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

setInit

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

invokeInitInConstructor

public void invokeInitInConstructor()

createFactoryMethod

public void createFactoryMethod(boolean hasSingletonScope)

createRebindMethod

public void createRebindMethod()


Copyright © 2010-2014. All Rights Reserved.