Packageorg.apache.flex.html.beads.layouts
Classpublic class FlexibleFirstChildHorizontalLayout
InheritanceFlexibleFirstChildHorizontalLayout Inheritance Object
Implements IBeadLayout

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The FlexibleFirstChildHorizontalLayout class is a simple layout bead. It takes the set of children and lays them out horizontally in one row, separating them according to CSS layout rules for margin and padding styles. But it will size the first child to take up as much or little room as possible.



Public Properties
 PropertyDefined By
  maxHeight : Number
FlexibleFirstChildHorizontalLayout
  maxWidth : Number
FlexibleFirstChildHorizontalLayout
  strand : IStrand
[write-only] The host component for this bead.
FlexibleFirstChildHorizontalLayout
Public Methods
 MethodDefined By
  
Constructor.
FlexibleFirstChildHorizontalLayout
  
layout():Boolean
FlexibleFirstChildHorizontalLayout
Property Detail
maxHeightproperty
maxHeight:Number

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6


Implementation
    public function get maxHeight():Number
    public function set maxHeight(value:Number):void
maxWidthproperty 
maxWidth:Number

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6


Implementation
    public function get maxWidth():Number
    public function set maxWidth(value:Number):void
strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
FlexibleFirstChildHorizontalLayout()Constructor
public function FlexibleFirstChildHorizontalLayout()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.

Method Detail
layout()method
public function layout():Boolean

Returns
Boolean