| Package | Description |
|---|---|
| com.vaadin.client.ui |
| Modifier and Type | Method and Description |
|---|---|
VAccordion.StackItem |
VAccordion.getOpenStackItem()
Returns the currently open stack item.
|
VAccordion.StackItem |
VAccordion.getStackItem(int index)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<VAccordion.StackItem> |
VAccordion.getStackItems()
Returns an iterable over all the stack items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VAccordion.close(VAccordion.StackItem item)
For internal use only.
|
void |
VAccordion.onSelectTab(VAccordion.StackItem item)
Handle stack item selection.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.