| Package | Description |
|---|---|
| org.molgenis.ui.menu |
| Modifier and Type | Method and Description |
|---|---|
MenuItemType |
MenuItem.getType() |
static MenuItemType |
MenuItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuItemType[] |
MenuItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuItem.setType(MenuItemType type) |
| Constructor and Description |
|---|
MenuItem(MenuItemType type,
String id,
String label) |
Copyright © 2017. All rights reserved.