UIInputText
Complete API reference for UIInputText, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIInputText extends Component
Constructors
| Signature | Description |
|---|---|
UIInputText() | Creates a new instance of UIInputText. |
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. |
editing | boolean | set | Virtual attribute exposed by setEditing. 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. |
Methods
| Signature | Returns | Description |
|---|---|---|
getColor() | Color | Returns the current color value. |
getText() | String | Returns the current text value. |
getTextSize() | float | Returns the current textSize value. |
isEditing() | boolean | Returns whether editing is true. |
isExtractUI() | boolean | Returns whether extractUI is true. |
getExtractUITitle() | String | Returns the current extractUITitle value. |
setColor(Color) | void | Sets color. |
setEditing(boolean) | void | Sets editing. |
setExtractUI(boolean) | void | Sets extractUI. |
setExtractUITitle(String) | void | Sets extractUITitle. |
setText(String) | void | Sets text. |
setTextSize(float) | void | Sets textSize. |