Uses of Enum Class
com.jbstrap.ui.bootstrap.ButtonType
Packages that use ButtonType
Package
Description
-
Uses of ButtonType in com.jbstrap.ui.bootstrap
Methods in com.jbstrap.ui.bootstrap that return ButtonTypeModifier 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
Methods in com.jbstrap.ui.components with parameters of type ButtonTypeModifier 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
Methods in com.jbstrap.ui.components.button with parameters of type ButtonTypeModifier and TypeMethodDescriptionButton.setType
(ButtonType type) Sets the button sizeDropDownButton.setType
(ButtonType type) Sets the button sizeLoadButton.setType
(ButtonType type) Sets the button size