Packageorg.apache.flex.html.beads
Classpublic class ImageAndTextButtonView
InheritanceImageAndTextButtonView Inheritance BeadViewBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
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
  downTextField : CSSTextField
The CSSTextField in the down state
ImageAndTextButtonView
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
  html : String
ImageAndTextButtonView
  image : String
[read-only] The URL of an icon to use in the button
ImageAndTextButtonView
  overTextField : CSSTextField
The CSSTextField in the over state
ImageAndTextButtonView
  strand : IStrand
[override] [write-only] The host component for this bead.
ImageAndTextButtonView
 Inherited_strand : IStrand
The strand.
BeadViewBase
  text : String
ImageAndTextButtonView
  upTextField : CSSTextField
The CSSTextField in the up state
ImageAndTextButtonView
Public Methods
 MethodDefined By
  
Constructor.
ImageAndTextButtonView
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
imageproperty 
image:String  [read-only]

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

The URL of an icon to use in the button


Implementation
    public function get image():String
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
ImageAndTextButtonView()Constructor
public function ImageAndTextButtonView()

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

Constructor.