| Package | stimulsoft.report.design.globalization |
| Class | public class StiAddCultureForm |
| Inheritance | StiAddCultureForm StiWindowForm mx.containers.Canvas |
| Implements | mx.binding.IBindingClient |
| Method | Defined By | ||
|---|---|---|---|
Constructor. | StiAddCultureForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
getCulturesNames():Array [static] | StiAddCultureForm | ||
getDisplayName(cultureName:String):String [static] | StiAddCultureForm | ||
![]() | show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void | StiWindowForm | |
| buttonCancel | property |
public var buttonCancel:StiButtonThis property can be used as the source for data binding.
| buttonOK | property |
public var buttonOK:StiButtonThis property can be used as the source for data binding.
| localCb | property |
public var localCb:StiComboBoxThis property can be used as the source for data binding.
| locale | property |
locale:String [read-only] public function get locale():String| localTi | property |
public var localTi:StiTextInputThis property can be used as the source for data binding.
| StiAddCultureForm | () | Constructor |
public function StiAddCultureForm()Constructor.
| getCulturesNames | () | method |
public static function getCulturesNames():ArrayReturnsArray |
| getDisplayName | () | method |
public static function getDisplayName(cultureName:String):StringParameters
cultureName:String |
String |
| localTi_changeHandler | () | method |
protected function localTi_changeHandler(event:Event):voidParameters
event:Event |
| onCreationComplete | () | method |
protected function onCreationComplete(event:FlexEvent):voidParameters
event:FlexEvent |
| onLocalCbChange | () | method |
protected function onLocalCbChange(event:ListEvent):voidParameters
event:ListEvent |