UITextView
Complete API reference for UITextView, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UITextView extends Component
Constructors
| Signature | Description |
|---|---|
UITextView(UITextView) | Executes UITextView and returns after the underlying engine call finishes. |
UITextView(Engine) | Executes UITextView and returns after the underlying engine call finishes. |
UITextView() | Creates a new instance of UITextView. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UITextView | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
color | Color | get/set | Virtual attribute exposed by getColor. Access it like a field to read or write the underlying value. |
font | Font | get/set | Virtual attribute exposed by getFont. Access it like a field to read or write the underlying value. |
text | String | get/set | Virtual attribute exposed by getText. Access it like a field to read or write the underlying value. |
textSize | float | get/set | Virtual attribute exposed by getTextSize. Access it like a field to read or write the underlying value. |