Packageorg.apache.flex.html.beads.layouts
Classpublic class BasicLayout
InheritanceBasicLayout Inheritance Object
Implements IBeadLayout

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

The BasicLayout class is a simple layout bead. It takes the set of children and lays them out as specified by CSS properties like left, right, top and bottom.



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only] The host component for this bead.
BasicLayout
Public Methods
 MethodDefined By
  
Constructor.
BasicLayout
  
layout():Boolean
BasicLayout
Property Detail
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
BasicLayout()Constructor
public function BasicLayout()

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