| Package | stimulsoft.controls.interfaces |
| Interface | public interface IStiPopup extends mx.core.IUIComponent |
| Implementors | StiBaloonPopup, StiColorPicker, StiDictionaryTreePopup, StiPopupMenu, StiPopupMenu, StiPopupPanel, StiStylesList |
| Property | Defined By | ||
|---|---|---|---|
| dock : String | IStiPopup | ||
| maxRowCount : int | IStiPopup | ||
| menuHeight : int [read-only] | IStiPopup | ||
| menuWidth : int [read-only] | IStiPopup | ||
| offset : Number | IStiPopup | ||
| Method | Defined By | ||
|---|---|---|---|
hide():void | IStiPopup | ||
show(button:Button = null):void | IStiPopup | ||
validateNow():void | IStiPopup | ||
| dock | property |
dock:String public function get dock():String public function set dock(value:String):void| maxRowCount | property |
maxRowCount:int public function get maxRowCount():int public function set maxRowCount(value:int):void| menuHeight | property |
menuHeight:int [read-only] public function get menuHeight():int| menuWidth | property |
menuWidth:int [read-only] public function get menuWidth():int| offset | property |
offset:Number public function get offset():Number public function set offset(value:Number):void| hide | () | method |
public function hide():void| show | () | method |
public function show(button:Button = null):voidParameters
button:Button (default = null) |
| validateNow | () | method |
public function validateNow():void