| Package | stimulsoft.controls.visual.forms |
| Class | public class StiDictionaryDeleteForm |
| Inheritance | StiDictionaryDeleteForm StiWindowForm mx.containers.Canvas |
| Implements | mx.binding.IBindingClient |
| Method | Defined By | ||
|---|---|---|---|
Constructor. | StiDictionaryDeleteForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
onInitialize():void Инициалицация всех параметров | StiDictionaryDeleteForm | ||
![]() | 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.
| buttonYes | property |
public var buttonYes:StiButtonThis property can be used as the source for data binding.
| StiDictionaryDeleteForm | () | Constructor |
public function StiDictionaryDeleteForm()Constructor.
| onInitialize | () | method |
public function onInitialize():voidИнициалицация всех параметров
| onOkButtonClickHandler | () | method |
override protected function onOkButtonClickHandler(e:MouseEvent):voidПри нажатии "ОК" удаляем выделенный элемент. Если выделена коллекция - удаляем все её элементы
Parameters
e:MouseEvent |