| Package | Description |
|---|---|
| org.uberfire.workbench.model.menu | |
| org.uberfire.workbench.model.menu.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MenuCustom<T>
A menu item that provides its own widget.
|
interface |
MenuGroup
A menu item that has child items nested under it.
|
interface |
MenuItemCommand
A menu item that invokes a particular
Command when it is clicked. |
interface |
MenuItemPerspective
A menu item that invokes a particular
PerspectiveDefinition when it is clicked. |
interface |
MenuItemPlain
A menu item that has no children and no specific
Command associated with it. |
| Modifier and Type | Method and Description |
|---|---|
MenuItem |
MenuFactory.CustomMenuBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<MenuItem> |
Menus.getItems()
Returns the items in this collection of menus, in the order they should appear in the user interface.
|
List<MenuItem> |
MenuGroup.getItems() |
Map<Object,MenuItem> |
Menus.getItemsMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MenuFactory.TerminalMenu<MenuFactory.TopLevelMenusBuilder<T>> |
MenuFactory.TopLevelMenusBuilder.newTopLevelMenu(MenuItem menu) |
| Modifier and Type | Method and Description |
|---|---|
MenuFactory.TerminalMenu<T> |
MenuFactory.MenuBuilder.withItems(List<? extends MenuItem> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMenuCustom<T> |
class |
DefaultMenuGroup |
| Modifier and Type | Method and Description |
|---|---|
List<MenuItem> |
DefaultMenus.getItems() |
List<MenuItem> |
DefaultMenuGroup.getItems() |
Map<Object,MenuItem> |
DefaultMenus.getItemsMap() |
| Modifier and Type | Method and Description |
|---|---|
MenuBuilderImpl |
MenuBuilderImpl.newTopLevelMenu(MenuItem menu) |
| Constructor and Description |
|---|
DefaultMenuGroup(List<MenuItem> menuItems,
List<ResourceActionRef> resourceActionRefs,
List<String> permissionNames,
String contributionPoint,
String caption,
MenuPosition position,
int order) |
DefaultMenus(List<MenuItem> menuItems,
int order) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.