Uses of Enum Class
com.jbstrap.ui.components.navbar.NavBarTheme
-
Uses of NavBarTheme in com.jbstrap.ui.components.navbar
Modifier and TypeMethodDescriptionNavBar.getTheme()
Gets the navbar’s theme.static NavBarTheme
Returns the enum constant of this class with the specified name.static NavBarTheme[]
NavBarTheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionNavBar.setTheme
(NavBarTheme theme) Sets the display theme for the navbar.ModifierConstructorDescriptionNavBar
(NavBarTheme theme) Creates a navbar component based on the specified theme.NavBar
(String id, String language, NavBarTheme theme) Creates a navbar component using the specified unique ID, language code and theme.