|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value=TYPE) public @interface OptionsMenu
Should be used on Activity classes to set the id of the options menu.
The activity must be annotated with EActivity
.
The annotation value should be one of R.menu.* fields.
Optional Element Summary | |
---|---|
String[] |
resName
|
int[] |
value
|
public abstract int[] value
public abstract String[] resName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |