|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuBar | |
|---|---|
| com.vaadin.terminal.gwt.client.ui | |
| Uses of MenuBar in com.vaadin.terminal.gwt.client.ui |
|---|
| Subclasses of MenuBar in com.vaadin.terminal.gwt.client.ui | |
|---|---|
class |
VFilterSelect.SuggestionMenu
The menu where the suggestions are rendered |
| Methods in com.vaadin.terminal.gwt.client.ui that return MenuBar | |
|---|---|
MenuBar |
MenuItem.getParentMenu()
Deprecated. Gets the menu that contains this item. |
MenuBar |
MenuItem.getSubMenu()
Deprecated. Gets the sub-menu associated with this item. |
| Methods in com.vaadin.terminal.gwt.client.ui with parameters of type MenuBar | |
|---|---|
MenuItem |
MenuBar.addItem(String text,
boolean asHTML,
MenuBar popup)
Deprecated. Adds a menu item to the bar, that will open the specified menu when it is selected. |
MenuItem |
MenuBar.addItem(String text,
MenuBar popup)
Deprecated. Adds a menu item to the bar, that will open the specified menu when it is selected. |
void |
MenuItem.setSubMenu(MenuBar subMenu)
Deprecated. Sets the sub-menu associated with this item. |
| Constructors in com.vaadin.terminal.gwt.client.ui with parameters of type MenuBar | |
|---|---|
MenuItem(String text,
boolean asHTML,
MenuBar subMenu)
Deprecated. Constructs a new menu item that cascades to a sub-menu when it is selected. |
|
MenuItem(String text,
MenuBar subMenu)
Deprecated. Constructs a new menu item that cascades to a sub-menu when it is selected. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||