Packageorg.apache.flex.html.beads.models
Classpublic class ImageAndTextModel
InheritanceImageAndTextModel Inheritance TextModel 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 ImageAndTextModel class is associates and image with some text.



Public Properties
 PropertyDefined By
 Inheritedhtml : String
The html formatted text displayed in the control.
TextModel
  image : String
The URL of an icon to use in the button
ImageAndTextModel
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
TextModel
 Inheritedtext : String
The text displayed in the control.
TextModel
Public Methods
 MethodDefined By
  
Constructor.
ImageAndTextModel
Property Detail
imageproperty
image:String

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
    public function set image(value:String):void
Constructor Detail
ImageAndTextModel()Constructor
public function ImageAndTextModel()

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

Constructor.