| Package | Description |
|---|---|
| no.g9.client.core.view.menu |
| Modifier and Type | Method and Description |
|---|---|
Menu.MENU_TYPE |
Menu.getType() |
static Menu.MENU_TYPE |
Menu.MENU_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Menu.MENU_TYPE[] |
Menu.MENU_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Menu.setMenuType(Menu.MENU_TYPE type) |
| Constructor and Description |
|---|
Menu(String id,
String dialogId,
String title,
String mnemonic,
String accelerator,
String style,
ImageInfo image,
ImageInfo disabledImage,
Menu.MENU_TYPE menuType)
Create a new menu item without an event.
|
Menu(String id,
String dialogId,
String title,
String mnemonic,
String accelerator,
String style,
Menu.MENU_TYPE menuType)
Deprecated.
|
Copyright © 2006–2017 Esito AS. All rights reserved.