Packagecom.adobe.portfolio.previews
Classpublic class PreviewMultiPageModel
InheritancePreviewMultiPageModel Inheritance PreviewModel Inheritance flash.events.EventDispatcher
Implements IPreviewMultiPageModel

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The PreviewMultiPageModel class implements the IPreviewMultiPageModel interface and is required for the Preview component.



Public Properties
 PropertyDefined By
 InheritedmimeType : String
PreviewModel
  pageCount : uint
The total page count of the preview (0 if unknown or not applicable)
PreviewMultiPageModel
  pageNumber : uint
The pageNumber of the preview (0 if unknown or not applicable)
PreviewMultiPageModel
 Inheritedsource : Object
The source data of a preview.
PreviewModel
 Inheritedthumbnail : Bitmap
A thumbnail of the associated source object.
PreviewModel
  thumbnails : ArrayList
A list of thumbnails indexed to the page number (zero-based)
PreviewMultiPageModel
Protected Properties
 PropertyDefined By
 InheritedUID : String
[read-only]
PreviewModel
Public Methods
 MethodDefined By
  
Constructor
PreviewMultiPageModel
 Inherited
toString():String
[override]
PreviewModel
Events
 Event Summary Defined By
 InheritedAn event that is dispatched when the source changes.PreviewModel
 InheritedAn event that is dispatched when the thumbnail changes.PreviewModel
Protected Constants
 ConstantDefined By
 Inheritedlogger : ILogger
[static]
PreviewModel
Property Detail
pageCountproperty
pageCount:uint

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The total page count of the preview (0 if unknown or not applicable)

This property can be used as the source for data binding.


Implementation
    public function get pageCount():uint
    public function set pageCount(value:uint):void

See also

pageNumberproperty 
pageNumber:uint

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The pageNumber of the preview (0 if unknown or not applicable)

This property can be used as the source for data binding.


Implementation
    public function get pageNumber():uint
    public function set pageNumber(value:uint):void

See also

thumbnailsproperty 
thumbnails:ArrayList

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

A list of thumbnails indexed to the page number (zero-based)

This property can be used as the source for data binding.


Implementation
    public function get thumbnails():ArrayList
    public function set thumbnails(value:ArrayList):void

See also

Constructor Detail
PreviewMultiPageModel()Constructor
public function PreviewMultiPageModel()

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Constructor