com.googlecode.androidannotations.annotations
Annotation Type EViewGroup
@Retention(value=SOURCE)
@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.
Optional Element Summary |
int |
value
|
value
public abstract int value
- Default:
- -1
Copyright © 2010-2012. All Rights Reserved.