Packageorg.apache.flex.html.beads
Classpublic class TextButtonView
InheritanceTextButtonView Inheritance BeadViewBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBeadView

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The TextButtonView class is the default view for the org.apache.flex.html.TextButton class.



Public Properties
 PropertyDefined By
  downTextField : CSSTextField
The CSSTextField in the down state
TextButtonView
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
  html : String
TextButtonView
  overTextField : CSSTextField
The CSSTextField in the over state
TextButtonView
  strand : IStrand
[override] [write-only] The host component for this bead.
TextButtonView
 Inherited_strand : IStrand
The strand.
BeadViewBase
  text : String
TextButtonView
  upTextField : CSSTextField
The CSSTextField in the up state
TextButtonView
Public Methods
 MethodDefined By
  
Constructor.
TextButtonView
Property Detail
downTextFieldproperty
public var downTextField:CSSTextField

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The CSSTextField in the down state

htmlproperty 
html:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6


Implementation
    public function get html():String
    public function set html(value:String):void
overTextFieldproperty 
public var overTextField:CSSTextField

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The CSSTextField in the over state

strandproperty 
strand:IStrand  [write-only] [override]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
textproperty 
text:String

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6


Implementation
    public function get text():String
    public function set text(value:String):void
upTextFieldproperty 
public var upTextField:CSSTextField

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The CSSTextField in the up state

Constructor Detail
TextButtonView()Constructor
public function TextButtonView()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.