Package | org.apache.flex.createjs |
Class | public class TextButton |
Inheritance | TextButton ![]() ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
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 : IFlexJSElement [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 | |
fill : IFill
A solid color fill. | TextButton | ||
fontName : String
The font to use for the button's label. | TextButton | ||
![]() | 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 : Object
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 | |
![]() | style : Object
The object that contains
"styles" and other associated
name-value pairs. | UIButtonBase | |
![]() | styleString : String [write-only]
The styles for this object formatted
as an HTML style attribute. | UIButtonBase | |
text : String
The button's label. | TextButton | ||
textColor : IFill
The color of the text. | TextButton | ||
![]() | topMostEventDispatcher : IEventDispatcher [read-only]
The top most event dispatcher. | UIButtonBase | |
![]() | typeNames : String
A list of type names. | UIButtonBase | |
![]() | view : IBeadView
An IBeadView that serves as the view for the component. | UIButtonBase | |
![]() | width : Number [override]
The width of the component. | UIButtonBase |
Method | Defined By | ||
---|---|---|---|
TextButton | |||
![]() |
Add a bead to the strand. | UIButtonBase | |
![]() | addedToParent():void | UIButtonBase | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | UIButtonBase | |
![]() | isHeightSizedToContent():Boolean | UIButtonBase | |
![]() | isWidthSizedToContent():Boolean | UIButtonBase | |
![]() |
Remove a bead from the strand. | UIButtonBase | |
![]() | setHeight(value:Number, noEvent:Boolean = false):void | UIButtonBase | |
![]() | setWidth(value:Number, noEvent:Boolean = false):void | UIButtonBase | |
![]() | setWidthAndHeight(newWidth:Number, newHeight:Number, noEvent:Boolean = false):void | UIButtonBase | |
![]() | setX(value:Number):void | UIButtonBase | |
![]() | setY(value:Number):void | UIButtonBase |
fill | property |
fill:IFill
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
A solid color fill.
public function get fill():IFill
public function set fill(value:IFill):void
fontName | property |
fontName:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The font to use for the button's label.
public function get fontName():String
public function set fontName(value:String):void
text | property |
text:String
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The button's label.
public function get text():String
public function set text(value:String):void
textColor | property |
textColor:IFill
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The color of the text.
public function get textColor():IFill
public function set textColor(value:IFill):void
TextButton | () | Constructor |
public function TextButton()