Packageorg.apache.flex.html.beads.layouts
Classpublic class NonVirtualVerticalLayout
InheritanceNonVirtualVerticalLayout Inheritance Object
Implements IBead

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

The NonVirtualVerticalLayout 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 horizontal-align styles.



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

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

Constructor.