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, setVisiblevoid setText(String text)
text - set the text associated with the input radio buttonString getText()
boolean isSelected()
true if the radio button is selected, and false otherwise.void setSelected()
Copyright © 2019. All rights reserved.