ComboBoxItem

Kind of class:class
Inherits from:EventMovieClip < MovieClip
Implements:
Classpath:org.asapframework.ui.combobox.ComboBoxItem
File last modified:Wednesday, 04 October 2006, 01:10:46

Summary


Constructor
Instance properties
Instance methods
Event handlers

Constructor

ComboBoxItem

function ComboBoxItem (
)

Instance properties

mData

private mData:Object
(read)

mLabel

private mLabel:TextField
(read)

mLabelText

private mLabelText:String
(read)

Instance methods

getData

function getData (
) : Object

Specified by:

getLabel

function getLabel (
) : String

Specified by:

setData

function setData (
inData:Object) : Void

Specified by:

setLabel

function setLabel (
inLabel:String) : Void

Specified by:

Event handlers

onPress

function onPress (
) : Void

onRelease

function onRelease (
) : Void

Events broadcasted to listeners:

onReleaseOutside

function onReleaseOutside (
) : Void

onRollOut

function onRollOut (
) : Void

onRollOver

function onRollOver (
) : Void