public interface InputRadioButton extends HTMLComponent
Modifier and Type | Method and Description |
---|---|
String |
getText() |
boolean |
isSelected() |
void |
setSelected()
Sets radio button to selected.
|
void |
setText(String text) |
isEnabled, isVisible, setEnabled, setVisible
void setText(String text)
text
- set the text associated with the input radio button.String getText()
boolean isSelected()
true
if the radio button is selected, and false
otherwise.void setSelected()
Copyright © 2021. All rights reserved.