Skip navigation links
A C F G I O R S T V 

A

add(Tab...) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds the given tabs to the component.
add(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
 
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.tabs.Tabs
addSelectedChangeListener(ComponentEventListener<Tabs.SelectedChangeEvent>) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds a listener for Tabs.SelectedChangeEvent.
addThemeVariants(TabVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Adds theme variants to the component.
addThemeVariants(TabsVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
Adds theme variants to the component.

C

com.vaadin.flow.component.tabs - package com.vaadin.flow.component.tabs
 

F

focus() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
 

G

GeneratedVaadinTab<R extends GeneratedVaadinTab<R>> - Class in com.vaadin.flow.component.tabs
Description copied from corresponding location in WebComponent:
GeneratedVaadinTab() - Constructor for class com.vaadin.flow.component.tabs.GeneratedVaadinTab
 
GeneratedVaadinTabs<R extends GeneratedVaadinTabs<R>> - Class in com.vaadin.flow.component.tabs
Description copied from corresponding location in WebComponent:
GeneratedVaadinTabs() - Constructor for class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
 
getFlexGrow() - Method in class com.vaadin.flow.component.tabs.Tab
Gets the flex grow property of this tab.
getLabel() - Method in class com.vaadin.flow.component.tabs.Tab
Gets the label of this tab.
getOrientation() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets the orientation of this tab sheet.
getPreviousTab() - Method in class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
Get previous selected tab for this event.
getSelectedIndex() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets the zero-based index of the currently selected tab.
getSelectedTab() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets the currently selected tab.
getSelectedTab() - Method in class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
Get selected tab for this event.
getValueString() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
getVariantName() - Method in enum com.vaadin.flow.component.tabs.TabsVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.tabs.TabVariant
Gets the variant name.

I

isAutoselect() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets whether the tabs should be automatically selected.
isDisabledBoolean() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
isInitialSelection() - Method in class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
Checks if this event is initial tabs selection.
isSelected() - Method in class com.vaadin.flow.component.tabs.Tab
If true, the item is in selected state.
isSelectedBoolean() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:

O

onAttach(AttachEvent) - Method in class com.vaadin.flow.component.tabs.Tabs
 

R

remove(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
removeAll() - Method in class com.vaadin.flow.component.tabs.Tabs
removeThemeVariants(TabVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Removes theme variants from the component.
removeThemeVariants(TabsVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
Removes theme variants from the component.
replace(Component, Component) - Method in class com.vaadin.flow.component.tabs.Tabs

S

SelectedChangeEvent(Tabs, boolean) - Constructor for class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
SelectedChangeEvent(Tabs, Tab, boolean) - Constructor for class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
Creates a new selected change event.
setAutoselect(boolean) - Method in class com.vaadin.flow.component.tabs.Tabs
Specify that the tabs should be automatically selected.
setDisabled(boolean) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
setFlexGrow(double) - Method in class com.vaadin.flow.component.tabs.Tab
Sets the flex grow property of this tab.
setFlexGrowForEnclosedTabs(double) - Method in class com.vaadin.flow.component.tabs.Tabs
Sets the flex grow property of all enclosed tabs.
setLabel(String) - Method in class com.vaadin.flow.component.tabs.Tab
Sets the label of this tab.
setOrientation(Tabs.Orientation) - Method in class com.vaadin.flow.component.tabs.Tabs
Sets the orientation of this tab sheet.
setSelected(boolean) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
setSelected(boolean) - Method in class com.vaadin.flow.component.tabs.Tab
 
setSelectedIndex(int) - Method in class com.vaadin.flow.component.tabs.Tabs
Selects a tab based on its zero-based index.
setSelectedTab(Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
Selects the given tab.
setValue(String) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:

T

Tab - Class in com.vaadin.flow.component.tabs
Server-side component for the vaadin-tab element.
Tab() - Constructor for class com.vaadin.flow.component.tabs.Tab
Constructs a new object in its default state.
Tab(String) - Constructor for class com.vaadin.flow.component.tabs.Tab
Constructs a new object with the given label.
Tab(Component...) - Constructor for class com.vaadin.flow.component.tabs.Tab
Constructs a new object with child components.
Tabs - Class in com.vaadin.flow.component.tabs
Server-side component for the vaadin-tabs element.
Tabs() - Constructor for class com.vaadin.flow.component.tabs.Tabs
Constructs an empty new object with HORIZONTAL orientation.
Tabs(Tab...) - Constructor for class com.vaadin.flow.component.tabs.Tabs
Constructs a new object enclosing the given tabs, with HORIZONTAL orientation.
Tabs(boolean, Tab...) - Constructor for class com.vaadin.flow.component.tabs.Tabs
Constructs a new object enclosing the given autoselect option and tabs, with HORIZONTAL orientation.
Tabs.Orientation - Enum in com.vaadin.flow.component.tabs
The valid orientations of Tabs instances.
Tabs.SelectedChangeEvent - Class in com.vaadin.flow.component.tabs
An event to mark that the selected tab has changed.
TabsVariant - Enum in com.vaadin.flow.component.tabs
Set of theme variants applicable for vaadin-tabs component.
TabVariant - Enum in com.vaadin.flow.component.tabs
Set of theme variants applicable for vaadin-tab component.
toString() - Method in class com.vaadin.flow.component.tabs.Tab
 

V

valueOf(String) - Static method in enum com.vaadin.flow.component.tabs.Tabs.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.tabs.TabsVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.tabs.TabVariant
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.tabs.Tabs.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.tabs.TabsVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.tabs.TabVariant
Returns an array containing the constants of this enum type, in the order they are declared.
A C F G I O R S T V 
Skip navigation links

Copyright © 2026. All rights reserved.