public class RadioButtonDescription extends UiObjectDescriptionBase
Modifier and Type | Class and Description |
---|---|
static class |
RadioButtonDescription.Builder
This class can be used to construct an instance of the RadioButtonDescription class using the builder pattern.
|
protected static class |
RadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>> |
Modifier | Constructor and Description |
---|---|
|
RadioButtonDescription()
Initializes a new instance of the RadioButtonDescription class.
|
protected |
RadioButtonDescription(RadioButtonDescription.Init<?> init) |
Modifier and Type | Method and Description |
---|---|
StringProperty |
getName()
Returns the name of this object.
|
java.lang.Boolean |
isChecked()
Indicates whether the check box is checked.
|
void |
setChecked(java.lang.Boolean isChecked)
Sets whether the radio button is checked.
|
void |
setName(java.lang.String name)
Sets the name of the object.
|
void |
setName(StringProperty name)
Sets the name of the object.
|
canFocus, getAbsoluteLocation, getAttachedText, getFullNamePath, getFullType, getLocation, getNativeClass, getObjectName, getObjectProperties, getSize, getText, getWindowTitleRegExp, isEnabled, isFocused, isVisible, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setAttachedText, setAttachedText, setCanFocus, setEnabled, setFocused, setFullNamePath, setFullNamePath, setFullType, setFullType, setLocation, setLocation, setLocation, setNativeClass, setNativeClass, setObjectName, setObjectName, setObjectProperties, setSize, setSize, setSize, setText, setText, setVisible, setWindowTitleRegExp, setWindowTitleRegExp
cloneTo, getIndex, getIndexType, getVRI, setIndex, setIndexType, setVRI, setVRI
clone
getValueAs, getValueAsStringProperty, insertValue
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone
public RadioButtonDescription()
protected RadioButtonDescription(RadioButtonDescription.Init<?> init)
public void setName(java.lang.String name)
name
- the name of this objectpublic void setName(StringProperty name)
name
- a StringProperty(or RegExpProperty) representing the text associated with the name of the object.public StringProperty getName()
public void setChecked(java.lang.Boolean isChecked)
isChecked
- whether the radio button is checked.public java.lang.Boolean isChecked()