| Package | Description |
|---|---|
| com.vaadin.client.ui | |
| com.vaadin.client.ui.menubar |
| Modifier and Type | Class and Description |
|---|---|
class |
VComboBox.SuggestionMenu
The menu where the suggestions are rendered.
|
| Modifier and Type | Method and Description |
|---|---|
MenuBar |
MenuItem.getParentMenu()
Deprecated.
Gets the menu that contains this item.
|
MenuBar |
MenuItem.getSubMenu()
Deprecated.
Gets the sub-menu associated with this item.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.