@Target(value=TYPE) @Retention(value=RUNTIME) public @interface UIMenu
| Modifier and Type | Optional Element and Description |
|---|---|
String |
baseKey
The base for a key to use for finding the subitems; this base is used and .title, .label, .search gets added to it.
|
Class<?> |
bundleBase
Used to override the default location for the message file.
|
String |
bundleName
The name of the message bundle defining the texts for this entry.
|
String |
descKey
Defines the bundle key for a short description of this page, to be used in the menu.
|
Class<?> |
iconBase
When present this indicates that the icon is a classpath resource.
|
String |
iconName
The application-relative URL of the icon that should be used to show on the menu entry and the title bar.
|
String |
labelKey
The key describing the menu label for this page.
|
String |
menuID
The unique ID for this page in the menu.
|
String |
searchKey
Defines the bundle key for the set of keywords to search for this item.
|
String |
titleKey
The bundle key for the page title.
|
public abstract Class<?> bundleBase
public abstract String bundleName
public abstract String baseKey
public abstract String menuID
public abstract String titleKey
public abstract String searchKey
public abstract String descKey
public abstract String labelKey
public abstract String iconName
public abstract Class<?> iconBase
Copyright © 2017 etc.to. All rights reserved.