Packageorg.apache.flex.html.beads
Classpublic class PanelView
InheritancePanelView Inheritance ContainerView Inheritance Object
Implements IBeadView

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

The Panel class creates the visual elements of the org.apache.flex.html.Panel component. A Panel has a org.apache.flex.html.TitleBar, content, and an optional org.apache.flex.html.ControlBar.



Public Properties
 PropertyDefined By
 Inheritedborder : Border
[read-only] The border.
ContainerView
 InheritedcontentView : DisplayObjectContainer
[read-only] The parent of the children.
ContainerView
  controlBar : ControlBar
[read-only] The org.apache.flex.html.ControlBar for the Panel; may be null.
PanelView
 InheritedhScrollBar : ScrollBar
[read-only] The horizontal ScrollBar, if it exists.
ContainerView
 InheritedresizableView : DisplayObject
[read-only] The host component, which can resize to different slots.
ContainerView
  strand : IStrand
[override] [write-only] The host component for this bead.
PanelView
  titleBar : TitleBar
[read-only] The org.apache.flex.html.TitleBar component of the org.apache.flex.html.Panel.
PanelView
 InheritedvScrollBar : ScrollBar
[read-only] The vertical ScrollBar, if it exists.
ContainerView
Protected Properties
 PropertyDefined By
 InheritedactualParent : DisplayObjectContainer
The actual parent that parents the children.
ContainerView
Public Methods
 MethodDefined By
  
constructor.
PanelView
Protected Methods
 MethodDefined By
  
[override] Always returns true because Panel's content is separate from its chrome elements such as the title bar and optional control bar.
PanelView
 Inherited
Determines the top and left padding values, if any, as set by padding style values.
ContainerView
Property Detail
controlBarproperty
controlBar:ControlBar  [read-only]

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

The org.apache.flex.html.ControlBar for the Panel; may be null.


Implementation
    public function get controlBar():ControlBar
strandproperty 
strand:IStrand  [write-only] [override]

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
titleBarproperty 
titleBar:TitleBar  [read-only]

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

The org.apache.flex.html.TitleBar component of the org.apache.flex.html.Panel.


Implementation
    public function get titleBar():TitleBar
Constructor Detail
PanelView()Constructor
public function PanelView()

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

constructor.

Method Detail
contentAreaNeeded()method
override protected function contentAreaNeeded():Boolean

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

Always returns true because Panel's content is separate from its chrome elements such as the title bar and optional control bar.

Returns
Boolean