Uses of Class
eu.webtoolkit.jwt.WPushButton
Packages that use WPushButton
-
Uses of WPushButton in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WPushButtonModifier 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.final WPushButton
WToolBar.addButton
(WPushButton button) Adds a button.WToolBar.addButton
(WPushButton button, AlignmentFlag alignmentFlag) Adds a button.WSplitButton.getActionButton()
Returns the action button.WMessageBox.getButton
(StandardButton b) Returns the button widget for the given standard button.WInPlaceEdit.getCancelButton()
Returns the cancel button.WMessageBox.getDefaultButton()
Returns the default button.WSplitButton.getDropDownButton()
Returns the drop down button.WMessageBox.getEscapeButton()
Returns the escape button.WInPlaceEdit.getSaveButton()
Returns the save button.Methods in eu.webtoolkit.jwt that return types with arguments of type WPushButtonMethods in eu.webtoolkit.jwt with parameters of type WPushButtonModifier and TypeMethodDescriptionWMessageBox.addButton
(WPushButton button, StandardButton result) Adds a custom button.final WPushButton
WToolBar.addButton
(WPushButton button) Adds a button.WToolBar.addButton
(WPushButton button, AlignmentFlag alignmentFlag) Adds a button.void
WMessageBox.setDefaultButton
(WPushButton button) Sets the button as the default button.void
WMessageBox.setEscapeButton
(WPushButton button) Sets the escape button.