Label

Kind of class:class
Inherits from:UIObject < MovieClip
Classpath:mx.controls.Label
File last modified:Tuesday, 18 December 2007, 15:44:37
Label class

Summary


Constructor
Class properties
Class properties inherited from UIObject
Class methods
Class methods inherited from UIObject

Constructor

Label

function Label (
)

Class properties

mergedClipParameters

static mergedClipParameters:Boolean = UIObject.mergeClipParameters(Label.prototype.clipParameters, UIObject.prototype.clipParameters)
(read)

symbolName

static symbolName:String = "Label"
(read)

symbolOwner

static symbolOwner:Object = Object(mx.controls.Label)
(read)

version

static version:String = "2.0.2.127"
(read)

Instance properties

__autoSize

__autoSize:String
(read)

_color

_color
(read)

autoSize

autoSize:String
(read,write)

Component metadata:
    Inspectable
    "none"
    enumeration:
    "left,center,right,none",defaultValue

    className

    className:String = "Label"
    (read)

    name of this class

    clipParameters

    clipParameters:Object = { text: 1, html: 1, autoSize: 1}
    (read)

    html

    html:Boolean
    (read,write)

    true if text is supplied as html
    Component metadata:
      Inspectable
      defaultValue:
      false

      initializing

      initializing:Boolean = true
      (read)

      initText

      initText:String
      (read)

      labelField

      labelField:TextField
      (read)

      styleSheet

      styleSheet:TextField.StyleSheet
      (read)

      styleSheet

      styleSheet:TextField = .StyleSheet
      (write)

      tabChildren

      tabChildren:Boolean
      (read)

      tabEnabled

      tabEnabled:Boolean
      (read)

      text

      text:String
      (read,write)

      the text in the component
      Component metadata:
        Bindable
        "writeonly"
        Inspectable
        defaultValue:
        "Label"

        useHandCursor

        useHandCursor:Boolean
        (read)

        Instance methods

        adjustForAutoSize

        function adjustForAutoSize (
        )

        draw

        function draw (
        Void) : Void

        getHtml

        function getHtml (
        ) : Boolean

        getText

        function getText (
        ) : String

        init

        function init (
        Void) : Void

        setColor

        function setColor (
        col:Number) : Void

        setEnabled

        function setEnabled (
        enable:Boolean) : Void

        setHtml

        function setHtml (
        value:Boolean) : Void

        setText

        function setText (
        t:String) : Void

        size

        function size (
        Void) : Void