Class com.asual.enflash.ui.ListBox

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

Field Index

comboBox, onchange, selectedIndex, selectedItem, size
Inherited from Pane
asset, autoRefresh, contentHeight, contentWidth, hPosition, hScrollPolicy, largeStep, length, minHeight, minWidth, oncomponents, smallStep, vPosition, vScrollPolicy
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 ListBox()

addItem(), addItemAt(), refresh(), removeItem(), removeItemAt()
Inherited from Pane
getIndex(), getItem(), removeAll()
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

ListBox

public function ListBox(id:String)

Field Detail

comboBox

public comboBox:ComboBox

onchange

public onchange:Function

size

public size:Number

selectedItem

public selectedItem:ListItem

selectedIndex

public selectedIndex:Number

Method Detail

addItem

public function addItem(item:ListItem):ListItem

addItemAt

public function addItemAt(index:Number, item:ListItem):ListItem

removeItem

public function removeItem(item:ListItem):Void

removeItemAt

public function removeItemAt(index:Number, item:ListItem):Void

refresh

public function refresh():Void