EventButton

Kind of class:class
Inherits from:EventMovieClip < MovieClip
Known subclasses:
Author:Stephan Bezoen
Classpath:org.asapframework.ui.buttons.EventButton
File last modified:Monday, 09 October 2006, 00:41:07
Default button, will automatically make the nearest LocalController listen to its events. Unregisters with LocalController on unload.
Events broadcasted to listeners:

Summary


Constructor
Instance properties
Instance methods
Event handlers

Constructor

EventButton

function EventButton (
)

Instance properties

hitArea_mc

private hitArea_mc:MovieClip
(read)

mController

private mController:LocalController = null
(read)

mSendEventOnPress

private mSendEventOnPress:Boolean = false
(read)

mSendEventOnRoll

private mSendEventOnRoll:Boolean = false
(read)

Instance methods

setSendEventOnPress

function setSendEventOnPress (
inSend:Boolean) : Void

setSendEventOnRoll

function setSendEventOnRoll (
inSend:Boolean) : Void

toString

function toString (
) : String

Event handlers

onDragOut

function onDragOut (
) : Void

onDragOver

function onDragOver (
) : Void

onLoad

private function onLoad (
) : Void

onPress

function onPress (
) : Void

Events broadcasted to listeners:

onRelease

function onRelease (
) : Void

Events broadcasted to listeners:

onReleaseOutside

function onReleaseOutside (
) : Void

onRollOut

function onRollOut (
) : Void

Events broadcasted to listeners:

onRollOver

function onRollOver (
) : Void

Events broadcasted to listeners:

onUnload

private function onUnload (
) : Void