Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addItem(Component) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Adds the given component to the toolbar.
- addItem(String) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Creates a new
MenuItemcomponent with the provided text content and adds it to the root level of this menu bar. - addItem(String, Component) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Creates a new
MenuItemcomponent with the provided text content and icon and adds it to the root level of this menu bar. - addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
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 org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
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 org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
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. - addItem(T, ComponentEventListener<ClickEvent<T>>) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
A convenience method to add a component and register a click listener on it.
F
- FIXED_WIDTH_PREFIX - Enum constant in enum class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayoutVariant
-
Fixed spacing on the left side of each item in the overflow menu so that the text of each item is aligned.
G
- getUpdateDebounceDelay() - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Get the delay before the toolbar items are updated after a resize.
- getVariantName() - Method in enum class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayoutVariant
-
Gets the variant name.
H
- HIDE_ICONS - Enum constant in enum class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayoutVariant
-
Icons for
ButtonandMenuBarentries are hidden in the overflow menu.
I
- isDropdownIndicatorShown() - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
- isOpenOnHover() - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Gets whether the sub menus open by clicking or hovering on the root level buttons.
- isReverseCollapseOrder() - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Gets whether the menu bar uses reverse collapse order.
O
- org.vaadin.addons.componentfactory.toolbarlayout - package org.vaadin.addons.componentfactory.toolbarlayout
S
- setDropdownIndicatorShown(boolean) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
- setOpenOnHover(boolean) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Sets the event which opens the sub menus of the root level buttons.
- setOverflowButton(Button) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Provide a custom button to be used as the overflow button.
- setReverseCollapseOrder(boolean) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Sets reverse collapse order for the menu bar.
- setUpdateDebounceDelay(int) - Method in class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
-
Sets the delay before the toolbar/overflow items are updated after a resize.
T
- ToolbarLayout - Class in org.vaadin.addons.componentfactory.toolbarlayout
-
A layout that provides a toolbar with an overflow menu.
- ToolbarLayout() - Constructor for class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayout
- ToolbarLayoutVariant - Enum Class in org.vaadin.addons.componentfactory.toolbarlayout
-
Theme variants for
ToolbarLayout.
V
- valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayoutVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.vaadin.addons.componentfactory.toolbarlayout.ToolbarLayoutVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form