Uses of Class
org.teamapps.ux.component.tabpanel.Tab
| Package | Description |
|---|---|
| org.teamapps.ux.component.tabpanel |
-
Uses of Tab in org.teamapps.ux.component.tabpanel
Fields in org.teamapps.ux.component.tabpanel with type parameters of type Tab Modifier and Type Field Description Event<Tab>TabPanel. onTabClosedEvent<Tab>TabPanel. onTabSelectedMethods in org.teamapps.ux.component.tabpanel that return Tab Modifier and Type Method Description TabTabPanel. getSelectedTab()TabTab. setCloseable(boolean closeable)TabTab. setContent(Component content)TabTab. setIcon(org.teamapps.icons.Icon icon)TabTab. setLazyLoading(boolean lazyLoading)TabTab. setRightSide(boolean rightSide)TabTab. setTitle(java.lang.String title)TabTab. setToolbar(Toolbar toolbar)TabTab. setVisible(boolean visible)Methods in org.teamapps.ux.component.tabpanel that return types with arguments of type Tab Modifier and Type Method Description java.util.List<Tab>TabPanel. getTabs()Methods in org.teamapps.ux.component.tabpanel with parameters of type Tab Modifier and Type Method Description voidTabPanel. addTab(Tab tab)voidTabPanel. addTab(Tab tab, boolean select)voidTabPanel. removeTab(Tab tab)voidTabPanel. setSelectedTab(Tab tab)Constructor parameters in org.teamapps.ux.component.tabpanel with type arguments of type Tab Constructor Description TabPanel(java.util.List<Tab> tabs)