Uses of Enum Class
com.jbstrap.ui.bootstrap.ButtonType
Package
Description
-
Uses of ButtonType in com.jbstrap.ui.bootstrap
Modifier and TypeMethodDescriptionstatic ButtonType
static ButtonType
Returns the enum constant of this class with the specified name.static ButtonType[]
ButtonType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ButtonType 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.Toolbar.setButtonType
(ButtonType buttonType) Sets the default button type for the toolbar buttons. -
Uses of ButtonType in com.jbstrap.ui.components.button
Modifier and TypeMethodDescriptionButton.setType
(ButtonType type) Sets the button sizeDropDownButton.setType
(ButtonType type) Sets the button sizeLoadButton.setType
(ButtonType type) Sets the button size