Packagestimulsoft.controls.visual
Classpublic class StiPopupPanel
InheritanceStiPopupPanel Inheritance mx.containers.Canvas
Implements IStiPopup, IStiTheme
Subclasses StiCheckViewerPopup, StiDigitalSignaturePanel, StiDocumentSecurityPanel



Public Properties
 PropertyDefined By
  direction : int
StiPopupPanel
  dock : String
StiPopupPanel
  height : Number
[override] [write-only]
StiPopupPanel
  maxRowCount : int
StiPopupPanel
  menuHeight : int
[read-only]
StiPopupPanel
  menuWidth : int
[read-only]
StiPopupPanel
  offset : Number
StiPopupPanel
  y : Number
[override] [write-only]
StiPopupPanel
Protected Properties
 PropertyDefined By
  theme : StiMenuTheme
[read-only]
StiPopupPanel
Public Methods
 MethodDefined By
  
StiPopupPanel
  
applyTheme():void
StiPopupPanel
  
hide():void
StiPopupPanel
  
show(button:Button = null):void
StiPopupPanel
Protected Methods
 MethodDefined By
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiPopupPanel
Property Detail
directionproperty
direction:int


Implementation
    public function get direction():int
    public function set direction(value:int):void
dockproperty 
dock:String


Implementation
    public function get dock():String
    public function set dock(value:String):void
heightproperty 
height:Number  [write-only] [override]


Implementation
    public function set height(value:Number):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
themeproperty 
theme:StiMenuTheme  [read-only]


Implementation
    protected function get theme():StiMenuTheme
yproperty 
y:Number  [write-only] [override]


Implementation
    public function set y(value:Number):void
Constructor Detail
StiPopupPanel()Constructor
public function StiPopupPanel()



Method Detail
applyTheme()method
public function applyTheme():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