Package | org.apache.flex.html |
Class | public class TextButton |
Inheritance | TextButton ![]() ![]() ![]() |
Subclasses | DateChooserButton, TextButton, TextButton, TextButton |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
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 | |
![]() | height : Number [override]
The width of the component. | UIButtonBase | |
html : String
The html-formatted text to display in the label. | TextButton | ||
![]() | 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 | |
text : String
The text to display in the label. | TextButton | ||
![]() | 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | TextButton | ||
![]() |
Add a bead to the strand. | UIButtonBase | |
![]() | addedToParent():void | UIButtonBase | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | UIButtonBase | |
![]() |
Remove a bead from the strand. | UIButtonBase |
html | property |
html:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The html-formatted text to display in the label.
public function get html():String
public function set html(value:String):void
text | property |
text:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The text to display in the label.
public function get text():String
public function set text(value:String):void
TextButton | () | Constructor |
public function TextButton()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.