Uses of Class
com.jbstrap.ui.components.button.Button
Packages that use Button
Package
Description
-
Uses of Button in com.jbstrap.ui.components
Methods in com.jbstrap.ui.components with parameters of type Button -
Uses of Button in com.jbstrap.ui.components.button
Methods in com.jbstrap.ui.components.button that return ButtonModifier and TypeMethodDescriptionfinal Button
Button.setCounter
(long value) Adds a counter to the right side of the button.Sets the button iconPlaces an image on the buttonButton.setRounded
(boolean rounded) Toggles on/off the roundedness of a button.Button.setSize
(ButtonSize size) Stets the button sizeSets the button textButton.setType
(ButtonType type) Sets the button size -
Uses of Button in com.jbstrap.ui.components.form.items.selectoritem
Fields in com.jbstrap.ui.components.form.items.selectoritem declared as Button -
Uses of Button in com.jbstrap.ui.components.wizard
Fields in com.jbstrap.ui.components.wizard declared as ButtonModifier and TypeFieldDescriptionfinal Button
Wizard.WizardFooter.backBtn
final Button
Wizard.WizardFooter.finishBtn
final Button
Wizard.WizardFooter.nextBtn
Methods in com.jbstrap.ui.components.wizard that return ButtonModifier and TypeMethodDescriptionWizard.WizardFooter.getBackBtn()
Gets the “Previous” button in the footer.Wizard.WizardFooter.getFinishBtn()
Gets the footer’s “Finish” button.Wizard.WizardFooter.getNextBtn()
Gets the “Next” button in the footer.