Packageorg.apache.flex.html.beads.layouts
Classpublic class OneFlexibleChildVerticalLayout
InheritanceOneFlexibleChildVerticalLayout Inheritance Object
Implements IBeadLayout, IDocument

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

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



Public Properties
 PropertyDefined By
  flexibleChild : String
The id of the flexible child
OneFlexibleChildVerticalLayout
  maxHeight : Number
OneFlexibleChildVerticalLayout
  maxWidth : Number
OneFlexibleChildVerticalLayout
  strand : IStrand
[write-only] The host component for this bead.
OneFlexibleChildVerticalLayout
Public Methods
 MethodDefined By
  
Constructor.
OneFlexibleChildVerticalLayout
  
layout():Boolean
OneFlexibleChildVerticalLayout
  
setDocument(document:Object, id:String = null):void
OneFlexibleChildVerticalLayout
Property Detail
flexibleChildproperty
public var flexibleChild:String

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

The id of the flexible child

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
OneFlexibleChildVerticalLayout()Constructor
public function OneFlexibleChildVerticalLayout()

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
setDocument()method 
public function setDocument(document:Object, id:String = null):void

Parameters

document:Object
 
id:String (default = null)