constructor __construct [line 401]
Window __construct(
[
$aowner = null])
|
|
Overrides
QWidget::__construct() (parent method not documented)
Parameters:
method commonScript [line 791]
This is an internal method you don't need to call directly
It dumps the common javascript code to update the control if used inside an Ajax call
Tags:
method defaultIconSource [line 638]
void defaultIconSource(
)
|
|
method defaultIsVisible [line 440]
method defaultModal [line 425]
method defaultMoveable [line 476]
method defaultMoveMethod [line 584]
void defaultMoveMethod(
)
|
|
method defaultResizeable [line 459]
void defaultResizeable(
)
|
|
method defaultResizeMethod [line 606]
void defaultResizeMethod(
)
|
|
method defaultShowCaption [line 565]
void defaultShowCaption(
)
|
|
method defaultShowClose [line 529]
method defaultShowIcon [line 547]
method defaultShowMaximize [line 513]
void defaultShowMaximize(
)
|
|
method defaultShowMinimize [line 492]
void defaultShowMinimize(
)
|
|
method defaultShowStatusBar [line 620]
void defaultShowStatusBar(
)
|
|
method dumpContents [line 824]
method dumpForAjax [line 819]
This is an internal method you don't need to call directly
This method is called by the Ajax engine to get the code to update the component after an ajax call
Tags:
method dumpJavascript [line 748]
method dumpJsEvents [line 734]
method getCaption [line 442]
method getIconSource [line 636]
Specifies the path to the icon used by the window
Use this property to specify the image to be shown at the top left corner of the window, if none assigned, a default will be used.
To specify if the icon is shown or not, check ShowIcon property
Tags:
method getIsVisible [line 438]
Specifies if the window is visible or not.
Modal windows are not visible and should be shown using code on a javascript event
Tags:
method getjsOnClick [line 640]
method getjsOnClose [line 703]
Fires when the window is closed
Use this event to get notified when the Window component is closed inside the browser. Here you can write javascript code to react to that event.
method getjsOnMaximize [line 688]
Fires when the window is maximized
Use this event to get notified when the Window component is maximized inside the browser. Here you can write javascript code to react to that event.
Tags:
method getjsOnMinimize [line 656]
Fires when the window is minimized
Use this event to get notified when the Window component is minimized inside the browser. Here you can write javascript code to react to that event.
Tags:
method getjsOnMove [line 717]
Fires when the window is moved
Use this event to get notified when the Window component is moved inside the browser. Here you can write javascript code to react to that event.
method getjsOnResize [line 731]
Fires when the window is resized
Use this event to get notified when the Window component is resized inside the browser. Here you can write javascript code to react to that event.
method getjsOnRestore [line 672]
Fires when the window is restored
Use this event to get notified when the Window component is restored from minimized state. Here you can write javascript code to react to that event.
Tags:
method getModal [line 423]
Specifies if the window is modal or not.
A modal window is the one that forces the user to make an action (close the window, click a button, etc) before it can continue with the program.
Use this kind of windows for notifications to the user, or to request some action
Tags:
method getMoveable [line 474]
Specifies if the window allows to be moved.
This property determines if the window component must allow the user to move the window, if false, the window will state at the location it was designed.
Tags:
method getMoveMethod [line 582]
Specifies the method used to move the window, these are the available values:
mmFrame - The windows shows a rectangular frame with the new position
mmOpaque - The window moves at the same time the user moves the mouse
mmTranslucent - The window becomes translucent when moving
Default value is mmOpaque
method getResizeable [line 457]
Specifies if the window allows to be resized.
This property determines if the window component must allow the user to resize the window in the browser.
Tags:
method getResizeMethod [line 604]
Specifies the method used to resize the window
rmFrame - A frame is shown with the new size
rmOpaque - The window size is changed with the mouse movement
rmLazyOpaque - The size is changed with the mouse movement, but is less updated
rmTranslucent - The size is changed with the mouse movement and the window becomes translucent
Default value is rmFrame
method getShowCaption [line 563]
boolean getShowCaption(
)
|
|
Specifies if the window shows a caption on the title bar
Use this property to specify if the top caption is shown or not, if false, no caption will be shown.
To specify the caption to show, check Caption property
Tags:
method getShowClose [line 527]
Specifies if the window shows the close button or not
Use this property to specify if the close button is shown or not, if false, the user won't be able to close the window.
Tags:
method getShowIcon [line 545]
Specifies if the window shows the top left icon or not on the title bar
Use this property to specify if the top left icon is shown or not, if false, no icon will be shown.
To specify which icon is shown, check IconSource property
Tags:
method getShowMaximize [line 511]
boolean getShowMaximize(
)
|
|
Specifies if the window shows the maximize button or not
Use this property to specify if the maximize button is shown or not, if false, the user won't be able to maximize the window.
Tags:
method getShowMinimize [line 490]
boolean getShowMinimize(
)
|
|
Specifies if the window shows the minimize button or not.
Use this property to specify if the minimize button is shown or not, if false, the user won't be able to minimize the window.
Tags:
method getShowStatusBar [line 618]
boolean getShowStatusBar(
)
|
|
Specifies if the window shows a status bar or not at the bottom
Use this property to specify if the bottom statusbar is shown or not, if false, no status bar will be shown.
method getVisible [line 496]
method setCaption [line 443]
method setIconSource [line 637]
void setIconSource(
$value)
|
|
Parameters:
method setIsVisible [line 439]
void setIsVisible(
$value)
|
|
Parameters:
method setjsOnClick [line 641]
void setjsOnClick(
$value)
|
|
Parameters:
method setjsOnClose [line 704]
void setjsOnClose(
$value)
|
|
Parameters:
method setjsOnMaximize [line 689]
void setjsOnMaximize(
$value)
|
|
Parameters:
method setjsOnMinimize [line 657]
void setjsOnMinimize(
$value)
|
|
Parameters:
method setjsOnMove [line 718]
void setjsOnMove(
$value)
|
|
Parameters:
method setjsOnResize [line 732]
void setjsOnResize(
$value)
|
|
Parameters:
method setjsOnRestore [line 673]
void setjsOnRestore(
$value)
|
|
Parameters:
method setModal [line 424]
method setMoveable [line 475]
void setMoveable(
$value)
|
|
Parameters:
method setMoveMethod [line 583]
void setMoveMethod(
$value)
|
|
Parameters:
method setResizeable [line 458]
void setResizeable(
$value)
|
|
Parameters:
method setResizeMethod [line 605]
void setResizeMethod(
$value)
|
|
Parameters:
method setShowCaption [line 564]
void setShowCaption(
$value)
|
|
Parameters:
method setShowClose [line 528]
void setShowClose(
$value)
|
|
Parameters:
method setShowIcon [line 546]
void setShowIcon(
$value)
|
|
Parameters:
method setShowMaximize [line 512]
void setShowMaximize(
$value)
|
|
Parameters:
method setShowMinimize [line 491]
void setShowMinimize(
$value)
|
|
Parameters:
method setShowStatusBar [line 619]
void setShowStatusBar(
$value)
|
|
Parameters:
method setVisible [line 497]