public final class MenuConstants
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | ITEM_ALLOW_OPEN_IN_NEW_WINDOWAn item with this property can be opened in new window, e.g. by
 middle clicking it. | 
| static java.lang.String | ITEM_AUTO_OPENA submenu item with this property automatically opens on mouse hover (useful for top-level
 items in menubars / toolbars). | 
| static java.lang.String | ITEM_BUSINESS_PREFERREDDeprecated. 
 This property is not used anymore. | 
| static java.lang.String | ITEM_CLASSCSS class that is appended to the menu item. | 
| static java.lang.String | ITEM_ICON_BADGEProperty 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_GROUPItem / submenu item with this property indicates that the item is a part of
 a logical group. | 
| static java.lang.String | PARAMETERSThe key under which a map with additional parameters is stored in a menu
 processing context. | 
| static java.lang.String | USECASE_CONTEXTThe key under which a usecase context is available in a menu processing context. | 
| static java.lang.String | USECASE_MAIN_ENTITYThe 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. |