Class zwt.control.WindowController
Extends
zwt.Object.
A window controller is used to control the window. It regroups all the actions related to the window.
Defined in: WindowController.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Construct a window controller object.
|
Method Attributes | Method Name and Description |
---|---|
Return the controller's window.
|
|
init()
Called when the controller is initialized.
|
Class Detail
zwt.control.WindowController()
Construct a window controller object.
Author: Jeremy KUHN.
Author: Jeremy KUHN.
Method Detail
{zwt.ui.Window}
getWindow()
Return the controller's window.
- Returns:
- The controller's window
init()
Called when the controller is initialized.