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.
eventsToHandle:Array
[read-only] [override]
Implementation protected function get eventsToHandle():Array
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.
|
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.
|
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.
|
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.
|
protected function collectionChanged(evt:CollectionEvent):void
Parameters
override protected function eventHandler(event:Event):void
Parameters
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.
|
Returnsoverride 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.
|
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.
|
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.
|
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.
Returnsoverride protected function getName(childID:uint):String
Parameters
Returns protected function headerAddDel(event:RendererExistenceEvent):void
Parameters
| event:RendererExistenceEvent |
protected function onCardIndexChangeEvent(event:IndexChangeEvent):void
Parameters
protected function onNavHostEvent(event:CollectionManagerEvent):void
Parameters
protected function selectionHandler(value:Vector.<int>):void
Parameters
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.
Mon Apr 25 2011, 05:54 PM -07:00