Package | stimulsoft.controls.visual |
Class | public class StiPopupPanel |
Inheritance | StiPopupPanel ![]() |
Implements | IStiPopup, IStiTheme |
Subclasses | StiCheckViewerPopup, StiDigitalSignaturePanel, StiDocumentSecurityPanel |
Property | Defined 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 |
Property | Defined By | ||
---|---|---|---|
theme : StiMenuTheme [read-only] | StiPopupPanel |
Method | Defined By | ||
---|---|---|---|
StiPopupPanel | |||
applyTheme():void | StiPopupPanel | ||
hide():void | StiPopupPanel | ||
show(button:Button = null):void | StiPopupPanel |
Method | Defined By | ||
---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiPopupPanel |
direction | property |
direction:int
public function get direction():int
public function set direction(value:int):void
dock | property |
dock:String
public function get dock():String
public function set dock(value:String):void
height | property |
height:Number
[write-only] [override] public function set height(value:Number):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
theme | property |
y | property |
y:Number
[write-only] [override] public function set y(value:Number):void
StiPopupPanel | () | Constructor |
public function StiPopupPanel()
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 |