Packageorg.apache.flex.core
Interfacepublic interface IPanelModel extends IBeadModel, ITitleBarModel, IBead, IEventDispatcher, flash.events.IEventDispatcher
Implementors PanelModel

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

The IPanelModel interface describes the minimum set of properties available to a Panel control. More sophisticated Panel controls could have models that extend IPanelModel.



Public Properties
 PropertyDefined By
 InheritedhtmlTitle : String
The title of the TitleBar as HTML.
ITitleBarModel
 InheritedshowCloseButton : Boolean
true if a close button should also be in the title bar.
ITitleBarModel
 Inheritedtitle : String
The title of the TitleBar.
ITitleBarModel