ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.guides.spark.headers.components 

IHeaderComponent  - AS3 ADEP Guides

Packagecom.adobe.guides.spark.headers.components
Interfacepublic interface IHeaderComponent extends IGuideSkinPart
Implementors StandardHeader

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

The interface implemented by the guide header skin part.



Public Properties
 PropertyDefined By
  currentPanel : Panel
[read-only] Current panel being displayed to the user.
IHeaderComponent
  panelManager : PanelManager
[read-only] The guide panel manager.
IHeaderComponent
  pdfActive : Boolean
PDF document view active.
IHeaderComponent
  performanceLog : Boolean
Enable the performance log.
IHeaderComponent
  showHeaderSection : Boolean
Show the header.
IHeaderComponent
  showTitleBar : Boolean
Show the title bar.
IHeaderComponent
  showToolBar : Boolean
Show the tool bar.
IHeaderComponent
 InheritedwrapperHost : IWrapperHost
get of set the wrapper host component.
IGuideSkinPart
Property Detail

currentPanel

property
currentPanel:Panel  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

Current panel being displayed to the user.



Implementation
    public function get currentPanel():Panel

panelManager

property 
panelManager:PanelManager  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

The guide panel manager.



Implementation
    public function get panelManager():PanelManager

pdfActive

property 
pdfActive:Boolean

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

PDF document view active.



Implementation
    public function get pdfActive():Boolean
    public function set pdfActive(value:Boolean):void

performanceLog

property 
performanceLog:Boolean

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

Enable the performance log.



Implementation
    public function get performanceLog():Boolean
    public function set performanceLog(value:Boolean):void

showHeaderSection

property 
showHeaderSection:Boolean

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

Show the header.



Implementation
    public function get showHeaderSection():Boolean
    public function set showHeaderSection(value:Boolean):void

showTitleBar

property 
showTitleBar:Boolean

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

Show the title bar.



Implementation
    public function get showTitleBar():Boolean
    public function set showTitleBar(value:Boolean):void

showToolBar

property 
showToolBar:Boolean

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Guides 10
Runtime Versions: AIR 1.0, Flash Player 10.2

Show the tool bar.



Implementation
    public function get showToolBar():Boolean
    public function set showToolBar(value:Boolean):void