Uses of Class
eu.webtoolkit.jwt.WRadioButton
Packages that use WRadioButton
-
Uses of WRadioButton in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WRadioButtonModifier and TypeMethodDescriptionWButtonGroup.getButton
(int id) Returns the button for the given id.WButtonGroup.getCheckedButton()
Returns the checked radiobutton.Methods in eu.webtoolkit.jwt that return types with arguments of type WRadioButtonModifier and TypeMethodDescriptionWButtonGroup.checkedChanged()
Signal emitted when a button was checked.WButtonGroup.getButtons()
Returns the buttons in this group.Methods in eu.webtoolkit.jwt with parameters of type WRadioButtonModifier and TypeMethodDescriptionfinal void
WButtonGroup.addButton
(WRadioButton button) Adds a radio button to the group.void
WButtonGroup.addButton
(WRadioButton button, int id) Adds a radio button to the group.int
WButtonGroup.getId
(WRadioButton button) Returns the id for the given button.void
WButtonGroup.removeButton
(WRadioButton button) Removes a radio button from the group.void
WButtonGroup.setCheckedButton
(WRadioButton button) Sets the currently checked radiobutton.