Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The DetailsHeaderLayout class extends HorizontalLayout to implement the layout of the header row in the Details navigator.
details:Details
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
The main Details class.
Implementation public function get details():Details
public function set details(value:Details):void
public function DetailsHeaderLayout()
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Constructor.
protected function detailsHorizontalScrollPositionChanged(value:Number):void
Parameters
override public function getElementBounds(elemIndex:int):Rectangle
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Returns the specified element's layout bounds.
Parameters
| elemIndex:int — Index of the layout element.
|
Returns | Rectangle — The specified element's layout bounds.
|
override public function measure():void
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Override measure and adjust the targets measured width to match the total widths of the detail fields.
See also
override public function updateDisplayList(width:Number, height:Number):void
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Update the display list
Parameters
| width:Number — The new width of the target, in pixels, in the targets's coordinates.
|
|
| height:Number — The new height of the target, in pixels, in the targets's coordinates.
|
Mon Apr 25 2011, 05:54 PM -07:00