Uses of Class
com.vaadin.ui.TabSheet

Packages that use TabSheet
com.vaadin.ui   
 

Uses of TabSheet in com.vaadin.ui
 

Subclasses of TabSheet in com.vaadin.ui
 class Accordion
          An accordion is a component similar to a TabSheet, but with a vertical orientation and the selected component presented between tabs.
 

Methods in com.vaadin.ui that return TabSheet
 TabSheet TabSheet.SelectedTabChangeEvent.getTabSheet()
          TabSheet where the event occurred.
 

Methods in com.vaadin.ui with parameters of type TabSheet
 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 © 2000-2011 Vaadin Ltd. All Rights Reserved.