Uses of Enum Class
eu.webtoolkit.jwt.StandardButton
Packages that use StandardButton
-
Uses of StandardButton in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return StandardButtonModifier and TypeMethodDescriptionWMessageBox.getButtonResult()Returns the result of this message box.static final StandardButtonWMessageBox.show(CharSequence caption, CharSequence text, EnumSet<StandardButton> buttons) Convenience method to show a message box, blocking the current thread.static StandardButtonWMessageBox.show(CharSequence caption, CharSequence text, EnumSet<StandardButton> buttons, WAnimation animation) Convenience method to show a message box, blocking the current thread.static StandardButtonReturns the enum constant of this class with the specified name.static StandardButton[]StandardButton.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type StandardButtonModifier and TypeMethodDescriptionWMessageBox.buttonClicked()Signal emitted when a button is clicked.WMessageBox.getStandardButtons()Returns the standard buttons.Methods in eu.webtoolkit.jwt with parameters of type StandardButtonModifier and TypeMethodDescriptionWMessageBox.addButton(StandardButton result) Adds a standard button.WMessageBox.addButton(WPushButton button, StandardButton result) Adds a custom button.WMessageBox.addButton(CharSequence text, StandardButton result) Adds a custom button with given text.WMessageBox.getButton(StandardButton b) Returns the button widget for the given standard button.voidWMessageBox.setDefaultButton(StandardButton button) Sets the button as the default button.voidWMessageBox.setEscapeButton(StandardButton button) Sets the escape button.final voidWMessageBox.setStandardButtons(StandardButton button, StandardButton... buttons) Sets standard buttons for the message box.Method parameters in eu.webtoolkit.jwt with type arguments of type StandardButtonModifier and TypeMethodDescriptionvoidWMessageBox.setStandardButtons(EnumSet<StandardButton> buttons) Sets standard buttons for the message box.static final StandardButtonWMessageBox.show(CharSequence caption, CharSequence text, EnumSet<StandardButton> buttons) Convenience method to show a message box, blocking the current thread.static StandardButtonWMessageBox.show(CharSequence caption, CharSequence text, EnumSet<StandardButton> buttons, WAnimation animation) Convenience method to show a message box, blocking the current thread.Constructors in eu.webtoolkit.jwt with parameters of type StandardButtonModifierConstructorDescriptionWMessageBox(CharSequence caption, CharSequence text, Icon icon, StandardButton button, StandardButton... buttons) Creates a message box with given caption, text, icon, and buttons.Constructor parameters in eu.webtoolkit.jwt with type arguments of type StandardButtonModifierConstructorDescriptionWMessageBox(CharSequence caption, CharSequence text, Icon icon, EnumSet<StandardButton> buttons) Creates a message box with given caption, text, icon, and buttons.