Packagecom.adobe.portfolio.components.details
Classpublic class DetailsHeaderLayout
InheritanceDetailsHeaderLayout Inheritance spark.layouts.HorizontalLayout

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.



Public Properties
 PropertyDefined By
  details : Details
The main Details class.
DetailsHeaderLayout
Public Methods
 MethodDefined By
  
Constructor.
DetailsHeaderLayout
  
getElementBounds(elemIndex:int):Rectangle
[override] Returns the specified element's layout bounds.
DetailsHeaderLayout
  
measure():void
[override] Override measure and adjust the targets measured width to match the total widths of the detail fields.
DetailsHeaderLayout
  
updateDisplayList(width:Number, height:Number):void
[override] Update the display list
DetailsHeaderLayout
Protected Methods
 MethodDefined By
  
DetailsHeaderLayout
Property Detail
detailsproperty
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
Constructor Detail
DetailsHeaderLayout()Constructor
public function DetailsHeaderLayout()

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

Constructor.

Method Detail
detailsHorizontalScrollPositionChanged()method
protected function detailsHorizontalScrollPositionChanged(value:Number):void

Parameters

value:Number

getElementBounds()method 
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.
measure()method 
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

updateDisplayList()method 
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.