Skip to main content

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

SignatureDescription
UIInputText(UIInputText)Executes UIInputText and returns after the underlying engine call finishes.
UIInputText(Engine)Executes UIInputText and returns after the underlying engine call finishes.
UIInputText()Executes UIInputText and returns after the underlying engine call finishes.

Attributes

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

Virtual Attributes

NameTypeAccessDescription
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
editingbooleansetVirtual attribute exposed by setEditing. Access it like a field to read or write the underlying value.
textStringget/setVirtual attribute exposed by getText. Access it like a field to read or write the underlying value.
textSizefloatget/setVirtual attribute exposed by getTextSize. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
isEditing()booleanExecutes isEditing and returns after the underlying engine call finishes.