Uses of Class
com.jbstrap.ui.components.Toolbar
-
Uses of Toolbar in com.jbstrap.ui.components
Modifier and TypeMethodDescriptionToolbar.addButton
(ButtonType buttonType, Icon icon, String title, ClickEventHandler clickHandler) Adds a button component, with the specified style, icon, title and click handler to the toolbar.Adds a button component to the toolbar.Toolbar.addButton
(DropDownButton btn) Adds a button component to the toolbar.Toolbar.addButton
(Icon icon, String title, ClickEventHandler clickHandler) Adds a button component, with the specified icon, title and click handler, to the toolbar.Toolbar.addButtons
(Component<?>... buttons) Adds multiple button components to the toolbar, in the order they are specified.Toolbar.setButtonSize
(ButtonSize buttonSize) Sets the default button size for the toolbar buttons.Toolbar.setButtonType
(ButtonType buttonType) Sets the default button type for the toolbar buttons.Toolbar.setVisible
(boolean visible) Sets the visibility of the component.