Annotation Type Menu.Entry
-
public static @interface Menu.Entry
Annotates aMenu
item for a particular sub-query.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description 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.
-
-
-
-
help
String help
The help for the menu item. Overrides the help for the query class.- Returns:
- the help
- Default:
- ""
-
-
-
helpUrl
String helpUrl
The help URL for the menu item. Overrides the help URL for the query class.- Returns:
- the help URL
- Default:
- ""
-
-
-
options
String options
The specific options for the query for this menu item. Overrides default argument options for the query class.- Returns:
- the specific options
- Default:
- ""
-
-