Packagestimulsoft.controls.visual.crossTab
Classpublic class StiCrossTabDesignerForm
InheritanceStiCrossTabDesignerForm 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
StiCrossTabDesignerForm
  buttonOK : StiButton
StiCrossTabDesignerForm
  buttonStyle : StiButton
StiCrossTabDesignerForm
 InheritedcancelButton : StiButton
StiWindowForm
  crossTab : StiCrossTab
StiCrossTabDesignerForm
 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
  pnCrossGrid : StiCrossPanel
StiCrossTabDesignerForm
 InheritedpreventNegativeCoordinates : Boolean
StiWindowForm
  propertyGrid : StiPropertyGrid
StiCrossTabDesignerForm
 Inheritedresult : *
StiWindowForm
 InheritedretryButton : StiButton
StiWindowForm
 InheritedrightForm : int
StiWindowForm
  selectedCrossTab : StiCrossTab
StiCrossTabDesignerForm
  selectedDataSource : StiDataSource
StiCrossTabDesignerForm
  tbDownColumn : StiFlatButton
StiCrossTabDesignerForm
  tbDownRow : StiFlatButton
StiCrossTabDesignerForm
  tbDownSummary : StiFlatButton
StiCrossTabDesignerForm
  tbRemoveColumn : StiFlatButton
StiCrossTabDesignerForm
  tbRemoveRow : StiFlatButton
StiCrossTabDesignerForm
  tbRemoveSummary : StiFlatButton
StiCrossTabDesignerForm
  tbSwap : StiFlatButton
StiCrossTabDesignerForm
  tbUpColumn : StiFlatButton
StiCrossTabDesignerForm
  tbUpRow : StiFlatButton
StiCrossTabDesignerForm
  tbUpSummary : StiFlatButton
StiCrossTabDesignerForm
 Inheritedtitle : String
StiWindowForm
  toolButtonSummaryDirection : StiFlatButton
StiCrossTabDesignerForm
 InheritedtopForm : int
StiWindowForm
  tvbDataSources : StiDictionaryComboBox
StiCrossTabDesignerForm
  tvColumns : StiList
StiCrossTabDesignerForm
  tvDataSourceColumns : StiDictionaryTree
StiCrossTabDesignerForm
  tvRows : StiList
StiCrossTabDesignerForm
  tvSummary : StiList
StiCrossTabDesignerForm
 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.
StiCrossTabDesignerForm
 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]
StiCrossTabDesignerForm
 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.

buttonStyleproperty 
public var buttonStyle:StiButton

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

crossTabproperty 
crossTab:StiCrossTab


Implementation
    public function get crossTab():StiCrossTab
    public function set crossTab(value:StiCrossTab):void
pnCrossGridproperty 
public var pnCrossGrid:StiCrossPanel

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

propertyGridproperty 
public var propertyGrid:StiPropertyGrid

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

selectedCrossTabproperty 
selectedCrossTab:StiCrossTab


Implementation
    public function get selectedCrossTab():StiCrossTab
    public function set selectedCrossTab(value:StiCrossTab):void
selectedDataSourceproperty 
selectedDataSource:StiDataSource


Implementation
    public function get selectedDataSource():StiDataSource
    public function set selectedDataSource(value:StiDataSource):void
tbDownColumnproperty 
public var tbDownColumn:StiFlatButton

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

tbDownRowproperty 
public var tbDownRow:StiFlatButton

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

tbDownSummaryproperty 
public var tbDownSummary:StiFlatButton

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

tbRemoveColumnproperty 
public var tbRemoveColumn:StiFlatButton

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

tbRemoveRowproperty 
public var tbRemoveRow:StiFlatButton

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

tbRemoveSummaryproperty 
public var tbRemoveSummary:StiFlatButton

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

tbSwapproperty 
public var tbSwap:StiFlatButton

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

tbUpColumnproperty 
public var tbUpColumn:StiFlatButton

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

tbUpRowproperty 
public var tbUpRow:StiFlatButton

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

tbUpSummaryproperty 
public var tbUpSummary:StiFlatButton

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

toolButtonSummaryDirectionproperty 
public var toolButtonSummaryDirection:StiFlatButton

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

tvbDataSourcesproperty 
public var tvbDataSources:StiDictionaryComboBox

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

tvColumnsproperty 
public var tvColumns:StiList

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

tvDataSourceColumnsproperty 
public var tvDataSourceColumns:StiDictionaryTree

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

tvRowsproperty 
public var tvRows:StiList

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

tvSummaryproperty 
public var tvSummary:StiList

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

Constructor Detail
StiCrossTabDesignerForm()Constructor
public function StiCrossTabDesignerForm()

Constructor.

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

Parameters

event:MouseEvent