com.googlecode.androidannotations.annotations
Annotation Type EViewGroup
@Retention(value=CLASS)
@Target(value=TYPE)
public @interface EViewGroup
Should be used on custom classes that extend ViewGroup to enable usage of
AndroidAnnotations
Any view related code should happen in an AfterViews
annotated
method.
Supported annotations in @EViewGroup :
- ViewById
- AfterViews
- Click
- ItemClick
- ItemLongClick
- ItemSelected
- LongClick
- Touch
- See Also:
- How
to build a custom component.
value
public abstract int value
- Default:
- -1
resName
public abstract String resName
- Default:
- ""
Copyright © 2010-2013. All Rights Reserved.