| Package | Description |
|---|---|
| com.vaadin.flow.component.applayout | |
| com.vaadin.flow.component.tabs |
| Modifier and Type | Class and Description |
|---|---|
class |
AppLayoutMenuItem
Base class representing menu items.
|
| Modifier and Type | Method and Description |
|---|---|
Tab |
Tabs.getSelectedTab()
Gets the currently selected tab.
|
| 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 |
|---|
Tabs(Tab... tabs)
Constructs a new object enclosing the given tabs, with
HORIZONTAL orientation. |
Copyright © 2018. All rights reserved.