Index

A C G H I L O R S T V 
All Classes and Interfaces|All Packages|Serialized Form

A

add(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.add(Tab...) instead.
add(Component, Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a tab created from the given tab content and content.
add(Tab...) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds the given tabs to the component.
add(Tab, Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a tab with the given content.
add(Tab, Component, int) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a tab with the given content to the given position.
add(String, Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a tab created from the given text and content.
addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.addTabAsFirst(Tab) instead.
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.addTabAtIndex(int, Tab) instead.
addSelectedChangeListener(ComponentEventListener<Tabs.SelectedChangeEvent>) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds a listener for Tabs.SelectedChangeEvent.
addSelectedChangeListener(ComponentEventListener<TabSheet.SelectedChangeEvent>) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a listener for TabSheet.SelectedChangeEvent.
addTabAsFirst(Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds the given tab as the first child of this component.
addTabAtIndex(int, Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds the given tab as child of this tab at the specific index.

C

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

G

getComponent(Tab) - Method in class com.vaadin.flow.component.tabs.TabSheet
Returns the Component instance associated with the given tab.
getComponentAt(int) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.getTabAt(int) instead.
getComponentCount() - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.5, use Tabs.getTabCount() instead.
getFlexGrow() - Method in class com.vaadin.flow.component.tabs.Tab
Gets the flex grow property of this tab.
getIndexOf(Tab) - Method in class com.vaadin.flow.component.tabs.TabSheet
Returns the index of the given 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.
getPreviousTab() - Method in class com.vaadin.flow.component.tabs.TabSheet.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.
getSelectedIndex() - Method in class com.vaadin.flow.component.tabs.TabSheet
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.
getSelectedTab() - Method in class com.vaadin.flow.component.tabs.TabSheet
Gets the currently selected tab.
getSelectedTab() - Method in class com.vaadin.flow.component.tabs.TabSheet.SelectedChangeEvent
Get selected tab for this event.
getTab(Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Returns the Tab associated with the given component.
getTabAt(int) - Method in class com.vaadin.flow.component.tabs.Tabs
Returns the tab at the given position.
getTabAt(int) - Method in class com.vaadin.flow.component.tabs.TabSheet
Returns the tab at the given position.
getTabCount() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets the number of tabs.
getTabCount() - Method in class com.vaadin.flow.component.tabs.TabSheet
Gets the number of tabs.
getVariantName() - Method in enum class com.vaadin.flow.component.tabs.TabSheetVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.tabs.TabsVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.tabs.TabVariant
Gets the variant name.

H

HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.tabs.Tabs.Orientation
 

I

indexOf(Component) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.indexOf(Tab) instead.
indexOf(Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
Returns the index of the given tab.
isAutoselect() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets whether the tabs should be automatically selected.
isInitialSelection() - Method in class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
Checks if this event is initial tabs selection.
isInitialSelection() - Method in class com.vaadin.flow.component.tabs.TabSheet.SelectedChangeEvent
Checks if this event is initial TabSheet selection.
isSelected() - Method in class com.vaadin.flow.component.tabs.Tab
If true, the item is in selected state.

L

LUMO_BORDERED - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_CENTERED - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_EQUAL_WIDTH_TABS - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_HIDE_SCROLL_BUTTONS - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_ICON_ON_TOP - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
Deprecated.
Use TabVariant.LUMO_ICON_ON_TOP on individual Tab instances instead.
LUMO_ICON_ON_TOP - Enum constant in enum class com.vaadin.flow.component.tabs.TabVariant
 
LUMO_MINIMAL - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_NO_PADDING - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_TABS_CENTERED - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_TABS_EQUAL_WIDTH_TABS - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_TABS_HIDE_SCROLL_BUTTONS - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_TABS_ICON_ON_TOP - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
Deprecated.
Use TabVariant.LUMO_ICON_ON_TOP on individual Tab instances instead.
LUMO_TABS_MINIMAL - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_TABS_SMALL - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
 

O

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

R

remove(int) - Method in class com.vaadin.flow.component.tabs.TabSheet
Removes the tab at the given position.
remove(Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Removes a tab based on the content
remove(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.remove(Tab...) instead.
remove(Tab) - Method in class com.vaadin.flow.component.tabs.TabSheet
Removes a tab.
remove(Tab...) - Method in class com.vaadin.flow.component.tabs.Tabs
Removes the given child tabs from this component.
removeAll() - Method in class com.vaadin.flow.component.tabs.Tabs
Removes all tabs from this component.
replace(Component, Component) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.replace(Tab, Tab) instead.
replace(Tab, Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
Replaces the tab in the container with another one without changing position.

S

SelectedChangeEvent(TabSheet, Tab, boolean, boolean) - Constructor for class com.vaadin.flow.component.tabs.TabSheet.SelectedChangeEvent
Creates a new selected change event.
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.
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.Tab
If true, the item is in selected state.
setSelectedIndex(int) - Method in class com.vaadin.flow.component.tabs.Tabs
Selects a tab based on its zero-based index.
setSelectedIndex(int) - Method in class com.vaadin.flow.component.tabs.TabSheet
Selects a tab based on its zero-based index.
setSelectedTab(Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
Selects the given tab.
setSelectedTab(Tab) - Method in class com.vaadin.flow.component.tabs.TabSheet
Selects the given tab.

T

Tab - Class in com.vaadin.flow.component.tabs
This component provides an accessible and customizable tab to be used inside Tabs component.
Tab() - Constructor for class com.vaadin.flow.component.tabs.Tab
Constructs a new object in its default state.
Tab(Component...) - Constructor for class com.vaadin.flow.component.tabs.Tab
Constructs a new object with child components.
Tab(String) - Constructor for class com.vaadin.flow.component.tabs.Tab
Constructs a new object with the given label.
Tabs - Class in com.vaadin.flow.component.tabs
Tabs are used to organize and group content into sections that the user can navigate between.
Tabs() - Constructor for class com.vaadin.flow.component.tabs.Tabs
Constructs an empty new object 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(Tab...) - Constructor for class com.vaadin.flow.component.tabs.Tabs
Constructs a new object enclosing the given tabs, with HORIZONTAL orientation.
Tabs.Orientation - Enum Class 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.
TabSheet - Class in com.vaadin.flow.component.tabs
TabSheet consists of a set of tabs and the content area.
TabSheet() - Constructor for class com.vaadin.flow.component.tabs.TabSheet
The default constructor.
TabSheet.SelectedChangeEvent - Class in com.vaadin.flow.component.tabs
An event to mark that the selected tab has changed.
TabSheetVariant - Enum Class in com.vaadin.flow.component.tabs
Set of theme variants applicable for vaadin-tabsheet component.
TabsVariant - Enum Class in com.vaadin.flow.component.tabs
Set of theme variants applicable for vaadin-tabs component.
TabVariant - Enum Class 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 class com.vaadin.flow.component.tabs.Tabs.Orientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.tabs.TabSheetVariant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.tabs.TabsVariant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.tabs.TabVariant
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.tabs.Tabs.Orientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.tabs.TabSheetVariant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.tabs.TabsVariant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.tabs.TabVariant
Returns an array containing the constants of this enum class, in the order they are declared.
VERTICAL - Enum constant in enum class com.vaadin.flow.component.tabs.Tabs.Orientation
 
A C G H I L O R S T V 
All Classes and Interfaces|All Packages|Serialized Form