Uses of Class
com.jbstrap.ui.components.navbar.NavBarFooterButton
-
Uses of NavBarFooterButton in com.jbstrap.ui.components.navbar
Modifier and TypeMethodDescriptionNavBarFooterButton.addClickHandler
(ClickEventHandler handler) Adds a single click event handler to the component.NavBarFooterButton.addDoubleClickHandler
(DoubleClickEventHandler handler) Adds a double click event handler to the component.Sets the button icon.Shows a marker on the button (marker type specified).NavBarFooterButton.setMarkerText
(String markerText) Shows a default grey marker on the button.Modifier and TypeMethodDescriptionNavBar.addFooterButton
(NavBarFooterButton button) Adds a footer button to the navbar component.NavBar.addFooterButtons
(NavBarFooterButton... buttons) Adds multiple footer buttons to the component.NavBar.removeFooterButton
(NavBarFooterButton button) Removes a footer button from the navbar.