Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The PreviewModel class implements the IPreviewModel interface and is required for the Preview component.
mimeType:String
Implementation public function get mimeType():String
public function set mimeType(value:String):void
source:Object
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The source data of a preview. The data may take a variety of forms, depending on the model type.
This property can be used as the source for data binding.
Implementation public function get source():Object
public function set source(value:Object):void
thumbnail:Bitmap
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A thumbnail of the associated source object.
This property can be used as the source for data binding.
Implementation public function get thumbnail():Bitmap
public function set thumbnail(value:Bitmap):void
UID:String
[read-only]
Implementation protected function get UID():String
public function PreviewModel()
override public function toString():String
ReturnsEvent Object Type: com.adobe.portfolio.events.PreviewEvent
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
An event that is dispatched when the source changes.
See also
com.adobe.portfolio.events.PreviewEvent.SOURCE_CHANGED
Event Object Type: com.adobe.portfolio.events.PreviewEvent
Product Version : | Acrobat ActionScript API 10.0 |
An event that is dispatched when the thumbnail changes.
See also
com.adobe.portfolio.events.PreviewEvent.THUMBNAIL_CHANGED
protected static const logger:ILogger
Mon Apr 25 2011, 05:54 PM -07:00