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
  controlBar : Array
The items in the org.apache.flex.html.ControlBar.
IPanelModel
 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
Property Detail
controlBarproperty
controlBar:Array

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

The items in the org.apache.flex.html.ControlBar. Setting this property automatically causes the ControlBar to display if you are using a View bead that supports it.


Implementation
    public function get controlBar():Array
    public function set controlBar(value:Array):void