Access keys

ComboBoxItem

Kind of class: class
Inherits from: EventMovieClip < MovieClip
Implements:
Classpath: org.asapframework.ui.combobox.ComboBoxItem
File last modified: Tuesday, 03 October 2006, 09:43:53
Events broadcast to listeners:
ComboBoxItemEvent with type: ON_ITEM_CLICKED

Summary

Constructor
Instance properties
Instance methods

Constructor

ComboBoxItem

function ComboBoxItem (
)

Instance methods

getData

function getData (
) : Object
Specified by:

getLabel

function getLabel (
) : String

setData

function setData (
inData:Object) : Void
Specified by:

setLabel

function setLabel (
inLabel:String) : Void

Event handlers

onPress

function onPress (
) : Void

onRelease

function onRelease (
) : Void
Events broadcast to listeners:
ComboBoxItemEvent with type: ON_ITEM_CLICKED

onReleaseOutside

function onReleaseOutside (
) : Void

onRollOut

function onRollOut (
) : Void

onRollOver

function onRollOver (
) : Void