Package | Description |
---|---|
org.uberfire.workbench.model.menu | |
org.uberfire.workbench.model.menu.impl |
Modifier and Type | Method and Description |
---|---|
MenuPosition |
MenuItem.getPosition() |
static MenuPosition |
MenuPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuPosition[] |
MenuPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
MenuFactory.SimpleMenuBuilder.position(MenuPosition position) |
Modifier and Type | Method and Description |
---|---|
MenuPosition |
DefaultMenuGroup.getPosition() |
MenuPosition |
BaseMenuCustom.getPosition() |
Modifier and Type | Method and Description |
---|---|
MenuBuilderImpl |
MenuBuilderImpl.position(MenuPosition position) |
Constructor and Description |
---|
BaseMenuCustom(String contributionPoint,
String caption,
MenuPosition position) |
BaseMenuCustom(String contributionPoint,
String caption,
MenuPosition position,
boolean enabled) |
DefaultMenuGroup(List<MenuItem> menuItems,
List<ResourceActionRef> resourceActionRefs,
List<String> permissionNames,
String contributionPoint,
String caption,
MenuPosition position,
int order) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.