Class com.asual.enflash.ui.Button

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

Field Index

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 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

Button

public function Button(id:String)

Field Detail

onrollover

public onrollover:Function

onrollout

public onrollout:Function

onpress

public onpress:Function

ondoublepress

public ondoublepress:Function

onrelease

public onrelease:Function

onreleaseoutside

public onreleaseoutside:Function

ondragout

public ondragout:Function

ondragbegin

public ondragbegin:Function

ondrag

public ondrag:Function

ondragend

public ondragend:Function

onchange

public onchange:Function

icon

public icon:String

label

public label:Label [Read Only]

value

public value:String

align

public align:String

toggle

public toggle:Boolean

selected

public selected:Boolean

draggable

public draggable:Boolean

dragProperties

public dragProperties:Object

Method Detail