Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The Filecount class extends SkinnableComponent and displays the total number of attachments in the current folder, as well
as the index of the attachment that is currently in focus.
colorPalette:ColorPalette
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The color palette being used by this object.
This property can be used as the source for data binding.
Implementation public function get colorPalette():ColorPalette
public function set colorPalette(value:ColorPalette ):void
currentItems:IList
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
This property can be used as the source for data binding.
Implementation public function get currentItems():IList
public function set currentItems(value:IList):void
fileCount:int
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The total number of attachments at the in the collection's current folder.
This property can be used as the source for data binding.
Implementation public function get fileCount():int
public function set fileCount(value:int):void
fileIndex:int
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The index of the current focus attachment in the collection's current folder.
This property can be used as the source for data binding.
Implementation public function get fileIndex():int
public function set fileIndex(value:int):void
protected var fileInfoDirty:Boolean = true
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
A boolean indicating that the cached information concerning the fileCount and fileIndex
needs to be synchronized.
fontSize:int
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Setting the font size on the label
This property can be used as the source for data binding.
Implementation public function get fontSize():int
public function set fontSize(value:int):void
showCurrentIndex:Boolean
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
A boolean indicating whether to display only the number of files, or both the current
index and the number of files.
This property can be used as the source for data binding.
Implementation public function get showCurrentIndex():Boolean
public function set showCurrentIndex(value:Boolean):void
public function Filecount()
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Default constructor for Filecount.
public function addListenAndWatch():void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Function to setup the event listeners required by this component.
override protected function commitProperties():void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Synchronizes the fileCount and fileIndex information, if necessary.
override protected function initializeAccessibility():void
protected function onCollectionEvent(event:CollectionEvent):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
A listener to respond to CollectionEvent
s on the current items.
Parameters
protected function onHostEvent(event:CollectionManagerEvent ):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
A listener to respond to CollectionMangagerEvent
s on the CollectionMgr
.
Parameters
public function removeListenAndWatch():void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Function to cleanup the event listeners required by this component. This should be
called when the component is no longer needed, to prevent memory leaks.
Copyright Adobe Systems Incorporated, all rights reserved, for internal use only Mon Apr 25 2011, 05:54 PM -07:00