Access keys

RepeaterButton

Kind of class: class
Inherits from: EventButton < EventMovieClip < MovieClip
Author: Martijn de Visser
Classpath: org.asapframework.ui.buttons.RepeaterButton
File last modified: Tuesday, 03 October 2006, 00:06:37
Use this class to create buttons that keep on firing EventButtonEvent.ON_RELEASE events while the mouse is down (for scrollbar buttons, for example).
Events broadcast to listeners:
EventButtonEvent with type: ON_RELEASE

Constructor

RepeaterButton

function RepeaterButton (
)

Instance methods

toString

function toString (
) : String

Event handlers

onMouseUp

function onMouseUp (
) : Void

onPress

function onPress (
) : Void

onRelease

function onRelease (
) : Void

onReleaseOutside

function onReleaseOutside (
) : Void

onRollOut

function onRollOut (
) : Void

onRollOver

function onRollOver (
) : Void