Uses of Enum Class
com.jbstrap.ui.bootstrap.TabType
Packages that use TabType
Package
Description
-
Uses of TabType in com.jbstrap.ui.bootstrap
Methods in com.jbstrap.ui.bootstrap that return TabType -
Uses of TabType in com.jbstrap.ui.components.form
Methods in com.jbstrap.ui.components.form with parameters of type TabTypeModifier and TypeMethodDescriptionForm.setTabType
(TabType tabType) Sets the type of the tabs, that are used on the form. -
Uses of TabType in com.jbstrap.ui.components.form.builders
Methods in com.jbstrap.ui.components.form.builders with parameters of type TabTypeModifier and TypeMethodDescriptionvoid
ComplexFormBuilder.setTabType
(TabType tabType) Sets the tab type to be used on the form.void
TabbedFormBuilder.setTabType
(TabType tabType) Sets the type of the tabs. -
Uses of TabType in com.jbstrap.ui.components.form.builders.interfaces
Methods in com.jbstrap.ui.components.form.builders.interfaces with parameters of type TabType -
Uses of TabType in com.jbstrap.ui.components.panels.tab
Methods in com.jbstrap.ui.components.panels.tab that return TabTypeModifier and TypeMethodDescriptionfinal TabType
Tab.getTabType()
Gets the tab type (position)TabHeader.getTabType()
Methods in com.jbstrap.ui.components.panels.tab with parameters of type TabTypeModifier and TypeMethodDescriptionfinal Tab
Tab.setTabType
(TabType tabType) Sets the type of the tab pages.TabHeader.setTabType
(TabType tabType) Constructors in com.jbstrap.ui.components.panels.tab with parameters of type TabTypeModifierConstructorDescriptionCreates an empty tab component, with the specified tab typeCreates a tab component, with the specified tab type and tab pages.Creates an empty tab component, with the specified tab typeCreates a tab component, with the specified tab type and tab pages.