public interface InputRadioButton extends HTMLComponent
Represents an input radio button UI component
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 buttonString getText()
boolean isSelected()
void setSelected()
Copyright © 2018. All rights reserved.