UICheckBox
Complete API reference for UICheckBox, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UICheckBox extends Component
Constructors
| Signature | Description |
|---|---|
UICheckBox(UICheckBox) | Executes UICheckBox and returns after the underlying engine call finishes. |
UICheckBox(Engine) | Executes UICheckBox and returns after the underlying engine call finishes. |
UICheckBox() | Creates a new instance of UICheckBox. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UICheckBox | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
checked | boolean | get/set | Virtual attribute exposed by isChecked. Access it like a field to read or write the underlying value. |
pressed | boolean | get | Virtual attribute exposed by isPressed. Access it like a field to read or write the underlying value. |
down | boolean | get | Virtual attribute exposed by isDown. Access it like a field to read or write the underlying value. |
up | boolean | get | Virtual attribute exposed by isUp. Access it like a field to read or write the underlying value. |
color | Color | get/set | Virtual attribute exposed by getColor. Access it like a field to read or write the underlying value. |
checkedTexture | Texture | get/set | Virtual attribute exposed by getCheckedTexture. Access it like a field to read or write the underlying value. |
uncheckedTexture | Texture | get/set | Virtual attribute exposed by getUncheckedTexture. Access it like a field to read or write the underlying value. |