Uses of Interface
com.vaadin.ui.TabSheet.Tab

Packages that use TabSheet.Tab
com.vaadin.ui   
 

Uses of TabSheet.Tab in com.vaadin.ui
 

Classes in com.vaadin.ui that implement TabSheet.Tab
 class TabSheet.TabSheetTabImpl
          TabSheet's implementation of TabSheet.Tab - tab metadata.
 

Methods in com.vaadin.ui that return TabSheet.Tab
 TabSheet.Tab TabSheet.addTab(Component c)
          Adds a new tab into TabSheet.
 TabSheet.Tab TabSheet.addTab(Component c, int position)
          Adds a new tab into TabSheet.
 TabSheet.Tab TabSheet.addTab(Component c, String caption)
          Adds a new tab into TabSheet.
 TabSheet.Tab TabSheet.addTab(Component c, String caption, Resource icon)
          Adds a new tab into TabSheet.
 TabSheet.Tab TabSheet.addTab(Component c, String caption, Resource icon, int position)
          Adds a new tab into TabSheet.
 TabSheet.Tab TabSheet.getTab(Component c)
          Returns the TabSheet.Tab (metadata) for a component.
 TabSheet.Tab TabSheet.getTab(int position)
          Returns the TabSheet.Tab (metadata) for a component.
 

Methods in com.vaadin.ui with parameters of type TabSheet.Tab
 int TabSheet.getTabPosition(TabSheet.Tab tab)
          Gets the position of the tab
 void TabSheet.removeTab(TabSheet.Tab tab)
          Removes a TabSheet.Tab and the component associated with it, as previously added with TabSheet.addTab(Component), TabSheet.addTab(Component, String, Resource) or TabSheet.addComponent(Component).
 void TabSheet.setSelectedTab(TabSheet.Tab tab)
          Sets the selected tab.
 void TabSheet.setTabPosition(TabSheet.Tab tab, int position)
          Sets the position of the tab.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.