Uses of Class
com.vaadin.client.ui.VAccordion.StackItem
-
Packages that use VAccordion.StackItem Package Description com.vaadin.client.ui -
-
Uses of VAccordion.StackItem in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return VAccordion.StackItem Modifier and Type Method Description VAccordion.StackItemVAccordion. getOpenStackItem()Returns the currently open stack item.VAccordion.StackItemVAccordion. getStackItem(int index)For internal use only.Methods in com.vaadin.client.ui that return types with arguments of type VAccordion.StackItem Modifier and Type Method Description Iterable<VAccordion.StackItem>VAccordion. getStackItems()Returns an iterable over all the stack items.Methods in com.vaadin.client.ui with parameters of type VAccordion.StackItem Modifier and Type Method Description voidVAccordion. close(VAccordion.StackItem item)For internal use only.voidVAccordion. onSelectTab(VAccordion.StackItem item)Handle stack item selection.
-