Packagestimulsoft.controls.interfaces
Interfacepublic interface IStiPopup extends mx.core.IUIComponent
Implementors StiBaloonPopup, StiColorPicker, StiDictionaryTreePopup, StiPopupMenu, StiPopupMenu, StiPopupPanel, StiStylesList



Public Properties
 PropertyDefined By
  dock : String
IStiPopup
  maxRowCount : int
IStiPopup
  menuHeight : int
[read-only]
IStiPopup
  menuWidth : int
[read-only]
IStiPopup
  offset : Number
IStiPopup
Public Methods
 MethodDefined By
  
hide():void
IStiPopup
  
show(button:Button = null):void
IStiPopup
  
IStiPopup
Property Detail
dockproperty
dock:String


Implementation
    public function get dock():String
    public function set dock(value:String):void
maxRowCountproperty 
maxRowCount:int


Implementation
    public function get maxRowCount():int
    public function set maxRowCount(value:int):void
menuHeightproperty 
menuHeight:int  [read-only]


Implementation
    public function get menuHeight():int
menuWidthproperty 
menuWidth:int  [read-only]


Implementation
    public function get menuWidth():int
offsetproperty 
offset:Number


Implementation
    public function get offset():Number
    public function set offset(value:Number):void
Method Detail
hide()method
public function hide():void

show()method 
public function show(button:Button = null):void

Parameters

button:Button (default = null)

validateNow()method 
public function validateNow():void