Packageorg.apache.flex.html.beads
Classpublic class CSSTextToggleButtonView
InheritanceCSSTextToggleButtonView Inheritance CSSTextButtonView Inheritance BeadViewBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher

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

The CSSTextToggleButtonView class is the default view for the org.apache.flex.html.TextToggleButton class. It allows the look of the button to be expressed in CSS via the background-image style and displays a text label. This view does not support right-to-left text.



Public Properties
 PropertyDefined By
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
 Inheritedhtml : String
The html-formatted text to be displayed in the button
CSSTextButtonView
  strand : IStrand
[override] [write-only] The host component for this bead.
CSSTextToggleButtonView
 Inherited_strand : IStrand
The strand.
BeadViewBase
 Inheritedtext : String
The text to be displayed in the button
CSSTextButtonView
Public Methods
 MethodDefined By
  
Constructor.
CSSTextToggleButtonView
Protected Methods
 MethodDefined By
 Inherited
setupSkins():void
CSSTextButtonView
Public Constants
 ConstantDefined By
  SELECTED : String = _Selected
[static] The suffix appended to the className when selected.
CSSTextToggleButtonView
Property Detail
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
Constructor Detail
CSSTextToggleButtonView()Constructor
public function CSSTextToggleButtonView()

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

Constructor.

Constant Detail
SELECTEDConstant
public static const SELECTED:String = _Selected

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

The suffix appended to the className when selected.