|
||||||||||
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 | |
---|---|
String |
category
The category for the menu item, optionally preceded by a number indicating the menu order with a vertical bar separator. |
String |
help
The help for the menu item. |
String |
helpUrl
The help URL for the menu item. |
String |
icon
The icon path for the menu item. |
String |
label
The label for the menu item, optionally preceded by a number indicating the menu order with a vertical bar separator. |
String |
options
The specific options for the query for this menu item. |
public abstract String category
Category
for the query class.
public abstract String icon
Icon
for the query class.
public abstract String label
Name
for an ordinary query.
public abstract String help
public abstract String helpUrl
public abstract String options
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |