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
- mData : Object
- mLabel : TextField
- mLabelText : String
Instance properties inherited from EventMovieClip
Instance methods
Event handlers
- onRollOver : Void
- onRollOut : Void
- onPress : Void
- onRelease : Void
- onReleaseOutside : Void
Constructor
ComboBoxItem
function ComboBoxItem (
)
Instance properties
mData
private mData:Object
(read)
mLabel
private mLabel:TextField
(read)
mLabelText
private mLabelText:String
(read)
Instance methods
Event handlers
onPress
function onPress (
) : Void
onRelease
function onRelease (
) : Void
Events broadcasted to listeners:
- ComboBoxItemEvent with type:
ON_ITEM_CLICKED- (null)
onReleaseOutside
function onReleaseOutside (
) : Void
onRollOut
function onRollOut (
) : Void
onRollOver
function onRollOver (
) : Void