com.googlecode.androidannotations.helper
Class TextWatcherHelper

java.lang.Object
  extended by com.googlecode.androidannotations.helper.AnnotationHelper
      extended by com.googlecode.androidannotations.helper.TargetAnnotationHelper
          extended by com.googlecode.androidannotations.helper.IdAnnotationHelper
              extended by com.googlecode.androidannotations.helper.TextWatcherHelper
All Implemented Interfaces:
HasTarget

public class TextWatcherHelper
extends IdAnnotationHelper


Constructor Summary
TextWatcherHelper(ProcessingEnvironment processingEnv, Class<? extends Annotation> target, IRClass rClass, APTCodeModelHelper codeModelHelper)
           
 
Method Summary
 TextWatcherHolder getOrCreateListener(com.sun.codemodel.JCodeModel codeModel, EBeanHolder holder, com.sun.codemodel.JFieldRef idRef, TypeMirror viewParameterType)
           
 
Methods inherited from class com.googlecode.androidannotations.helper.IdAnnotationHelper
containsField, containsIdValue, extractAnnotationFieldRefs, extractAnnotationResources, extractOneAnnotationFieldRef
 
Methods inherited from class com.googlecode.androidannotations.helper.TargetAnnotationHelper
actionName, annotationName, annotationName, extractAnnotationClassParameter, extractAnnotationParameter, extractAnnotationValueParameter, getTarget, printAnnotationError, printAnnotationWarning
 
Methods inherited from class com.googlecode.androidannotations.helper.AnnotationHelper
actionName, defaultResIdValue, defaultResName, extractAnnotationClassArrayParameter, extractAnnotationClassParameter, extractAnnotationClassParameter, extractAnnotationFieldRefs, extractAnnotationParameter, extractAnnotationResIdValueParameter, extractAnnotationResNameParameter, extractAnnotationResources, extractElementName, findAnnotationMirror, getElementUtils, getTypeUtils, isAbstract, isAnnotation, isFinal, isInterface, isPrivate, isPublic, isSubtype, isSubtype, isSynchronized, isTopLevel, printAnnotationError, printAnnotationMessage, printAnnotationWarning, printError, typeElementFromQualifiedName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextWatcherHelper

public TextWatcherHelper(ProcessingEnvironment processingEnv,
                         Class<? extends Annotation> target,
                         IRClass rClass,
                         APTCodeModelHelper codeModelHelper)
Method Detail

getOrCreateListener

public TextWatcherHolder getOrCreateListener(com.sun.codemodel.JCodeModel codeModel,
                                             EBeanHolder holder,
                                             com.sun.codemodel.JFieldRef idRef,
                                             TypeMirror viewParameterType)


Copyright © 2010-2013. All Rights Reserved.