Class com.asual.enflash.ui.Bar

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

Field Index

length
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 Bar()

addItem(), addItemAt(), getIndex(), getItem(), removeItem(), removeItemAt()
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

Bar

public function Bar(id:String)

Field Detail

length

public length:Number [Read Only]

Method Detail

addItem

public function addItem(component)

addItemAt

public function addItemAt(index, component)

removeItem

public function removeItem(component):Void

removeItemAt

public function removeItemAt(index):Void

getItem

public function getItem(index:Number)

getIndex

public function getIndex(component)