Package | stimulsoft.report.design.check |
Class | public class StiCheckViewerPopup |
Inheritance | StiCheckViewerPopup ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | direction : int | StiPopupPanel | |
![]() | dock : String | StiPopupPanel | |
![]() | height : Number [override] [write-only] | StiPopupPanel | |
hideFunction : Function | StiCheckViewerPopup | ||
![]() | maxRowCount : int | StiPopupPanel | |
![]() | menuHeight : int [read-only] | StiPopupPanel | |
![]() | menuWidth : int [read-only] | StiPopupPanel | |
![]() | offset : Number | StiPopupPanel | |
report : StiReport | StiCheckViewerPopup | ||
![]() | y : Number [override] [write-only] | StiPopupPanel |
Method | Defined By | ||
---|---|---|---|
StiCheckViewerPopup | |||
![]() | applyTheme():void | StiPopupPanel | |
hide():void [override] | StiCheckViewerPopup | ||
show(button:Button = null):void [override] | StiCheckViewerPopup |
Method | Defined By | ||
---|---|---|---|
createChildren():void [override] | StiCheckViewerPopup | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiPopupPanel |
hideFunction | property |
hideFunction:Function
public function get hideFunction():Function
public function set hideFunction(value:Function):void
report | property |
report:StiReport
public function get report():StiReport
public function set report(value:StiReport):void
StiCheckViewerPopup | () | Constructor |
public function StiCheckViewerPopup()
createChildren | () | method |
override protected function createChildren():void
hide | () | method |
override public function hide():void
show | () | method |
override public function show(button:Button = null):void
Parameters
button:Button (default = null )
|