Packageorg.apache.flex.html.beads.models
Classpublic class ImageModel
InheritanceImageModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IImageModel

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

The ImageModel class bead defines the data associated with an org.apache.flex.html.Image component, namely the source of the image.



Public Properties
 PropertyDefined By
  source : String
The source of the image. The source URL for the image.
ImageModel
  strand : IStrand
[write-only] The host component for this bead.
ImageModel
Public Methods
 MethodDefined By
  
constructor.
ImageModel
Property Detail
sourceproperty
source:String

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

The source of the image.

The source URL for the image. Embedding images is not recommended for FlexJS as there is no embedding support in the browsers.


Implementation
    public function get source():String
    public function set source(value:String):void
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
ImageModel()Constructor
public function ImageModel()

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

constructor.