Class mx.controls.Label

MovieClip
   +--mx.core.UIObject
      +--mx.controls.Label

Description

Label class

Field Index

__autoSize, _color, autoSize, className, clipParameters, html, initializing, initText, labelField, mergedClipParameters, styleSheet, symbolName, symbolOwner, tabChildren, tabEnabled, text, useHandCursor
Inherited from UIObject
__height, __onUnload, __width, _color, _endInit, _id, _maxHeight, _maxWidth, _minHeight, _minWidth, _preferredHeight, _preferredWidth, _tf, _topmost, addEventListener, bottom, buildDepthTable, changeColorStyleInChildren, changeTextStyleInChildren, childrenCreated, className, clipParameters, color, createAccessibilityImplementation, createChildAtDepth, createClassChildAtDepth, createEvent, dispatchEvent, embedFonts, findNextAvailableDepth, fontFamily, fontSize, fontStyle, fontWeight, handleEvent, height, idNames, ignoreClassStyleDeclaration, initProperties, invalidateFlag, left, lineColor, lineWidth, marginLeft, marginRight, methodTable, minHeight, minWidth, notifyStyleChangeInChildren, removeEventListener, right, scaleX, scaleY, setStyle, stylecache, styleName, symbolName, symbolOwner, tabEnabled, textAlign, textColorList, textDecoration, textIndent, tfList, top, validateNow, visible, width, x, y
Inherited from MovieClip
_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursor

Method Index

new Label()

adjustForAutoSize(), draw(), getHtml(), getText(), init(), setColor(), setEnabled(), setHtml(), setText(), size()
Inherited from UIObject
__getTextFormat(), _createChildren(), _getTextFormat(), cancelAllDoLaters(), constructObject(), createChildren(), createClassObject(), createEmptyObject(), createLabel(), createObject(), createSkin(), destroyObject(), doLater(), doLaterDispatcher(), drawRect(), getClassStyleDeclaration(), getMinHeight(), getMinWidth(), getSkinIDName(), getStyle(), getStyleName(), initFromClipParameters(), invalidate(), invalidateStyle(), mergeClipParameters(), move(), redraw(), setMinHeight(), setMinWidth(), setSize(), setSkin(), setVisible()
Inherited from MovieClip
attachAudio(), attachMovie(), beginFill(), beginGradientFill(), clear(), createEmptyMovieClip(), createTextField(), curveTo(), duplicateMovieClip(), endFill(), getBounds(), getBytesLoaded(), getBytesTotal(), getDepth(), getInstanceAtDepth(), getNextHighestDepth(), getSWFVersion(), getTextSnapshot(), getURL(), globalToLocal(), gotoAndPlay(), gotoAndStop(), hitTest(), lineStyle(), lineTo(), loadMovie(), loadVariables(), localToGlobal(), moveTo(), nextFrame(), onData(), onDragOut(), onDragOver(), onEnterFrame(), onKeyDown(), onKeyUp(), onKillFocus(), onLoad(), onMouseDown(), onMouseMove(), onMouseUp(), onPress(), onRelease(), onReleaseOutside(), onRollOut(), onRollOver(), onSetFocus(), onUnload(), play(), prevFrame(), removeMovieClip(), setMask(), startDrag(), stop(), stopDrag(), swapDepths(), unloadMovie(), valueOf()

Constructor Detail

Label

function Label()

Field Detail

tabEnabled

tabEnabled:Boolean

tabChildren

tabChildren:Boolean

useHandCursor

useHandCursor:Boolean

_color

_color

symbolName

static symbolName:String

symbolOwner

static symbolOwner:Object

className

className:String

initializing

initializing:Boolean

clipParameters

clipParameters:Object

mergedClipParameters

static mergedClipParameters:Boolean

labelField

labelField:TextField

__autoSize

__autoSize:String

initText

initText:String

html

html:Boolean
true if text is supplied as html

text

text:String
the text in the component

autoSize

autoSize:String

styleSheet

styleSheet:StyleSheet

Method Detail

init

function init(Void):Void

getHtml

function getHtml():
Boolean

setHtml

function setHtml(value:
Boolean):Void

getText

function getText():
String

setText

function setText(t:
String):Void

draw

function draw(Void):Void

adjustForAutoSize

function adjustForAutoSize()

size

function size(Void):Void

setEnabled

function setEnabled(enable:
Boolean):Void

setColor

function setColor(col:
Number):Void