Package | com.adobe.guides.spark.headers.components |
Interface | public 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 |
Public Properties
Property | Defined 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 | ||
wrapperHost : 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
Thu Dec 6 2018, 01:12 PM -08:00