class
 TextDisplay
    package haxe.ui.core
            
                            Class that represents a framework specific method to display read-only text inside a component
                            depth:Int        
                            height:Float        
                            htmlText:String        
                            id:String        
                            isComponentOffscreen:Bool        
                            left:Float        
                            multiline:Bool        
                            text:String        
                            textHeight:Float        
                            textStyle:Style        
                            The style to use for this text
                    textWidth:Float        
                            top:Float        
                            width:Float        
                            wordWrap:Bool        
                            invalidateComponent(flag:String = InvalidationFlags.ALL):Void        
                            isComponentInvalid(flag:String = InvalidationFlags.ALL):Bool        
                            updateComponentDisplay():Void        
                            validateComponent(nextFrame:Bool = true):Void        
                    