Uses of Class
com.oorian.bootstrap.buttons.BsButton
Packages that use BsButton
-
Uses of BsButton in com.oorian.bootstrap.buttons
Methods in com.oorian.bootstrap.buttons that return BsButtonModifier and TypeMethodDescriptionBsButton.setActive(boolean active) Sets whether the button appears active (pressed).BsButton.setBlock(boolean block) Sets whether the button is displayed as a block element (full width).BsButton.setOutline(boolean outline) Sets whether the button uses outline style.Sets the button size.Sets the button type attribute.BsButton.setVariant(Variant variant) Sets the button variant (color scheme). -
Uses of BsButton in com.oorian.bootstrap.interactive
Methods in com.oorian.bootstrap.interactive that return BsButtonModifier and TypeMethodDescriptionBsCollapse.createTriggerButton(String buttonText) Creates a button that triggers this collapse.BsModal.createTriggerButton(String buttonText) Creates a button that triggers this modal.BsOffcanvas.createTriggerButton(String buttonText) Creates a button that triggers this offcanvas.