Uses of Enum Class
com.jbstrap.ui.bootstrap.TabType
Package
Description
-
Uses of TabType in com.jbstrap.ui.bootstrap
-
Uses of TabType in com.jbstrap.ui.components.form
Modifier 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
Modifier 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
-
Uses of TabType in com.jbstrap.ui.components.panels.tab
Modifier and TypeMethodDescriptionfinal TabType
Tab.getTabType()
Gets the tab type (position)TabHeader.getTabType()
Modifier and TypeMethodDescriptionfinal Tab
Tab.setTabType
(TabType tabType) Sets the type of the tab pages.TabHeader.setTabType
(TabType tabType) ModifierConstructorDescriptionCreates 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.