Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The IPreviewModel interface extends IEventDispatcher and defines the
base functionality of the model used by the Preview component.
mimeType:String
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The mimeType of the source data.
Implementation public function get mimeType():String
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
Event 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
Mon Apr 25 2011, 05:54 PM -07:00