| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
Accordion
An accordion is a component similar to a
TabSheet, but with a
vertical orientation and the selected component presented between tabs. |
| Modifier and Type | Method and Description |
|---|---|
TabSheet |
TabSheet.SelectedTabChangeEvent.getTabSheet()
TabSheet where the event occurred.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabSheet.CloseHandler.onTabClose(TabSheet tabsheet,
Component tabContent)
Called when a user has pressed the close icon of a tab in the client
side widget.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.