Packagestimulsoft.controls.visual.forms
Classpublic class StiReportSetupForm
InheritanceStiReportSetupForm 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
  buttonCancel : StiButton
StiReportSetupForm
  buttonOK : StiButton
StiReportSetupForm
 InheritedcancelButton : StiButton
StiWindowForm
  cbCacheAllData : StiCheckBox
StiReportSetupForm
  cbConvertNulls : StiCheckBox
StiReportSetupForm
  cbNumberOfPass : StiComboBox
StiReportSetupForm
  cbReportCacheMode : StiComboBox
StiReportSetupForm
 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
 InheritedpreventNegativeCoordinates : Boolean
StiWindowForm
  rbSharp : StiRadioButton
StiReportSetupForm
  rbUnitCent : StiRadioButton
StiReportSetupForm
  rbUnitHInch : StiRadioButton
StiReportSetupForm
  rbUnitInch : StiRadioButton
StiReportSetupForm
  rbUnitMilli : StiRadioButton
StiReportSetupForm
  rbVb : StiRadioButton
StiReportSetupForm
  report : StiReport
StiReportSetupForm
 Inheritedresult : *
StiWindowForm
 InheritedretryButton : StiButton
StiWindowForm
 InheritedrightForm : int
StiWindowForm
  tabNavigator : StiVerticalTabNavigator
StiReportSetupForm
  tabNavigatorControl : StiVerticalTabControl
StiReportSetupForm
  taDescription : StiTextArea
StiReportSetupForm
  tiAlias : StiTextInput
StiReportSetupForm
  tiAuthor : StiTextInput
StiReportSetupForm
  tiChanged : StiTextInput
StiReportSetupForm
  tiCreated : StiTextInput
StiReportSetupForm
  tiName : StiTextInput
StiReportSetupForm
 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.
StiReportSetupForm
 Inherited
applyTheme():void
StiWindowForm
 Inherited
centerForm():void
StiWindowForm
 Inherited
close():void
StiWindowForm
 Inherited
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void
StiWindowForm
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
 Inherited
onCancelButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
onNoButtonClickHandler(e:MouseEvent):void
StiWindowForm
  
onOkButtonClickHandler(event:MouseEvent):void
[override]
StiReportSetupForm
 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
buttonCancelproperty
public var buttonCancel:StiButton

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

buttonOKproperty 
public var buttonOK:StiButton

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

cbCacheAllDataproperty 
public var cbCacheAllData:StiCheckBox

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

cbConvertNullsproperty 
public var cbConvertNulls:StiCheckBox

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

cbNumberOfPassproperty 
public var cbNumberOfPass:StiComboBox

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

cbReportCacheModeproperty 
public var cbReportCacheMode:StiComboBox

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

rbSharpproperty 
public var rbSharp:StiRadioButton

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

rbUnitCentproperty 
public var rbUnitCent:StiRadioButton

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

rbUnitHInchproperty 
public var rbUnitHInch:StiRadioButton

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

rbUnitInchproperty 
public var rbUnitInch:StiRadioButton

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

rbUnitMilliproperty 
public var rbUnitMilli:StiRadioButton

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

rbVbproperty 
public var rbVb:StiRadioButton

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

reportproperty 
report:StiReport


Implementation
    public function get report():StiReport
    public function set report(value:StiReport):void
tabNavigatorproperty 
public var tabNavigator:StiVerticalTabNavigator

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

tabNavigatorControlproperty 
public var tabNavigatorControl:StiVerticalTabControl

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

taDescriptionproperty 
public var taDescription:StiTextArea

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

tiAliasproperty 
public var tiAlias:StiTextInput

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

tiAuthorproperty 
public var tiAuthor:StiTextInput

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

tiChangedproperty 
public var tiChanged:StiTextInput

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

tiCreatedproperty 
public var tiCreated:StiTextInput

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

tiNameproperty 
public var tiName:StiTextInput

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

Constructor Detail
StiReportSetupForm()Constructor
public function StiReportSetupForm()

Constructor.

Method Detail
onOkButtonClickHandler()method
override protected function onOkButtonClickHandler(event:MouseEvent):void

Parameters

event:MouseEvent