Class com.asual.enflash.ui.MenuBar

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

Field Index

Inherited from Bar
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 MenuBar()

addItem(), addItemAt(), getItem(), moveLeft(), moveRight(), removeItem(), removeItemAt()
Inherited from Bar
getIndex()
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

MenuBar

public function MenuBar(id:String)

Field Detail

Method Detail

addItem

public function addItem(value:String, id:String):Menu

addItemAt

public function addItemAt(index:Number, value:String):Menu

removeItem

public function removeItem(value:String):Void

removeItemAt

public function removeItemAt(index):Void

getItem

public function getItem(index:Number):Menu

moveLeft

public function moveLeft():Void

moveRight

public function moveRight():Void