Uses of Interface
com.vaadin.ui.TabSheet.Tab
-
Packages that use TabSheet.Tab Package Description com.vaadin.ui -
-
Uses of TabSheet.Tab in com.vaadin.ui
Classes in com.vaadin.ui that implement TabSheet.Tab Modifier and Type Class Description class
TabSheet.TabSheetTabImpl
TabSheet's implementation ofTabSheet.Tab
- tab metadata.Methods in com.vaadin.ui that return TabSheet.Tab Modifier and Type Method Description TabSheet.Tab
TabSheet. addTab(Component c)
Adds a new tab into TabSheet.TabSheet.Tab
TabSheet. addTab(Component component, 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 tabComponent, String caption, Resource icon, int position)
Adds a new tab into TabSheet.TabSheet.Tab
TabSheet. getTab(int position)
Returns theTabSheet.Tab
(metadata) for a component.TabSheet.Tab
TabSheet. getTab(Component c)
Returns theTabSheet.Tab
(metadata) for a component.Methods in com.vaadin.ui with parameters of type TabSheet.Tab Modifier and Type Method Description int
TabSheet. getTabPosition(TabSheet.Tab tab)
Gets the position of the tabvoid
TabSheet. removeTab(TabSheet.Tab tab)
Removes aTabSheet.Tab
and the component associated with it, as previously added withTabSheet.addTab(Component)
,TabSheet.addTab(Component, String, Resource)
orTabSheet.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.
-