|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value=FIELD) public @interface ViewById
Use it on View fields in activity classes The field MUST be of a type that extends android.view.View. The annotation value should be one of R.string.* fields. If not set, the field name will be used as the R.id.* field name.
Optional Element Summary | |
---|---|
int |
value
|
public abstract int value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |