Uses of Class
com.vaadin.ui.TabSheet
-
Packages that use TabSheet Package Description com.vaadin.ui -
-
Uses of TabSheet in com.vaadin.ui
Subclasses of TabSheet in com.vaadin.ui Modifier and Type Class Description class
Accordion
An accordion is a component similar to aTabSheet
, but with a vertical orientation and the selected component presented between tabs.Methods in com.vaadin.ui that return TabSheet Modifier and Type Method Description TabSheet
TabSheet.SelectedTabChangeEvent. getTabSheet()
TabSheet where the event occurred.Methods in com.vaadin.ui with parameters of type TabSheet Modifier and Type Method 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.
-