Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addItem(Component) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItemcomponent and adds it to the root level of this menu bar. - addItem(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItemcomponent with the provided click listener and adds it to the root level of this menu bar. - addItem(Component, String) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItemcomponent with the provided tooltip text and adds it to the root level of this menu bar. - addItem(Component, String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItemcomponent with the provided click listener and the tooltip text and adds it to the root level of this menu bar. - addItem(String) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItemcomponent with the provided text content and adds it to the root level of this menu bar. - addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItemcomponent with the provided text content and click listener and adds it to the root level of this menu bar. - addItem(String, String) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItemcomponent with the provided text content and the tooltip text and adds it to the root level of this menu bar. - addItem(String, String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItemcomponent with the provided text content and the tooltip text and click listener and adds it to the root level of this menu bar.
C
- close() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Closes the current submenu.
- com.vaadin.flow.component.menubar - package com.vaadin.flow.component.menubar
G
- getChildren() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Gets the child components of this menu bar.
- getI18n() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Gets the internationalization object previously set for this component.
- getItems() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Gets the
MenuItemcomponents added to the root level of the menu bar. - getMoreOptions() - Method in class com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
-
Gets the text that is used on the overflow button to make it accessible.
- getVariantName() - Method in enum class com.vaadin.flow.component.menubar.MenuBarVariant
-
Gets the variant name.
I
- isOpenOnHover() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Gets whether the sub menus open by clicking or hovering on the root level buttons.
- isReverseCollapseOrder() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Gets whether the menu bar uses reverse collapse order.
- isTabNavigation() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Gets whether the menu bar uses tab navigation.
L
- LUMO_CONTRAST - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_DROPDOWN_INDICATORS - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_END_ALIGNED - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_ICON - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_LARGE - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_PRIMARY - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_TERTIARY - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_TERTIARY_INLINE - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
M
- MenuBar - Class in com.vaadin.flow.component.menubar
-
Menu Bar is a horizontal button bar with hierarchical drop-down menus.
- MenuBar() - Constructor for class com.vaadin.flow.component.menubar.MenuBar
-
Creates an empty menu bar component.
- MenuBar.MenuBarI18n - Class in com.vaadin.flow.component.menubar
-
The internationalization properties for
MenuBar - MenuBarI18n() - Constructor for class com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
- MenuBarVariant - Enum Class in com.vaadin.flow.component.menubar
-
Set of theme variants applicable for
vaadin-menu-barcomponent.
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.menubar.MenuBar
R
- remove(MenuItem...) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Removes the given item components from this menu bar.
- removeAll() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Removes all item components from this menu bar.
S
- setI18n(MenuBar.MenuBarI18n) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Sets the internationalization object for this component.
- setMoreOptions(String) - Method in class com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
-
Sets the text that is used on the overflow button to make it accessible.
- setOpenOnHover(boolean) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Sets the event which opens the sub menus of the root level buttons.
- setReverseCollapseOrder(boolean) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Sets reverse collapse order for the menu bar.
- setTabNavigation(boolean) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Sets tab navigation for the menu bar.
- setTooltipText(MenuItem, String) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Sets the tooltip text for the given
MenuItem.
V
- valueOf(String) - Static method in enum class com.vaadin.flow.component.menubar.MenuBarVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.menubar.MenuBarVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form