Class com.asual.enflash.ui.Dialog

com.asual.enflash.EnFlashObject
   +--com.asual.enflash.ui.UIObject
      +--com.asual.enflash.ui.Container
         +--com.asual.enflash.ui.Window
            +--com.asual.enflash.ui.Dialog

Field Index

Inherited from Window
onclose, onopen, title
Inherited from Container
bars, collapsable, collapsed, horizontal, panes, percents, refreshable, resizable, rule, windows
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 Dialog()

open()
Inherited from Window
close(), refresh()
Inherited from Container
addBar(), addBarAt(), addScrollPane(), addWindow(), getBar(), getScrollPane()
Inherited from UIObject
load(), main(), move(), setSize()
Inherited from EnFlashObject
addEventListener(), createDelegate(), debug(), dispatchEvent(), dispatchEventOnce(), getListeners(), getXML(), remove(), removeDelegate(), removeEventListener(), setXML(), toString()

Constructor Detail

Dialog

public function Dialog(id:String)

Field Detail

Method Detail

open

public function open():Void