Uses of Class
com.jbstrap.ui.components.button.Button
Package
Description
-
Uses of Button in com.jbstrap.ui.components
-
Uses of Button in com.jbstrap.ui.components.button
Modifier 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
-
Uses of Button in com.jbstrap.ui.components.wizard
Modifier and TypeFieldDescriptionfinal Button
Wizard.WizardFooter.backBtn
final Button
Wizard.WizardFooter.finishBtn
final Button
Wizard.WizardFooter.nextBtn
Modifier 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.