Uses of Class
com.jbstrap.ui.components.panels.tab.Tab
Packages that use Tab
-
Uses of Tab in com.jbstrap.ui.components.panels.tab
Methods in com.jbstrap.ui.components.panels.tab that return TabModifier and TypeMethodDescriptionTab.addComponent
(Component<?> component) Adds a component to the tab component.Tab.addTabClickHandler
(int tabIndex, ClickEventHandler handler) Adds a tab page click handler (tab page change event) to the specified tab page.Tab.addTabClickHandler
(ClickEventHandler handler) Adds a tab page click handler (tab page change event).Tab.addTabPage
(TabPage tabPage) Adds the specified tab page to the tab componentTab.addTabPages
(TabPage... tabPages) Adds multiple tab pages to the tab componentTab.next()
Selects the tab page, that is to the right of the currently selected (active) tab page.Tab.previous()
Selects the tab page, that is to the left of the currently selected (active) tab page.Tab.removeTabPage
(int index) Removes the specified tab page from the component.Tab.removeTabPage
(TabPage tabPage) Removes a tab page from the tab componentfinal Tab
Tab.selectTab
(int index) Selects a tab page (makes it active).final Tab
Selects the specified tab page.final Tab
Tab.setTabType
(TabType tabType) Sets the type of the tab pages.