Packageorg.apache.flex.html.beads
Classpublic class ImageButtonView
InheritanceImageButtonView Inheritance BeadViewBase Inheritance Object
Implements IBeadView, IBead

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

The ImageButtonView class provides an image-only view for the standard Button. Unlike the CSSButtonView, this class does not support background and border; only images for the up, over, and active states.



Public Properties
 PropertyDefined By
  strand : IStrand
[override] [write-only] The host component for this bead.
ImageButtonView
 InheritedviewHeight : Number
[read-only] The height of the view.
BeadViewBase
 InheritedviewWidth : Number
[read-only] The width of the view.
BeadViewBase
Protected Properties
 PropertyDefined By
 Inherited_strand : IStrand
The strand
BeadViewBase
Public Methods
 MethodDefined By
  
Constructor.
ImageButtonView
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
ImageButtonView()Constructor
public function ImageButtonView()

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

Constructor.