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.
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
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
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
public function PanelView()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
constructor.
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
The Apache Software Foundation Fri Apr 18 2014, 11:02 PM -07:00