Packagestimulsoft.viewer.panels
Classpublic class StiMainPanel
InheritanceStiMainPanel Inheritance StiPanel Inheritance mx.containers.HBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  aboutFunction : Function
StiMainPanel
  buttonAbout : StiFlatButton
StiMainPanel
  buttonBookmarks : StiFlatButton
StiMainPanel
  buttonEditor : StiFlatButton
StiMainPanel
  buttonExit : StiFlatButton
StiMainPanel
  buttonFind : StiFlatButton
StiMainPanel
  buttonFullScreen : StiFlatButton
StiMainPanel
  buttonMultiplePages : StiFlatButton
StiMainPanel
  buttonOpen : StiFlatButton
StiMainPanel
  buttonPageDelete : StiFlatButton
StiMainPanel
  buttonPageDesign : StiFlatButton
StiMainPanel
  buttonPageNew : StiFlatButton
StiMainPanel
  buttonPageSize : StiFlatButton
StiMainPanel
  buttonParameters : StiFlatButton
StiMainPanel
  buttonPrint : StiFlatButton
StiMainPanel
  buttonSave : StiFlatButton
StiMainPanel
  buttonSendEMail : StiFlatButton
StiMainPanel
  buttonThumbs : StiFlatButton
StiMainPanel
  buttonZoomOnePage : StiFlatButton
StiMainPanel
  buttonZoomPageWidth : StiFlatButton
StiMainPanel
  buttonZoomTwoPages : StiFlatButton
StiMainPanel
  designReportButton : StiFlatButton
StiMainPanel
  designReportSeparator : StiSeparator
StiMainPanel
  helpResourcesButton : StiFlatButton
StiMainPanel
  separator1 : StiSeparator
StiMainPanel
  separator2 : StiSeparator
StiMainPanel
  separator3 : StiSeparator
StiMainPanel
  separator4 : StiSeparator
StiMainPanel
  separator5 : StiSeparator
StiMainPanel
  viewerControl : StiViewerFx
StiMainPanel
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiPanelTheme
[read-only]
StiPanel
Public Methods
 MethodDefined By
  
Constructor.
StiMainPanel
 Inherited
applyTheme():void
StiPanel
  
StiMainPanel
  
StiMainPanel
Protected Methods
 MethodDefined By
  
onDesignReportButtonClick(event:MouseEvent):void
StiMainPanel
 Inherited
onInitialize(e:FlexEvent):void
StiPanel
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiPanel
Property Detail
aboutFunctionproperty
aboutFunction:Function


Implementation
    public function get aboutFunction():Function
    public function set aboutFunction(value:Function):void
buttonAboutproperty 
public var buttonAbout:StiFlatButton

This property can be used as the source for data binding.

buttonBookmarksproperty 
public var buttonBookmarks:StiFlatButton

This property can be used as the source for data binding.

buttonEditorproperty 
public var buttonEditor:StiFlatButton

This property can be used as the source for data binding.

buttonExitproperty 
public var buttonExit:StiFlatButton

This property can be used as the source for data binding.

buttonFindproperty 
public var buttonFind:StiFlatButton

This property can be used as the source for data binding.

buttonFullScreenproperty 
public var buttonFullScreen:StiFlatButton

This property can be used as the source for data binding.

buttonMultiplePagesproperty 
public var buttonMultiplePages:StiFlatButton

This property can be used as the source for data binding.

buttonOpenproperty 
public var buttonOpen:StiFlatButton

This property can be used as the source for data binding.

buttonPageDeleteproperty 
public var buttonPageDelete:StiFlatButton

This property can be used as the source for data binding.

buttonPageDesignproperty 
public var buttonPageDesign:StiFlatButton

This property can be used as the source for data binding.

buttonPageNewproperty 
public var buttonPageNew:StiFlatButton

This property can be used as the source for data binding.

buttonPageSizeproperty 
public var buttonPageSize:StiFlatButton

This property can be used as the source for data binding.

buttonParametersproperty 
public var buttonParameters:StiFlatButton

This property can be used as the source for data binding.

buttonPrintproperty 
public var buttonPrint:StiFlatButton

This property can be used as the source for data binding.

buttonSaveproperty 
public var buttonSave:StiFlatButton

This property can be used as the source for data binding.

buttonSendEMailproperty 
public var buttonSendEMail:StiFlatButton

This property can be used as the source for data binding.

buttonThumbsproperty 
public var buttonThumbs:StiFlatButton

This property can be used as the source for data binding.

buttonZoomOnePageproperty 
public var buttonZoomOnePage:StiFlatButton

This property can be used as the source for data binding.

buttonZoomPageWidthproperty 
public var buttonZoomPageWidth:StiFlatButton

This property can be used as the source for data binding.

buttonZoomTwoPagesproperty 
public var buttonZoomTwoPages:StiFlatButton

This property can be used as the source for data binding.

designReportButtonproperty 
public var designReportButton:StiFlatButton

This property can be used as the source for data binding.

designReportSeparatorproperty 
public var designReportSeparator:StiSeparator

This property can be used as the source for data binding.

helpResourcesButtonproperty 
public var helpResourcesButton:StiFlatButton

This property can be used as the source for data binding.

separator1property 
public var separator1:StiSeparator

This property can be used as the source for data binding.

separator2property 
public var separator2:StiSeparator

This property can be used as the source for data binding.

separator3property 
public var separator3:StiSeparator

This property can be used as the source for data binding.

separator4property 
public var separator4:StiSeparator

This property can be used as the source for data binding.

separator5property 
public var separator5:StiSeparator

This property can be used as the source for data binding.

viewerControlproperty 
viewerControl:StiViewerFx


Implementation
    public function get viewerControl():StiViewerFx
    public function set viewerControl(value:StiViewerFx):void
Constructor Detail
StiMainPanel()Constructor
public function StiMainPanel()

Constructor.

Method Detail
createExportMenu()method
public function createExportMenu():void

onDesignReportButtonClick()method 
protected function onDesignReportButtonClick(event:MouseEvent):void

Parameters

event:MouseEvent

updateControlsState()method 
public function updateControlsState():void