com.asual.enflash.EnFlashObject +--com.asual.enflash.data.List
array
firstItem
lastItem
length
id
oninit
onremove
parent
ref
new List()
public function List(id:String)
public length:Number [Read Only]
public firstItem [Read Only]
public lastItem [Read Only]
public array:Array [Read Only]
public function getIndex(obj:Object):Number
public function getItem(index:Number)
public function getItemByProperty(prop:String, value:String)
public function getPreviousItem(obj:Object, loop:Boolean)
public function getNextItem(obj:Object, loop:Boolean)
public function addItem(item:Object):Void
public function addItemAt(index:Number, item:Object):Void
public function removeItem(item:Object)
public function removeItemAt(index:Number)
public function removeAll():Array