|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
public static @interface Menu.Entry
Annotates a Menu
item for a particular sub-query.
Optional Element Summary | |
---|---|
java.lang.String |
category
The category for the menu item, optionally preceded by a number indicating the menu order with a vertical bar separator. |
java.lang.String |
help
The help for the menu item. |
java.lang.String |
helpUrl
The help URL for the menu item. |
java.lang.String |
icon
The icon path for the menu item. |
java.lang.String |
label
The label for the menu item, optionally preceded by a number indicating the menu order with a vertical bar separator. |
java.lang.String |
options
The specific options for the query for this menu item. |
public abstract java.lang.String category
Category
for the query class.
public abstract java.lang.String icon
Icon
for the query class.
public abstract java.lang.String label
Name
for an ordinary query.
public abstract java.lang.String help
public abstract java.lang.String helpUrl
public abstract java.lang.String options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |