Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The FolderBack class extends NavSkinnableComponent and shows the current folder and which can be clicked to go to the parent folder.
It also supports drag and drop.
currentFolderIsRoot:Boolean
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 currentFolderIsRoot():Boolean
public function set currentFolderIsRoot(value:Boolean):void
currentFolderName:String
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 currentFolderName():String
public function set currentFolderName(value:String):void
public function FolderBack()
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Constructor
override protected function keyDownHandler(event:KeyboardEvent):void
Parameters
protected function onBackButtonClick(event:MouseEvent):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Listener that responds to a click event on the back button.
Parameters
protected function onDragDrop(event:DragEvent):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Listener that responds to a drop event on the back button.
Parameters
protected function onDragExit(event:DragEvent):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Listener that responds to a drag exit or a mouse out event on the back button
Parameters
protected function onDragOver(event:DragEvent):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Listener that responds to a drag over the back button.
If hovered over the back button, the folder will be changed to its parent during the drag.
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
Listener that responds to events from the Collection Manager.
Parameters
protected function onTimerComplete(event:TimerEvent):void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Listener that responds to the timer complete event of dragTimer
.
At timer complete, the folder is changed to its parent.
Parameters
override protected function partAdded(partName:String, instance:Object):void
Parameters
partName :String
instance :Object
override protected function partRemoved(partName:String, instance:Object):void
Parameters
partName :String
instance :Object
public function upOneFolder():void
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Changes folder to its parent.
protected const collectionManager:CollectionManager
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
The navigator's CollectionManager instance. All host interaction should go through this
instance, rather than the INavigatorHost directly.
public static const DRAG_DROP_ATTACHMENTS:String = attachments
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
Format that defines the set of Acrobat drag and drop attachments.
public static const PART_BACK_BUTTON:String = backButton
Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0
String literals used to represent the skin parts exposed by FolderBack
to its skins.
Copyright Adobe Systems Incorporated, all rights reserved, for internal use only Mon Apr 25 2011, 05:54 PM -07:00