Package | stimulsoft.controls.visual.forms |
Class | public class StiPageSetupForm |
Inheritance | StiPageSetupForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiPageSetupForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void [override] | StiPageSetupForm |
buttonCancel | property |
public var buttonCancel:StiButton
This property can be used as the source for data binding.
buttonColor | property |
public var buttonColor:StiColorButton
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.
cbRightToLeft | property |
public var cbRightToLeft:StiCheckBox
This property can be used as the source for data binding.
cbSize | property |
public var cbSize:StiComboBox
This property can be used as the source for data binding.
cbWatermarkAspectRatio | property |
public var cbWatermarkAspectRatio:StiCheckBox
This property can be used as the source for data binding.
cbWatermarkEnabled | property |
public var cbWatermarkEnabled:StiCheckBox
This property can be used as the source for data binding.
cbWatermarkImageAlignment | property |
public var cbWatermarkImageAlignment:StiComboBox
This property can be used as the source for data binding.
cbWatermarkImageStretch | property |
public var cbWatermarkImageStretch:StiCheckBox
This property can be used as the source for data binding.
cbWatermarkImageTiling | property |
public var cbWatermarkImageTiling:StiCheckBox
This property can be used as the source for data binding.
cbWatermarkRightToLeft | property |
public var cbWatermarkRightToLeft:StiCheckBox
This property can be used as the source for data binding.
cbWatermarkShowBehind | property |
public var cbWatermarkShowBehind:StiCheckBox
This property can be used as the source for data binding.
cbWatermarkShowImageBehind | property |
public var cbWatermarkShowImageBehind:StiCheckBox
This property can be used as the source for data binding.
designer | property |
designer:StiDesignerFx
public function get designer():StiDesignerFx
public function set designer(value:StiDesignerFx):void
rbLandscape | property |
public var rbLandscape:StiRadioButton
This property can be used as the source for data binding.
rbPortrait | property |
public var rbPortrait:StiRadioButton
This property can be used as the source for data binding.
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.
taText | property |
public var taText:TextArea
This property can be used as the source for data binding.
tiAngle | property |
public var tiAngle:StiTextInput
This property can be used as the source for data binding.
tiBottom | property |
public var tiBottom:StiTextInput
This property can be used as the source for data binding.
tiColumnGaps | property |
public var tiColumnGaps:StiTextInput
This property can be used as the source for data binding.
tiColumnWidth | property |
public var tiColumnWidth:StiTextInput
This property can be used as the source for data binding.
tiHeight | property |
public var tiHeight:StiTextInput
This property can be used as the source for data binding.
tiLeft | property |
public var tiLeft:StiTextInput
This property can be used as the source for data binding.
tiNumberOfColumns | property |
public var tiNumberOfColumns:StiTextInput
This property can be used as the source for data binding.
tiRight | property |
public var tiRight:StiTextInput
This property can be used as the source for data binding.
tiTop | property |
public var tiTop:StiTextInput
This property can be used as the source for data binding.
tiWatermarkImageTransp | property |
public var tiWatermarkImageTransp:StiTextInput
This property can be used as the source for data binding.
tiWatermarkMultipleFactor | property |
public var tiWatermarkMultipleFactor:StiTextInput
This property can be used as the source for data binding.
tiWidth | property |
public var tiWidth:StiTextInput
This property can be used as the source for data binding.
StiPageSetupForm | () | Constructor |
public function StiPageSetupForm()
Constructor.
onOkButtonClickHandler | () | method |
override protected function onOkButtonClickHandler(event:MouseEvent):void
Parameters
event:MouseEvent |
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 )
|