public class EViewHolder extends EComponentWithViewSupportHolder
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ALREADY_INFLATED_COMMENT |
protected com.sun.codemodel.JFieldVar |
alreadyInflated |
protected com.sun.codemodel.JBlock |
initBody |
protected com.sun.codemodel.JMethod |
onFinishInflate |
codeModelHelper, findNativeFragmentById, findNativeFragmentByTag, findSupportFragmentById, findSupportFragmentByTag, foundHolders, viewNotifierHelpercontextRef, initannotatedClass, annotatedElement, generatedClass, processHolder| Constructor and Description |
|---|
EViewHolder(ProcessHolder processHolder,
TypeElement annotatedElement) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.codemodel.JFieldVar |
getAlreadyInflated() |
com.sun.codemodel.JBlock |
getInitBody() |
com.sun.codemodel.JMethod |
getOnFinishInflate() |
protected void |
setContextRef() |
protected void |
setInit() |
void |
setInitBody(com.sun.codemodel.JBlock initBody) |
protected void |
setOnFinishInflate() |
assignFindViewById, createFoundViewAndIfNotNullBlock, findViewById, getFindNativeFragmentById, getFindNativeFragmentByTag, getFindSupportFragmentById, getFindSupportFragmentByTag, getFoundViewHolder, getOnSeekBarChangeListenerHolder, getOnViewChangedBody, getOnViewChangedBodyBeforeFindViews, getOnViewChangedHasViewsParam, getTextWatcherHolder, setFindNativeFragmentById, setFindNativeFragmentByTag, setFindSupportFragmentById, setFindSupportFragmentByTag, setOnViewChangedgetContextRef, getDatabaseHelperRef, getHandler, getInit, getPowerManagerRef, getResourcesRef, setDatabaseHelperRefclasses, codeModel, definedClass, getAnnotatedClass, getAnnotatedElement, getGeneratedClass, processingEnvironment, refClass, refClass, setExtends, setGeneratedClassprotected static final String ALREADY_INFLATED_COMMENT
protected com.sun.codemodel.JBlock initBody
protected com.sun.codemodel.JMethod onFinishInflate
protected com.sun.codemodel.JFieldVar alreadyInflated
public EViewHolder(ProcessHolder processHolder, TypeElement annotatedElement) throws Exception
Exceptionprotected void setContextRef()
setContextRef in class EComponentHolderprotected void setInit()
setInit in class EComponentHolderpublic com.sun.codemodel.JBlock getInitBody()
getInitBody in class EComponentHolderpublic void setInitBody(com.sun.codemodel.JBlock initBody)
public com.sun.codemodel.JMethod getOnFinishInflate()
protected void setOnFinishInflate()
public com.sun.codemodel.JFieldVar getAlreadyInflated()
Copyright © 2010-2015. All Rights Reserved.