Apache Flex 4.13.0 API Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
RadioButton
Properties
|
Methods
|
Events
Package
org.apache.flex.html5
Class
public class RadioButton
Inheritance
RadioButton
RadioButton
UIButtonBase
flash.display.SimpleButton
Public Properties
Hide Inherited Public Properties
Show Inherited Public 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
beads
: Array
The array property that is used to add additional beads to an MXML tag.
UIButtonBase
className
: String
The classname.
UIButtonBase
element
: Object
[read-only] Each IUIBase has an element that is actually added to the platform's display list DOM.
UIButtonBase
explicitHeight
: Number
The explicitly set width (as opposed to measured width or percentage width).
UIButtonBase
explicitWidth
: Number
The explicitly set width (as opposed to measured width or percentage width).
UIButtonBase
groupName
: String
The name of the group.
RadioButton
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
percentHeight
: Number
The requested percentage height this component should have in the parent container.
UIButtonBase
percentWidth
: Number
The requested percentage width this component should have in the parent container.
UIButtonBase
selected
: Boolean
Whether or not the RadioButton instance is selected.
RadioButton
selectedValue
: Object
The group's currently selected value.
RadioButton
text
: String
The string used as a label for the RadioButton.
RadioButton
value
: Object
The value associated with the RadioButton.
RadioButton
view
:
IBeadView
An IBeadView that serves as the view for the component.
UIButtonBase
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
$x
: Number
[read-only] Retrieve the low-level bounding box x.
UIButtonBase
$y
: Number
[read-only] Retrieve the low-level bounding box y.
UIButtonBase
dict
: Dictionary
[static]
RadioButton
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
RadioButton
click
Set a different class for click events so that there aren't dependencies on the flash classes on the JS side.
UIButtonBase
Wed Jul 9 2014, 10:38 PM -07:00