A C G I L M O R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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. - addThemeVariants(MenuBarVariant...) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Adds theme variants to the component.
C
- 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 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.
L
- LUMO_CONTRAST - com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_END_ALIGNED - com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_ICON - com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_LARGE - com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_PRIMARY - com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_SMALL - com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_TERTIARY - com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_TERTIARY_INLINE - com.vaadin.flow.component.menubar.MenuBarVariant
M
- MATERIAL_CONTAINED - com.vaadin.flow.component.menubar.MenuBarVariant
- MATERIAL_END_ALIGNED - com.vaadin.flow.component.menubar.MenuBarVariant
- MATERIAL_OUTLINED - com.vaadin.flow.component.menubar.MenuBarVariant
- 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 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.
- removeThemeVariants(MenuBarVariant...) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Removes theme variants from the component.
S
- setI18n(MenuBar.MenuBarI18n) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Sets the internationalization properties 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.
- 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 com.vaadin.flow.component.menubar.MenuBarVariant
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vaadin.flow.component.menubar.MenuBarVariant
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages