Uses of Class
com.jbstrap.ui.components.navbar.NavBarItem
-
Uses of NavBarItem in com.jbstrap.ui.components.navbar
Modifier and TypeMethodDescriptionAdds a new sub-menu item to the component.protected NavBarItem
NavBarItem.addNavigationEventHandler
(NavigationEventHandler handler) NavBar.createItem
(String name, Icon icon, String title) Adds a new main menu item to the component.NavBar.findByName
(String name) Looks up a menu item in the navbar based on its name.NavBarItem.findItemByName
(String name) Gets a sub-menu item of a menu item by its name.NavBarItem.removeItemByName
(String name) Removes a sub menu item by its name.protected NavBarItem
NavBarItem.setHotKey
(int hotKey) Sets the icon for a menu item.Shows a marker on the menu item (marker type specified).NavBarItem.setMarkerText
(String markerText) Adds a default (grey) marker to the menu item.Sets the title for a menu item.