Packagestimulsoft.report.design.check
Classpublic class StiCheckViewerForm
InheritanceStiCheckViewerForm Inheritance StiWindowForm Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 InheritedallowDrag : Boolean
StiWindowForm
 InheritedallowResize : Boolean
StiWindowForm
 InheritedbottomForm : int
StiWindowForm
 InheritedbottomLine : Number
StiWindowForm
  buttonCheckTheReport : StiFlatButton
StiCheckViewerForm
  buttonClose : StiFlatButton
StiCheckViewerForm
  buttonOpen : StiFlatButton
StiCheckViewerForm
  buttonSave : StiFlatButton
StiCheckViewerForm
  buttonSettings : StiFlatButton
StiCheckViewerForm
 InheritedcancelButton : StiButton
StiWindowForm
  checkStatus : StiCheckStatusControl
StiCheckViewerForm
 InheriteddialogResult : String
StiWindowForm
 InheriteddisplayContentOnly : Boolean
StiWindowForm
 Inheritedheight : Number
[override] [write-only]
StiWindowForm
 InheritedhelpUrl : String
StiWindowForm
 InheritedleftForm : int
StiWindowForm
 InheritedmaxHeight : Number
[override]
StiWindowForm
 InheritedmaximumSize : StiSize
StiWindowForm
 InheritedmaxWidth : Number
[override]
StiWindowForm
 InheritedminHeight : Number
[override]
StiWindowForm
 InheritedminimumSize : StiSize
StiWindowForm
 InheritedminWidth : Number
[override]
StiWindowForm
 InheritednoButton : StiButton
StiWindowForm
 InheritedokButton : StiButton
StiWindowForm
  panel : StiPanel
StiCheckViewerForm
 InheritedpreventNegativeCoordinates : Boolean
StiWindowForm
  report : StiReport
[read-only]
StiCheckViewerForm
 Inheritedresult : *
StiWindowForm
 InheritedretryButton : StiButton
StiWindowForm
 InheritedrightForm : int
StiWindowForm
  separator1 : StiSeparator
StiCheckViewerForm
  separator2 : StiSeparator
StiCheckViewerForm
  separator3 : StiSeparator
StiCheckViewerForm
 Inheritedtitle : String
StiWindowForm
 InheritedtopForm : int
StiWindowForm
 InheritedviewMetrics : EdgeMetrics
[override] [read-only]
StiWindowForm
 Inheritedwidth : Number
[override] [write-only]
StiWindowForm
 Inheritedx : Number
[override] [write-only]
StiWindowForm
 Inheritedy : Number
[override] [write-only]
StiWindowForm
 InheritedyesButton : StiButton
StiWindowForm
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiFormTheme
[read-only]
StiWindowForm
 InheritedtitleBar : Canvas = null
StiWindowForm
 InheritedtitleButtonClose : StiCloseButton = null
StiWindowForm
 InheritedtitleButtonHelp : StiHelpButton = null
StiWindowForm
 InheritedtitleLabel : Label = null
StiWindowForm
Public Methods
 MethodDefined By
  
Constructor.
StiCheckViewerForm
 Inherited
applyTheme():void
StiWindowForm
 Inherited
centerForm():void
StiWindowForm
 Inherited
close():void
StiWindowForm
  
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void
[override]
StiCheckViewerForm
Protected Methods
 MethodDefined By
 Inherited
[override]
StiWindowForm
 Inherited
StiWindowForm
 Inherited
StiWindowForm
 Inherited
isMouseOnBottom(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnForm(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnLeft(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnRight(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnTop(e:MouseEvent):Boolean
StiWindowForm
  
onButtonSettingsClick(event:MouseEvent):void
StiCheckViewerForm
 Inherited
onCancelButtonClickHandler(e:MouseEvent):void
StiWindowForm
  
onCreationComplete(event:FlexEvent):void
StiCheckViewerForm
  
onInitialize(event:FlexEvent):void
StiCheckViewerForm
 Inherited
onNoButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
onOkButtonClickHandler(event:MouseEvent):void
StiWindowForm
 Inherited
onRetryButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseMove(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseMoveResize(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseUp(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseUpResize(e:MouseEvent):void
StiWindowForm
 Inherited
onTitleBarMouseDown(e:MouseEvent):void
StiWindowForm
 Inherited
onTitleHelpButtonClick(e:MouseEvent):void
StiWindowForm
 Inherited
onYesButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiWindowForm
Events
 Event Summary Defined By
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
Property Detail
buttonCheckTheReportproperty
public var buttonCheckTheReport:StiFlatButton

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

buttonCloseproperty 
public var buttonClose: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.

buttonSaveproperty 
public var buttonSave:StiFlatButton

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

buttonSettingsproperty 
public var buttonSettings:StiFlatButton

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

checkStatusproperty 
public var checkStatus:StiCheckStatusControl

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

panelproperty 
public var panel:StiPanel

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

reportproperty 
report:StiReport  [read-only]


Implementation
    public function get report():StiReport
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.

Constructor Detail
StiCheckViewerForm()Constructor
public function StiCheckViewerForm()

Constructor.

Method Detail
onButtonSettingsClick()method
protected function onButtonSettingsClick(event:MouseEvent):void

Parameters

event:MouseEvent

onCreationComplete()method 
protected function onCreationComplete(event:FlexEvent):void

Parameters

event:FlexEvent

onInitialize()method 
protected function onInitialize(event:FlexEvent):void

Parameters

event:FlexEvent

show()method 
override public function show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void

Parameters

resultHandler:Function (default = null)
 
modal:Boolean (default = false)
 
center:Boolean (default = true)
 
keyEvent:Boolean (default = true)