Packagestimulsoft.controls.visual
Classpublic class StiBaloonPopup
InheritanceStiBaloonPopup Inheritance mx.containers.Canvas
Implements IStiPopup
Subclasses StiCheckBaloon



Public Properties
 PropertyDefined By
  dock : String
StiBaloonPopup
  maxRowCount : int
StiBaloonPopup
  menuHeight : int
[read-only]
StiBaloonPopup
  menuWidth : int
[read-only]
StiBaloonPopup
  offset : Number
StiBaloonPopup
Public Methods
 MethodDefined By
  
StiBaloonPopup
  
hide():void
StiBaloonPopup
  
show(button:Button = null):void
StiBaloonPopup
Protected Methods
 MethodDefined By
  
[override]
StiBaloonPopup
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiBaloonPopup
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
Constructor Detail
StiBaloonPopup()Constructor
public function StiBaloonPopup()



Method Detail
createChildren()method
override protected function createChildren():void

hide()method 
public function hide():void

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

Parameters

button:Button (default = null)

updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number