Packagestimulsoft.controls_old.visual.mainMenu
Classpublic class StiMainMenu
InheritanceStiMainMenu Inheritance StiPopupMenu Inheritance mx.containers.Canvas



Public Properties
 PropertyDefined By
 InheriteddefaultRowCount : int
StiPopupMenu
 Inheriteddesigner : StiDesignerFx
StiPopupMenu
 Inheriteddock : String
StiPopupMenu
 InheriteditemRenderer : IFactory
StiPopupMenu
 Inheriteditems : Array = null
StiPopupMenu
 Inheritedlist : StiMenuList = null
StiPopupMenu
 InheritedmaxRowCount : int
StiPopupMenu
 InheritedmenuHeight : int
[read-only]
StiPopupMenu
 InheritedmenuRowHeight : int
StiPopupMenu
 InheritedmenuWidth : int
[read-only]
StiPopupMenu
 Inheritedoffset : Number
StiPopupMenu
 InheritedparentMenu : StiPopupMenu
StiPopupMenu
 InheritedshowCheckBox : Boolean
StiPopupMenu
Protected Properties
 PropertyDefined By
 Inheritedtimer : Timer
StiPopupMenu
Public Methods
 MethodDefined By
  
StiMainMenu
 Inherited
getItem(index:int):Object
StiPopupMenu
 Inherited
hide():void
StiPopupMenu
  
show(button:Button = null):void
[override]
StiMainMenu
 Inherited
update():void
StiPopupMenu
  
StiMainMenu
Protected Methods
 MethodDefined By
  
[override]
StiMainMenu
  
[override]
StiMainMenu
  
onDownOutside(event:FlexMouseEvent):void
[override]
StiMainMenu
  
onExitButtonClick(event:MouseEvent):void
Событие выхода из дизайнера.
StiMainMenu
  
onItemRollOut(e:ListEvent):void
[override]
StiMainMenu
  
onItemRollOver(e:ListEvent):void
[override]
StiMainMenu
 Inherited
onListItemClick(e:ListEvent):void
StiPopupMenu
  
onLogButtonClick(event:MouseEvent):void
Сохранение лога работы дизайнера с сервером
StiMainMenu
  
onMainButtonClick(event:MouseEvent):void
StiMainMenu
  
[override]
StiMainMenu
  
onTimer(e:TimerEvent):void
[override] Появление submenu
StiMainMenu
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiMainMenu
Public Constants
 ConstantDefined By
  ItemAbout : String = About
[static]
StiMainMenu
  ItemCheckForIssues : String = CheckForIssues
[static]
StiMainMenu
  ItemClose : String = Close
[static]
StiMainMenu
  ItemExit : String = Exit
[static]
StiMainMenu
  ItemNew : String = New
[static]
StiMainMenu
  ItemNewPage : String = NewPage
[static]
StiMainMenu
  ItemNewReport : String = NewReport
[static]
StiMainMenu
  ItemNewReportWithLabelWizard : String = NewReportWithLabelWizard
[static]
StiMainMenu
  ItemNewReportWithMasterWizard : String = NewReportWithMasterWizard
[static]
StiMainMenu
  ItemNewReportWithWizard : String = NewReportWithWizard
[static]
StiMainMenu
  ItemOpenReport : String = OpenReport
[static]
StiMainMenu
  ItemPreview : String = Preview
[static]
StiMainMenu
  ItemPreviewAsHTML : String = PreviewAsHTML
[static]
StiMainMenu
  ItemPreviewAsPDF : String = PreviewAsPDF
[static]
StiMainMenu
  ItemPreviewAsXPS : String = PreviewAsXPS
[static]
StiMainMenu
  ItemReportSaveAs : String = ReportSaveAs
[static]
StiMainMenu
  ItemReportSetup : String = ReportSetup
[static]
StiMainMenu
  ItemSaveAs : String = SaveAs
[static]
StiMainMenu
  ItemSaveLog : String = SaveLog
[static]
StiMainMenu
  ItemSaveReport : String = SaveReport
[static]
StiMainMenu
Constructor Detail
StiMainMenu()Constructor
public function StiMainMenu()



Method Detail
commitProperties()method
override protected function commitProperties():void

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

onDownOutside()method 
override protected function onDownOutside(event:FlexMouseEvent):void

Parameters

event:FlexMouseEvent

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

Событие выхода из дизайнера.

Parameters

event:MouseEvent

onItemRollOut()method 
override protected function onItemRollOut(e:ListEvent):void

Parameters

e:ListEvent

onItemRollOver()method 
override protected function onItemRollOver(e:ListEvent):void

Parameters

e:ListEvent

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

Сохранение лога работы дизайнера с сервером

Parameters

event:MouseEvent

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

Parameters

event:MouseEvent

onMenuItemClick()method 
override protected function onMenuItemClick(event:StiMenuItemClickEvent):void

Parameters

event:StiMenuItemClickEvent

onTimer()method 
override protected function onTimer(e:TimerEvent):void

Появление submenu

Parameters

e:TimerEvent

show()method 
override public function show(button:Button = null):void

Parameters

button:Button (default = null)

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number

updateItems()method 
public function updateItems():void

Constant Detail
ItemAboutConstant
public static const ItemAbout:String = About

ItemCheckForIssuesConstant 
public static const ItemCheckForIssues:String = CheckForIssues

ItemCloseConstant 
public static const ItemClose:String = Close

ItemExitConstant 
public static const ItemExit:String = Exit

ItemNewConstant 
public static const ItemNew:String = New

ItemNewPageConstant 
public static const ItemNewPage:String = NewPage

ItemNewReportConstant 
public static const ItemNewReport:String = NewReport

ItemNewReportWithLabelWizardConstant 
public static const ItemNewReportWithLabelWizard:String = NewReportWithLabelWizard

ItemNewReportWithMasterWizardConstant 
public static const ItemNewReportWithMasterWizard:String = NewReportWithMasterWizard

ItemNewReportWithWizardConstant 
public static const ItemNewReportWithWizard:String = NewReportWithWizard

ItemOpenReportConstant 
public static const ItemOpenReport:String = OpenReport

ItemPreviewConstant 
public static const ItemPreview:String = Preview

ItemPreviewAsHTMLConstant 
public static const ItemPreviewAsHTML:String = PreviewAsHTML

ItemPreviewAsPDFConstant 
public static const ItemPreviewAsPDF:String = PreviewAsPDF

ItemPreviewAsXPSConstant 
public static const ItemPreviewAsXPS:String = PreviewAsXPS

ItemReportSaveAsConstant 
public static const ItemReportSaveAs:String = ReportSaveAs

ItemReportSetupConstant 
public static const ItemReportSetup:String = ReportSetup

ItemSaveAsConstant 
public static const ItemSaveAs:String = SaveAs

ItemSaveLogConstant 
public static const ItemSaveLog:String = SaveLog

ItemSaveReportConstant 
public static const ItemSaveReport:String = SaveReport