org.androidannotations.handler
Class EViewGroupHandler
java.lang.Object
org.androidannotations.handler.BaseAnnotationHandler<EViewGroupHolder>
org.androidannotations.handler.EViewGroupHandler
- All Implemented Interfaces:
- AnnotationHandler<EViewGroupHolder>, GeneratingAnnotationHandler<EViewGroupHolder>
public class EViewGroupHandler
- extends BaseAnnotationHandler<EViewGroupHolder>
- implements GeneratingAnnotationHandler<EViewGroupHolder>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EViewGroupHandler
public EViewGroupHandler(ProcessingEnvironment processingEnvironment)
setAndroidEnvironment
public void setAndroidEnvironment(IRClass rClass,
AndroidSystemServices androidSystemServices,
AndroidManifest androidManifest)
- Specified by:
setAndroidEnvironment in interface AnnotationHandler<EViewGroupHolder>- Overrides:
setAndroidEnvironment in class BaseAnnotationHandler<EViewGroupHolder>
createGeneratedClassHolder
public EViewGroupHolder createGeneratedClassHolder(ProcessHolder processHolder,
TypeElement annotatedElement)
throws Exception
- Specified by:
createGeneratedClassHolder in interface GeneratingAnnotationHandler<EViewGroupHolder>
- Throws:
Exception
validate
public void validate(Element element,
AnnotationElements validatedElements,
IsValid valid)
- Specified by:
validate in class BaseAnnotationHandler<EViewGroupHolder>
process
public void process(Element element,
EViewGroupHolder holder)
- Specified by:
process in interface AnnotationHandler<EViewGroupHolder>
Copyright © 2010-2013. All Rights Reserved.