Packagecom.adobe.portfolio.skins
Classpublic class NavPreviewSkin
InheritanceNavPreviewSkin Inheritance spark.skins.SparkSkin
Implements INavPreviewSkin, mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  breadcrumbAndFileCount : HGroup
NavPreviewSkin
  cardButtons : Group
NavPreviewSkin
  cardShield : Group
Card shield
NavPreviewSkin
  closeButton : Button
NavPreviewSkin
  dataGroup : DataGroup
The container for the data items.
NavPreviewSkin
  easeOut : Power
NavPreviewSkin
  fadeDuration : Number
NavPreviewSkin
  fileNameLabel : Label
NavPreviewSkin
  folderGlow : GlowFilter
NavPreviewSkin
  folderShield : Group
Folder shield
NavPreviewSkin
  fromCardPreview : Parallel
NavPreviewSkin
  fromFolderPreview : Parallel
NavPreviewSkin
  hostComponent : NavPreview
NavPreviewSkin
  isEffectPlaying : Boolean
[read-only]
NavPreviewSkin
  marqueeSelection : MarqueeSelection
NavPreviewSkin
  nextButton : FileNavigationButton
NavPreviewSkin
  nextCardPreview : Parallel
NavPreviewSkin
  nextCardPreviewEffect : Effect
[read-only]
NavPreviewSkin
  openFileButton : IconButton
NavPreviewSkin
  prevButton : FileNavigationButton
NavPreviewSkin
  prevCardPreview : Parallel
NavPreviewSkin
  prevCardPreviewEffect : Effect
[read-only]
NavPreviewSkin
  previewCard : PreviewCard
Card preview
NavPreviewSkin
  previewFolder : Group
Folder preview
NavPreviewSkin
  previewFolderCard : FolderCard
Folder preview
NavPreviewSkin
  previewHUD : PreviewHUD
NavPreviewSkin
  scrollerPreviewFolder : NavScroller
The Scroller component to add scroll bars to the list.
NavPreviewSkin
  tempPreviewCard : PreviewCard
NavPreviewSkin
  tempPreviewFolderCard : FolderCard
NavPreviewSkin
  tileLayout : BasicTileLayout
NavPreviewSkin
  toCardPreview : Parallel
NavPreviewSkin
  toFolderPreview : Parallel
NavPreviewSkin
Public Methods
 MethodDefined By
  
Constructor.
NavPreviewSkin
Property Detail
breadcrumbAndFileCountproperty
public var breadcrumbAndFileCount:HGroup

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

cardButtonsproperty 
public var cardButtons:Group

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

cardShieldproperty 
public var cardShield:Group

Card shield

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

closeButtonproperty 
public var closeButton:Button

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

dataGroupproperty 
public var dataGroup:DataGroup

The container for the data items.

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

easeOutproperty 
public var easeOut:Power

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

fadeDurationproperty 
public var fadeDuration:Number

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

fileNameLabelproperty 
public var fileNameLabel:Label

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

folderGlowproperty 
public var folderGlow:GlowFilter

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

folderShieldproperty 
public var folderShield:Group

Folder shield

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

fromCardPreviewproperty 
public var fromCardPreview:Parallel

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

fromFolderPreviewproperty 
public var fromFolderPreview:Parallel

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

hostComponentproperty 
public var hostComponent:NavPreview

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

isEffectPlayingproperty 
isEffectPlaying:Boolean  [read-only]


Implementation
    public function get isEffectPlaying():Boolean
marqueeSelectionproperty 
public var marqueeSelection:MarqueeSelection

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

nextButtonproperty 
public var nextButton:FileNavigationButton

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

nextCardPreviewproperty 
public var nextCardPreview:Parallel

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

nextCardPreviewEffectproperty 
nextCardPreviewEffect:Effect  [read-only]


Implementation
    public function get nextCardPreviewEffect():Effect
openFileButtonproperty 
public var openFileButton:IconButton

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

prevButtonproperty 
public var prevButton:FileNavigationButton

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

prevCardPreviewproperty 
public var prevCardPreview:Parallel

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

prevCardPreviewEffectproperty 
prevCardPreviewEffect:Effect  [read-only]


Implementation
    public function get prevCardPreviewEffect():Effect
previewCardproperty 
public var previewCard:PreviewCard

Card preview

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

previewFolderproperty 
public var previewFolder:Group

Folder preview

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

previewFolderCardproperty 
public var previewFolderCard:FolderCard

Folder preview

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

previewHUDproperty 
public var previewHUD:PreviewHUD

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

scrollerPreviewFolderproperty 
public var scrollerPreviewFolder:NavScroller

The Scroller component to add scroll bars to the list.

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

tempPreviewCardproperty 
public var tempPreviewCard:PreviewCard

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

tempPreviewFolderCardproperty 
public var tempPreviewFolderCard:FolderCard

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

tileLayoutproperty 
public var tileLayout:BasicTileLayout

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

toCardPreviewproperty 
public var toCardPreview:Parallel

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

toFolderPreviewproperty 
public var toFolderPreview:Parallel

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

Constructor Detail
NavPreviewSkin()Constructor
public function NavPreviewSkin()

Constructor.