Uses of Class
org.dwcj.controls.button.Button
Packages that use Button
Package
Description
-
Uses of Button in org.dwcj.controls.button
Methods in org.dwcj.controls.button that return ButtonModifier and TypeMethodDescriptionButton.addClassName(String selector) Button.onClick(Consumer<ButtonClickEvent> callback) register an event callback for the click eventButton.removeClassName(String selector) Button.setAttribute(String attribute, String value) Button.setDisableOnClick(Boolean disable) Mutator for whether or not the button is disabled on clickButton.setEnabled(Boolean enabled) Button.setExpanse(Button.Expanse expanse) Mutator to change the expanse of a button that requires a specific button enum valueButton.setFocusable(Boolean focusable) Button.setTabTraversable(Boolean traversable) Button.setTextAlignment(TextAlignable.Alignment alignment) Button.setTheme(Button.Theme theme) Mutator to change the theme of a button that requires a specific button enum valueButton.setTooltipText(String text) Button.setVerticalAlignment(Button.TextVerticalAlignment alignment) Mutator for the vertical alignment of text within the buttonButton.setVisible(Boolean visible) -
Uses of Button in org.dwcj.controls.button.events
Methods in org.dwcj.controls.button.events that return ButtonConstructors in org.dwcj.controls.button.events with parameters of type Button -
Uses of Button in org.dwcj.controls.button.sinks
Constructors in org.dwcj.controls.button.sinks with parameters of type ButtonModifierConstructorDescriptionButtonClickEventSink(Button btn, Consumer<ButtonClickEvent> callback)