Packagecom.comtaste.pantaste.components
Classpublic class DashPanelTitleBar
InheritanceDashPanelTitleBar Inheritance mx.containers.HBox
ImplementsIDashPanelElement

The instances of this class are title bars for the DashPanel instance they refer to.

See also

com.comtaste.pantaste.components.DashPanel


Public Properties
 PropertyDefined by
  controls : DashPanelControls
DashPanelControls of this DashPanelTitleBar.
DashPanelTitleBar
  titleField : Label
Label showing the title of the related DashPanel.
DashPanelTitleBar
Public Methods
 MethodDefined by
  
Constructor.
DashPanelTitleBar
Protected Methods
 MethodDefined by
  
DashPanelTitleBar
Property detail
controlsproperty
public var controls:DashPanelControls

DashPanelControls of this DashPanelTitleBar.

See also

titleFieldproperty 
public var titleField:Label

Label showing the title of the related DashPanel.

Constructor detail
DashPanelTitleBar()constructor
public function DashPanelTitleBar(panel:DashPanel)

Constructor.

Parameters
panel:DashPanel — The DashPanel relative to this DashPanelTitleBar

See also

Method detail
createChildren()method
protected override function createChildren():void