Packagecom.adobe.portfolio.components.details
Classpublic class DetailsCardLayout
InheritanceDetailsCardLayout Inheritance spark.layouts.HorizontalLayout

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

The DetailsCardLayout class extends HorizontalLayout to implement the layout of a DetailsCard in the Details navigator.



Public Properties
 PropertyDefined By
  details : Details
The main Details class.
DetailsCardLayout
Public Methods
 MethodDefined By
  
Constructor.
DetailsCardLayout
  
measure():void
[override] Override measure and adjust the targets measured width to match the total widths of the detail fields.
DetailsCardLayout
  
updateDisplayList(width:Number, height:Number):void
[override] Update the display list
DetailsCardLayout
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
DetailsCardLayout()Constructor
public function DetailsCardLayout()

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

Constructor.

Method Detail
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.