class
TextInput

package haxe.ui.core

Class that represents a framework specific method to display editable text inside a component

read-only
depth:Int
height:Float
read-only
hscrollMax:Float
read-only
hscrollPageSize:Float
hscrollPos:Float
htmlText:String
id:String
read-only
isComponentOffscreen:Bool
left:Float
multiline:Bool
password:Bool
text:String
read-only
textHeight:Float
textStyle:Style
The style to use for this text
read-only
textWidth:Float
top:Float
read-only
vscrollMax:Float
read-only
vscrollPageSize:Float
vscrollPos:Float
width:Float
wordWrap:Bool


override
blur():Void
override
focus():Void
invalidateComponent(flag:String = InvalidationFlags.ALL):Void
isComponentInvalid(flag:String = InvalidationFlags.ALL):Bool
updateComponentDisplay():Void
validateComponent(nextFrame:Bool = true):Void