Packageorg.apache.flex.html.beads
Classpublic class CSSButtonView
InheritanceCSSButtonView Inheritance Object
Implements IBeadView

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

The CSSButtonView class is the default view for the org.apache.flex.html.Button class. It allows the look of the button to be expressed in CSS via the background-image style. This view does not display text. Use CSSTextButtonView and TextButton instead.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
CSSButtonView
Public Methods
 MethodDefined By
  
Constructor.
CSSButtonView
Property Detail
strandproperty
strand:IStrand  [write-only]

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
CSSButtonView()Constructor
public function CSSButtonView()

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

Constructor.