public final class MenuConstants
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ITEM_ALLOW_OPEN_IN_NEW_WINDOW
An item with this property can be opened in new window, e.g. by
 middle clicking it. 
 | 
static java.lang.String | 
ITEM_AUTO_OPEN
A submenu item with this property automatically opens on mouse hover (useful for top-level
 items in menubars / toolbars). 
 | 
static java.lang.String | 
ITEM_BUSINESS_PREFERRED
Deprecated. 
 
This property is not used anymore. 
 | 
static java.lang.String | 
ITEM_CLASS
CSS class that is appended to the menu item. 
 | 
static java.lang.String | 
ITEM_ICON_BADGE
Property containing text to show as a "badge" above the menu item icon
 (usually a number indicating a count of something, such as a count of
 new messages / activities / ...). 
 | 
static java.lang.String | 
ITEM_SELECTED_ONE_IN_GROUP
Item / submenu item with this property indicates that the item is a part of
 a logical group. 
 | 
static java.lang.String | 
PARAMETERS
The key under which a map with additional parameters is stored in a menu
 processing context. 
 | 
static java.lang.String | 
USECASE_CONTEXT
The key under which a usecase context is available in a menu processing context. 
 | 
static java.lang.String | 
USECASE_MAIN_ENTITY
The key under which a main entity is available in a menu processing
 context. 
 | 
| Modifier | Constructor and Description | 
|---|---|
private  | 
MenuConstants()
Creates a new instance of MenuConstants. 
 |