Uses of Class
com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
-
Uses of NavBarFooterButtonPopup in com.jbstrap.ui.components.navbar
Modifier and TypeMethodDescriptionNavBarFooterButtonPopup.addButton
(String text, boolean centered, ClickEventHandler clickHandler) Adds a button with a text to the menu.NavBarFooterButtonPopup.addButton
(String text, ClickEventHandler clickHandler) Adds a button with a left-aligned text to the menu.NavBarFooterButtonPopup.addDivider()
Adds a divider item to the menu.NavBarFooterButtonPopup.addItem
(String name, Icon icon, TextType iconType, String title, String detail, ClickEventHandler clickHandler) Adds a menu item with an icon to the popup menu.NavBarFooterButtonPopup.addItem
(String name, String imageUrl, String title, String detail, ClickEventHandler clickHandler) Adds a menu item with an image to the popup menu.NavBarFooterButton.createPupup()
Assigns a popup menu to a button.NavBarFooterButtonPopup.removeItemByName
(String name) Removes a previously added item from the popup menu.Sets the popup menu header.