Packageorg.apache.flex.core
Interfacepublic interface ILayoutHost
Implementors ContainerView, MXMLBeadView

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

The ILayoutHost interface is the basic interface for the container views that have an IBeadLayout. The layout implementation often needs to know certain things about other objects in the view.



Public Properties
 PropertyDefined By
  contentView : IParentIUIBase
[read-only] The container that parents all of the content.
ILayoutHost
Property Detail
contentViewproperty
contentView:IParentIUIBase  [read-only]

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

The container that parents all of the content.


Implementation
    public function get contentView():IParentIUIBase