Packagecom.adobe.portfolio.components.details
Classpublic class DetailsAccImpl
InheritanceDetailsAccImpl Inheritance mx.accessibility.AccImpl

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

The DetailsAccImpl class extends AccImpl to implement accessability functionality for the Details navigator.



Protected Properties
 PropertyDefined By
  eventsToHandle : Array
[override] [read-only]
DetailsAccImpl
Public Methods
 MethodDefined By
  
DetailsAccImpl(master:UIComponent)
Constructor.
DetailsAccImpl
  
accDoDefaultAction(childID:uint):void
[override] Performs default action for the component.
DetailsAccImpl
  
accLocation(childID:uint):*
[override] Returns the location for the component.
DetailsAccImpl
  
accSelect(selFlag:uint, childID:uint):void
[override] Performs actions based on the selection flag for the component.
DetailsAccImpl
  
get_accDefaultAction(childID:uint):String
[override] Returns the default action for the component.
DetailsAccImpl
  
get_accRole(childID:uint):uint
[override] Returns the system role for the component.
DetailsAccImpl
  
get_accState(childID:uint):uint
[override] Returns the state for the component.
DetailsAccImpl
  
get_accValue(childID:uint):String
[override] Returns the value of the component.
DetailsAccImpl
  
[override] Method to return an array of childIDs.
DetailsAccImpl
Protected Methods
 MethodDefined By
  
collectionChanged(evt:CollectionEvent):void
DetailsAccImpl
  
eventHandler(event:Event):void
[override]
DetailsAccImpl
  
getName(childID:uint):String
[override]
DetailsAccImpl
  
headerAddDel(event:RendererExistenceEvent):void
DetailsAccImpl
  
onCardIndexChangeEvent(event:IndexChangeEvent):void
DetailsAccImpl
  
DetailsAccImpl
  
selectionHandler(value:Vector.<int>):void
DetailsAccImpl
Protected Constants
 ConstantDefined By
  collectionMgr : CollectionManager
The navigator's CollectionManager instance.
DetailsAccImpl
Property Detail
eventsToHandleproperty
eventsToHandle:Array  [read-only] [override]


Implementation
    protected function get eventsToHandle():Array
Constructor Detail
DetailsAccImpl()Constructor
public function DetailsAccImpl(master:UIComponent)

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

Constructor.

Parameters
master:UIComponent — The UIComponent instance that this AccImpl instance is making accessible. In this case, the Details navigator.
Method Detail
accDoDefaultAction()method
override public function accDoDefaultAction(childID:uint):void

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

Performs default action for the component.

Parameters

childID:uint — identifies internal part that this method applies to.

accLocation()method 
override public function accLocation(childID:uint):*

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

Returns the location for the component.

Parameters

childID:uint — identifies internal part that this method applies to.

Returns
* — Location for the component.
accSelect()method 
override public function accSelect(selFlag:uint, childID:uint):void

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

Performs actions based on the selection flag for the component.

Parameters

selFlag:uint — set of flags identifying action to respond to.
 
childID:uint — identifies internal part that this method applies to.

collectionChanged()method 
protected function collectionChanged(evt:CollectionEvent):void

Parameters

evt:CollectionEvent

eventHandler()method 
override protected function eventHandler(event:Event):void

Parameters

event:Event

get_accDefaultAction()method 
override public function get_accDefaultAction(childID:uint):String

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

Returns the default action for the component.

Parameters

childID:uint — identifies internal part that this method applies to.

Returns
String — Default action.
get_accRole()method 
override public function get_accRole(childID:uint):uint

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

Returns the system role for the component.

Parameters

childID:uint — identifies internal part that this method applies to.

Returns
uint — Role associated with the component.
get_accState()method 
override public function get_accState(childID:uint):uint

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

Returns the state for the component.

Parameters

childID:uint — identifies internal part that this method applies to.

Returns
uint — State for the component.
get_accValue()method 
override public function get_accValue(childID:uint):String

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

Returns the value of the component.

Parameters

childID:uint — identifies internal part that this method applies to.

Returns
String — Value of the component.
getChildIDArray()method 
override public function getChildIDArray():Array

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

Method to return an array of childIDs. The array consists of first the headers and then all of the cells of the table.

Returns
Array — Array.
getName()method 
override protected function getName(childID:uint):String

Parameters

childID:uint

Returns
String
headerAddDel()method 
protected function headerAddDel(event:RendererExistenceEvent):void

Parameters

event:RendererExistenceEvent

onCardIndexChangeEvent()method 
protected function onCardIndexChangeEvent(event:IndexChangeEvent):void

Parameters

event:IndexChangeEvent

onNavHostEvent()method 
protected function onNavHostEvent(event:CollectionManagerEvent):void

Parameters

event:CollectionManagerEvent

selectionHandler()method 
protected function selectionHandler(value:Vector.<int>):void

Parameters

value:Vector.<int>

Constant Detail
collectionMgrConstant
protected const collectionMgr: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.