Apache Flex 4.13.0 API Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
DropDownList
Properties
|
Methods
|
Events
Package
org.apache.flex.html5
Class
public class DropDownList
Inheritance
DropDownList
DropDownList
Button
UIButtonBase
flash.display.SimpleButton
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
beads
: Array
The array property that is used to add additional beads to an MXML tag.
UIButtonBase
className
: String
The classname.
UIButtonBase
dataProvider
: Object
The data set to be displayed.
DropDownList
element
: Object
[read-only] Each IUIBase has an element that is actually added to the platform's display list DOM.
UIButtonBase
height
: Number
[override] The width of the component.
UIButtonBase
id
: String
An id property for MXML documents.
UIButtonBase
measurementBead
:
IMeasurementBead
[read-only] A measurement bead, if one exists.
UIButtonBase
model
:
IBeadModel
An IBeadModel that serves as the data model for the component.
UIButtonBase
selectedIndex
: int
The index of the selected item in the dataProvider.
DropDownList
selectedItem
: Object
The data item selected in the dataProvider.
DropDownList
width
: Number
[override] The width of the component.
UIButtonBase
x
: Number
[override]
UIButtonBase
y
: Number
[override]
UIButtonBase
Protected Properties
Hide Inherited Protected Properties
Show Inherited Protected Properties
Property
Defined By
$height
: Number
[read-only] Retrieve the low-level bounding box height.
UIButtonBase
$width
: Number
[read-only] Retrieve the low-level bounding box width.
UIButtonBase
$x
: Number
[read-only] Retrieve the low-level bounding box x.
UIButtonBase
$y
: Number
[read-only] Retrieve the low-level bounding box y.
UIButtonBase
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
addBead
(bead:
IBead
):void
Add a bead to the strand.
UIButtonBase
addedToParent
():void
UIButtonBase
getBeadByType
(classOrInterface:Class):
IBead
Find a bead on the strand.
UIButtonBase
removeBead
(value:
IBead
):
IBead
Remove a bead from the strand.
UIButtonBase
Events
Hide Inherited Events
Show Inherited Events
Event
Summary
Defined By
change
Dispatched when the user selects an item.
DropDownList
click
Dispatched when the user clicks on a button.
Button
Fri Apr 18 2014, 11:02 PM -07:00