Class com.asual.enflash.ui.TreeItem

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

Field Index

deeplength, depth, expanded, length, treeParent
Inherited from Button
align, draggable, dragProperties, icon, label, onchange, ondoublepress, ondrag, ondragbegin, ondragend, ondragout, onpress, onrelease, onreleaseoutside, onrollout, onrollover, selected, toggle, value
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 TreeItem()

addItem(), addItemAt()
Inherited from Button
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

TreeItem

public function TreeItem(treeParent, id:String)

Field Detail

treeParent

public treeParent [Read Only]

expanded

public expanded:Boolean

depth

public depth:Number [Read Only]

deeplength

public deeplength:Number [Read Only]

length

public length:Number [Read Only]

Method Detail

addItem

public function addItem(treeItem:TreeItem):TreeItem

addItemAt

public function addItemAt(index:Number, treeItem:TreeItem):TreeItem