Skip to main content

UIRadioButton

Complete API reference for UIRadioButton, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: UI

Component: yes


public class UIRadioButton extends Component

Constructors

SignatureDescription
UIRadioButton(UIRadioButton)Executes UIRadioButton and returns after the underlying engine call finishes.
UIRadioButton(Engine)Executes UIRadioButton and returns after the underlying engine call finishes.
UIRadioButton()Creates a new instance of UIRadioButton.

Attributes

NameTypeDescription
instanceUIRadioButtonRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
checkedbooleanget/setVirtual attribute exposed by isChecked. Access it like a field to read or write the underlying value.
pressedbooleangetVirtual attribute exposed by isPressed. Access it like a field to read or write the underlying value.
downbooleangetVirtual attribute exposed by isDown. Access it like a field to read or write the underlying value.
upbooleangetVirtual attribute exposed by isUp. Access it like a field to read or write the underlying value.
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
checkedTextureTextureget/setVirtual attribute exposed by getCheckedTexture. Access it like a field to read or write the underlying value.
uncheckedTextureTextureget/setVirtual attribute exposed by getUncheckedTexture. Access it like a field to read or write the underlying value.