com.asual.enflash.EnFlashObject +--com.asual.enflash.ui.UIObject +--com.asual.enflash.ui.Collection
firstItem
lastItem
length
list
alpha
h
margin
movieclip
onload
onresize
padding
visible
w
x
y
id
oninit
onremove
parent
ref
new Collection()
public function Collection(id)
public list:List [Read Only]
public length:Number [Read Only]
public firstItem [Read Only]
public lastItem [Read Only]
public function getItem(index:Number)
public function getIndex(component):Number
public function getItemByProperty(prop:String, value:String)
public function getPreviousItem(component, loop)
public function getNextItem(component, loop)
public function addItem(item, depth)
public function addItemAt(index, item, depth)
public function removeItem(item)
public function removeItemAt(index)
public function removeAll():Array