Packageflexlib.containers.utilityClasses
Classpublic class FlowLayout
InheritanceFlowLayout Inheritance mx.containers.utilityClasses.BoxLayout

A FlowLayout implementation. When the width of the children exceeds the width of the container, the next child is placed on a new row.



Public Methods
 MethodDefined by
  
Constructor
FlowLayout
  
measure():void
Measure the contents of the container and report back to the layout manager.
FlowLayout
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Layout the contents of the target using a flow layout
FlowLayout
Constructor detail
FlowLayout()constructor
public function FlowLayout()

Constructor

Method detail
measure()method
public override function measure():void

Measure the contents of the container and report back to the layout manager.

updateDisplayList()method 
public override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Layout the contents of the target using a flow layout

Parameters
unscaledWidth:Number
 
unscaledHeight:Number