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()Creates a new instance of UIInputText.

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
getColor()ColorReturns the current color value.
getText()StringReturns the current text value.
getTextSize()floatReturns the current textSize value.
isEditing()booleanReturns whether editing is true.
isExtractUI()booleanReturns whether extractUI is true.
getExtractUITitle()StringReturns the current extractUITitle value.
setColor(Color)voidSets color.
setEditing(boolean)voidSets editing.
setExtractUI(boolean)voidSets extractUI.
setExtractUITitle(String)voidSets extractUITitle.
setText(String)voidSets text.
setTextSize(float)voidSets textSize.