Uses of Interface
org.uberfire.workbench.model.menu.MenuItem
-
Packages that use MenuItem Package Description org.uberfire.workbench.model.menu org.uberfire.workbench.model.menu.impl -
-
Uses of MenuItem in org.uberfire.workbench.model.menu
Subinterfaces of MenuItem in org.uberfire.workbench.model.menu Modifier and Type Interface Description interfaceMenuCustom<T>A menu item that provides its own widget.interfaceMenuGroupA menu item that has child items nested under it.interfaceMenuItemCommandA menu item that invokes a particularCommandwhen it is clicked.interfaceMenuItemPerspectiveA menu item that invokes a particularPerspectiveDefinitionwhen it is clicked.interfaceMenuItemPlainA menu item that has no children and no specificCommandassociated with it.Methods in org.uberfire.workbench.model.menu that return MenuItem Modifier and Type Method Description MenuItemMenuFactory.CustomMenuBuilder. build()Methods in org.uberfire.workbench.model.menu that return types with arguments of type MenuItem Modifier and Type Method Description List<MenuItem>MenuGroup. getItems()List<MenuItem>Menus. getItems()Returns the items in this collection of menus, in the order they should appear in the user interface.Map<Object,MenuItem>Menus. getItemsMap()Deprecated.Methods in org.uberfire.workbench.model.menu with parameters of type MenuItem Modifier and Type Method Description MenuFactory.TerminalMenu<MenuFactory.TopLevelMenusBuilder<T>>MenuFactory.TopLevelMenusBuilder. newTopLevelMenu(MenuItem menu)Method parameters in org.uberfire.workbench.model.menu with type arguments of type MenuItem Modifier and Type Method Description MenuFactory.TerminalMenu<T>MenuFactory.MenuBuilder. withItems(List<? extends MenuItem> items) -
Uses of MenuItem in org.uberfire.workbench.model.menu.impl
Classes in org.uberfire.workbench.model.menu.impl that implement MenuItem Modifier and Type Class Description classBaseMenuCustom<T>classDefaultMenuGroupMethods in org.uberfire.workbench.model.menu.impl that return types with arguments of type MenuItem Modifier and Type Method Description List<MenuItem>DefaultMenuGroup. getItems()List<MenuItem>DefaultMenus. getItems()Map<Object,MenuItem>DefaultMenus. getItemsMap()Methods in org.uberfire.workbench.model.menu.impl with parameters of type MenuItem Modifier and Type Method Description MenuBuilderImplMenuBuilderImpl. newTopLevelMenu(MenuItem menu)Constructor parameters in org.uberfire.workbench.model.menu.impl with type arguments of type MenuItem Constructor 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)
-