A C F G H I L M O R S T V 
All Classes All Packages

A

add(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
 
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.
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.
addSelectedChangeListener(ComponentEventListener<TabSheet.SelectedChangeEvent>) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a listener for TabSheet.SelectedChangeEvent.
addThemeVariants(TabsVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
Deprecated.
since v23.3, generated classes will be removed in v24.
addThemeVariants(TabsVariant...) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds theme variants to the component.
addThemeVariants(TabVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Deprecated.
since v23.3, generated classes will be removed in v24.
addThemeVariants(TabVariant...) - Method in class com.vaadin.flow.component.tabs.Tab
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
Deprecated.
since v23.3, generated classes will be removed in v24.

G

GeneratedVaadinTab<R extends GeneratedVaadinTab<R>> - Class in com.vaadin.flow.component.tabs
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinTab() - Constructor for class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Deprecated.
 
GeneratedVaadinTabs<R extends GeneratedVaadinTabs<R>> - Class in com.vaadin.flow.component.tabs
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinTabs() - Constructor for class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
Deprecated.
 
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.
getPrefixComponent() - Method in class com.vaadin.flow.component.tabs.TabSheet
Gets the component in the prefix slot of this component.
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.
getSuffixComponent() - Method in class com.vaadin.flow.component.tabs.TabSheet
Gets the component in the suffix slot of this component.
getTabAt(int) - Method in class com.vaadin.flow.component.tabs.TabSheet
Returns the tab at the given position.
getValueString() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Deprecated.
since v23.3, generated classes will be removed in v24.
getVariantName() - Method in enum com.vaadin.flow.component.tabs.TabSheetVariant
Gets the variant name.
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.

H

HORIZONTAL - com.vaadin.flow.component.tabs.Tabs.Orientation
 

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
Deprecated.
since v23.3, generated classes will be removed in v24.
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.
isSelectedBoolean() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Deprecated.
since v23.3, generated classes will be removed in v24.

L

LUMO_BORDERED - com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_CENTERED - com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_EQUAL_WIDTH_TABS - com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_HIDE_SCROLL_BUTTONS - com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_ICON_ON_TOP - com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_ICON_ON_TOP - com.vaadin.flow.component.tabs.TabVariant
 
LUMO_MINIMAL - com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_SMALL - com.vaadin.flow.component.tabs.TabsVariant
 
LUMO_TABS_CENTERED - com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_TABS_EQUAL_WIDTH_TABS - com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_TABS_HIDE_SCROLL_BUTTONS - com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_TABS_ICON_ON_TOP - com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_TABS_MINIMAL - com.vaadin.flow.component.tabs.TabSheetVariant
 
LUMO_TABS_SMALL - com.vaadin.flow.component.tabs.TabSheetVariant
 

M

MATERIAL_BORDERED - com.vaadin.flow.component.tabs.TabSheetVariant
 
MATERIAL_FIXED - com.vaadin.flow.component.tabs.TabsVariant
 
MATERIAL_TABS_FIXED - 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
remove(Tab) - Method in class com.vaadin.flow.component.tabs.TabSheet
Removes a tab.
removeAll() - Method in class com.vaadin.flow.component.tabs.Tabs
removeThemeVariants(TabsVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
Deprecated.
since v23.3, generated classes will be removed in v24.
removeThemeVariants(TabsVariant...) - Method in class com.vaadin.flow.component.tabs.Tabs
Removes theme variants from the component.
removeThemeVariants(TabVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Deprecated.
since v23.3, generated classes will be removed in v24.
removeThemeVariants(TabVariant...) - Method in class com.vaadin.flow.component.tabs.Tab
Removes theme variants from the component.
replace(Component, Component) - Method in class com.vaadin.flow.component.tabs.Tabs

S

SelectedChangeEvent(TabSheet, Tab, boolean, boolean) - Constructor for class com.vaadin.flow.component.tabs.TabSheet.SelectedChangeEvent
Creates a new selected change event.
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
Deprecated.
since v23.3, generated classes will be removed in v24.
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.
setPrefixComponent(Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds the given component as the prefix of this component, replacing any existing prefix component.
setSelected(boolean) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Deprecated.
since v23.3, generated classes will be removed in v24.
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.
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.
setSuffixComponent(Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds the given component as the suffix of this component, replacing any existing suffix component.
setValue(String) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Deprecated.
since v23.3, generated classes will be removed in v24.

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 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 in com.vaadin.flow.component.tabs
Set of theme variants applicable for vaadin-tabsheet component.
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.TabSheetVariant
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.TabSheetVariant
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.
VERTICAL - com.vaadin.flow.component.tabs.Tabs.Orientation
 
A C F G H I L M O R S T V 
All Classes All Packages