Skip to main content

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

SignatureDescription
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

NameTypeDescription
instanceUITextViewRepresents 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.
fontFontget/setVirtual attribute exposed by getFont. 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.