Package | Description |
---|---|
com.vaadin.flow.component.tabs |
Modifier and Type | Method and Description |
---|---|
Tab |
Tabs.SelectedChangeEvent.getPreviousTab()
Get previous selected tab for this event.
|
Tab |
Tabs.getSelectedTab()
Gets the currently selected tab.
|
Tab |
Tabs.SelectedChangeEvent.getSelectedTab()
Get selected tab for this event.
|
Modifier and Type | Method and Description |
---|---|
void |
Tabs.add(Tab... tabs)
Adds the given tabs to the component.
|
void |
Tabs.setSelectedTab(Tab selectedTab)
Selects the given tab.
|
Constructor and Description |
---|
SelectedChangeEvent(Tabs source,
Tab previousTab,
boolean fromClient)
Creates a new selected change event.
|
Tabs(boolean autoselect,
Tab... tabs)
Constructs a new object enclosing the given autoselect option and tabs,
with
HORIZONTAL orientation. |
Tabs(Tab... tabs)
Constructs a new object enclosing the given tabs, with
HORIZONTAL orientation. |
Copyright © 2025. All rights reserved.