Package | stimulsoft.controls.visual.forms |
Class | public class StiReportSetupForm |
Inheritance | StiReportSetupForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiReportSetupForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
![]() | show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void | StiWindowForm |
buttonCancel | property |
public var buttonCancel:StiButton
This property can be used as the source for data binding.
buttonOK | property |
public var buttonOK:StiButton
This property can be used as the source for data binding.
cbCacheAllData | property |
public var cbCacheAllData:StiCheckBox
This property can be used as the source for data binding.
cbConvertNulls | property |
public var cbConvertNulls:StiCheckBox
This property can be used as the source for data binding.
cbNumberOfPass | property |
public var cbNumberOfPass:StiComboBox
This property can be used as the source for data binding.
cbReportCacheMode | property |
public var cbReportCacheMode:StiComboBox
This property can be used as the source for data binding.
rbSharp | property |
public var rbSharp:StiRadioButton
This property can be used as the source for data binding.
rbUnitCent | property |
public var rbUnitCent:StiRadioButton
This property can be used as the source for data binding.
rbUnitHInch | property |
public var rbUnitHInch:StiRadioButton
This property can be used as the source for data binding.
rbUnitInch | property |
public var rbUnitInch:StiRadioButton
This property can be used as the source for data binding.
rbUnitMilli | property |
public var rbUnitMilli:StiRadioButton
This property can be used as the source for data binding.
rbVb | property |
public var rbVb:StiRadioButton
This property can be used as the source for data binding.
report | property |
report:StiReport
public function get report():StiReport
public function set report(value:StiReport):void
tabNavigator | property |
public var tabNavigator:StiVerticalTabNavigator
This property can be used as the source for data binding.
tabNavigatorControl | property |
public var tabNavigatorControl:StiVerticalTabControl
This property can be used as the source for data binding.
taDescription | property |
public var taDescription:StiTextArea
This property can be used as the source for data binding.
tiAlias | property |
public var tiAlias:StiTextInput
This property can be used as the source for data binding.
tiAuthor | property |
public var tiAuthor:StiTextInput
This property can be used as the source for data binding.
tiChanged | property |
public var tiChanged:StiTextInput
This property can be used as the source for data binding.
tiCreated | property |
public var tiCreated:StiTextInput
This property can be used as the source for data binding.
tiName | property |
public var tiName:StiTextInput
This property can be used as the source for data binding.
StiReportSetupForm | () | Constructor |
public function StiReportSetupForm()
Constructor.
onOkButtonClickHandler | () | method |
override protected function onOkButtonClickHandler(event:MouseEvent):void
Parameters
event:MouseEvent |