Packageorg.apache.flex.html.beads.models
Classpublic class PanelModel
InheritancePanelModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBead, IPanelModel

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

The PanelModel bead class holds the values for a org.apache.flex.html.Panel, such as its title.



Public Properties
 PropertyDefined By
  controlBar : Array
The items in the org.apache.flex.html.ControlBar.
PanelModel
  htmlTitle : String
The HTML string for the title. The title of the TitleBar as HTML.
PanelModel
  showCloseButton : Boolean
Indicates whether or not there is a Close button for the org.apache.flex.html.Panel. true if a close button should also be in the title bar.
PanelModel
  strand : IStrand
[write-only] The host component for this bead.
PanelModel
  title : String
The title string for the org.apache.flex.html.Panel. The title of the TitleBar.
PanelModel
Public Methods
 MethodDefined By
  
constructor.
PanelModel
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
htmlTitleproperty 
htmlTitle:String

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

The HTML string for the title.

The title of the TitleBar as HTML.


Implementation
    public function get htmlTitle():String
    public function set htmlTitle(value:String):void
showCloseButtonproperty 
showCloseButton:Boolean

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

Indicates whether or not there is a Close button for the org.apache.flex.html.Panel.

true if a close button should also be in the title bar.


Implementation
    public function get showCloseButton():Boolean
    public function set showCloseButton(value:Boolean):void
strandproperty 
strand:IStrand  [write-only]

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

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
titleproperty 
title:String

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

The title string for the org.apache.flex.html.Panel.

The title of the TitleBar.


Implementation
    public function get title():String
    public function set title(value:String):void
Constructor Detail
PanelModel()Constructor
public function PanelModel()

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

constructor.