Class com.asual.enflash.ui.Label

com.asual.enflash.EnFlashObject
   +--com.asual.enflash.ui.UIObject
      +--com.asual.enflash.ui.Component
         +--com.asual.enflash.ui.Label

Field Index

align, css, fontColor, fontFace, fontSize, maxChars, multiline, onchanged, onscroller, password, pw, selectable, size, textfield, type, value, wordWrap
Inherited from Component
asset, autoSize, clear, display, enabled, float, focusable, host, loaded, onblur, onfocus, onzoom, ph, pw, rotation, swf, tabIndex, zoom
Inherited from UIObject
alpha, h, margin, movieclip, onload, onresize, padding, visible, w, x, y
Inherited from EnFlashObject
id, oninit, onremove, parent, ref

Method Index

new Label()

setColor(), setStyle(), unsetColor()
Inherited from Component
blur(), focus(), setSize()
Inherited from UIObject
load(), main(), move()
Inherited from EnFlashObject
addEventListener(), createDelegate(), debug(), dispatchEvent(), dispatchEventOnce(), getListeners(), getXML(), remove(), removeDelegate(), removeEventListener(), setXML(), toString()

Constructor Detail

Label

public function Label(id:String)

Field Detail

onchanged

public onchanged:Function

onscroller

public onscroller:Function

value

public value:String

align

public align:String

pw

public pw:Number [Read Only]

fontColor

public fontColor:Number

fontFace

public fontFace:String

fontSize

public fontSize:Number

css

public css:String

type

public type:String

wordWrap

public wordWrap:Boolean

multiline

public multiline:Boolean

size

public size:Number

maxChars

public maxChars:Number

selectable

public selectable:Boolean

password

public password:Boolean

textfield

public textfield:TextField [Read Only]

Method Detail

setColor

public function setColor(color:Number):Void

unsetColor

public function unsetColor():Void

setStyle

public function setStyle(identifyer:String, style:Object):Void