org.androidannotations.holder
Class EViewHolder
java.lang.Object
org.androidannotations.holder.BaseGeneratedClassHolder
org.androidannotations.holder.EComponentHolder
org.androidannotations.holder.EComponentWithViewSupportHolder
org.androidannotations.holder.EViewHolder
- All Implemented Interfaces:
- GeneratedClassHolder
- Direct Known Subclasses:
- EViewGroupHolder
public class EViewHolder
- extends EComponentWithViewSupportHolder
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EViewHolder
public EViewHolder(ProcessHolder processHolder,
TypeElement annotatedElement)
throws Exception
- Throws:
Exception
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.