Each qooxdoo has only one instance of this class. The application instance is accessible through a reference named "application" in the window object of the main document.
Parents: QxApplication » QxTarget » QxObject » Object
No Parameters defined.
This class is public.
It can be used by both user and programmer.
| Name | Title |
|---|---|
| QxObject | |
| Public | |
| enabled | |
| Name | Title |
|---|---|
| QxApplication | |
| Public | |
| dispose | |
| getClientDocument | |
| getClientWindow | |
| getEventManager | |
| init | Global application init routine |
| isReady | |
| postLoad | |
| Private | |
| _printClassInfo | |
| _printClientInfo | |
| _printInstanceInfo | |
| _printPropertyInfo | |
| _printVersion | |
| _runApplication | |
| _runInitialization | |
| _runPost | |
| _runPostload | |
| _runPostloadDone | |
| _runPreload | |
| _runPreloadDone | |
| _runWidgets | |
| QxTarget | |
| Public | |
| addEventListener | Add event listener to object |
| createDispatchDataEvent | Checks if the event is registered. If so it creates a data event object and dispatch it. |
| createDispatchEvent | Checks if the event is registered. If so it creates a event object and dispatch it. |
| dispatchEvent | Public dispatch implementation |
| dispose | |
| getParent | Internal placeholder for bubbling phase of an event. |
| hasEventListeners | Check if there are one or more listeners for an event type |
| removeEventListener | Remove event listener from object |
| Private | |
| _dispatchEvent | Internal dispatch implementation |
| QxObject | |
| Public | |
| debug | Print out a debug message to the qooxdoo debug console. |
| dispose | Dispose this object |
| error | Print out an error to the qooxdoo debug console. |
| get | |
| getDisposed | Returns true if the object is disposed. |
| getUserData | |
| info | Print out an info message info to the qooxdoo debug console. |
| isDisposed | Returns true if the object is disposed. |
| set | Sets multiple properties at once by using a property list |
| setUserData | |
| toHashCode | Return unique hash code of object |
| toString | Returns a string represantation of the qooxdoo object. |
| warn | Print out an warning to the qooxdoo debug console. |