| Package | com.yahoo.astra.layout | 
| Interface | public interface ILayoutContainer extends flash.events.IEventDispatcher | 
| Implementors | LayoutContainer | 
Implementations must be a subclass of DisplayObjectContainer.
See also
| Property | Defined by | ||
|---|---|---|---|
| contentHeight : Number [read-only]
   The height of the content displayed by the layout container. | ILayoutContainer | ||
| contentWidth : Number [read-only]
   The width of the content displayed by the layout container. | ILayoutContainer | ||
| layoutMode : ILayoutMode 
   The layout algorithm used to display children of the layout container. | ILayoutContainer | ||
| Method | Defined by | ||
|---|---|---|---|
| 
invalidateLayout():void 
   Informs the layout container that it should update the layout of its
   children. | ILayoutContainer | ||
| 
validateLayout():void 
   Immediately updates the layout of the container's children. | ILayoutContainer | ||
| contentHeight | property | 
contentHeight:Number  [read-only]The height of the content displayed by the layout container.
Implementation    public function get contentHeight():Number
| contentWidth | property | 
contentWidth:Number  [read-only]The width of the content displayed by the layout container.
Implementation    public function get contentWidth():Number
| layoutMode | property | 
layoutMode:ILayoutMode  [read-write]The layout algorithm used to display children of the layout container.
Implementation    public function get layoutMode():ILayoutMode
    public function set layoutMode(value:ILayoutMode):void
See also
| invalidateLayout | () | method | 
public function invalidateLayout():voidInforms the layout container that it should update the layout of its children.
| validateLayout | () | method | 
public function validateLayout():voidImmediately updates the layout of the container's children.