Class com.asual.enflash.ui.Component

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

Field Index

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 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

Component

public function Component(id:String)

Field Detail

onblur

public onblur:Function

onfocus

public onfocus:Function

onzoom

public onzoom:Function

pw

public pw:Number [Read Only]

ph

public ph:Number [Read Only]

autoSize

public autoSize:Object

asset

public asset:MovieClip [Read Only]

loaded

public loaded:Boolean [Read Only]

float

public float:String

clear

public clear:Boolean

display

public display:String

swf

public swf:String

zoom

public zoom:Boolean

focusable

public focusable:Boolean

rotation

public rotation:Number

enabled

public enabled:Boolean

tabIndex

public tabIndex:Number

host

public host:Boolean [Read Only]

Method Detail

setSize

public function setSize(w:Number, h:Number):Void

focus

public function focus(assetFocus:Boolean):Void

blur

public function blur():Void