public static @interface Menu.Entry
Menu
item for a particular sub-query.Modifier and Type | Optional Element and 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.
|
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