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 classTabSheet.TabSheetTabImplTabSheet's implementation ofTabSheet.Tab- tab metadata.Methods in com.vaadin.ui that return TabSheet.Tab Modifier and Type Method Description TabSheet.TabTabSheet. addTab(Component c)Adds a new tab into TabSheet.TabSheet.TabTabSheet. addTab(Component component, int position)Adds a new tab into TabSheet.TabSheet.TabTabSheet. addTab(Component c, String caption)Adds a new tab into TabSheet.TabSheet.TabTabSheet. addTab(Component c, String caption, Resource icon)Adds a new tab into TabSheet.TabSheet.TabTabSheet. addTab(Component tabComponent, String caption, Resource icon, int position)Adds a new tab into TabSheet.TabSheet.TabTabSheet. getTab(int position)Returns theTabSheet.Tab(metadata) for a component.TabSheet.TabTabSheet. 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 intTabSheet. getTabPosition(TabSheet.Tab tab)Gets the position of the tabvoidTabSheet. removeTab(TabSheet.Tab tab)Removes aTabSheet.Taband the component associated with it, as previously added withTabSheet.addTab(Component),TabSheet.addTab(Component, String, Resource)orTabSheet.addComponent(Component).voidTabSheet. setSelectedTab(TabSheet.Tab tab)Sets the selected tab.voidTabSheet. setTabPosition(TabSheet.Tab tab, int position)Sets the position of the tab.
-