]> git.proxmox.com Git - extjs.git/blame - extjs/classic/classic/overrides/app/ViewController.js
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / classic / overrides / app / ViewController.js
CommitLineData
6527f429
DM
1/**\r
2 * @class Ext.app.ViewController\r
3 */\r
4\r
5/**\r
6 * @method beforeRender\r
7 * @template\r
8 * Template method called by the owning component's \r
9 * {@link Ext.Component#method-beforeRender beforeRender} method.\r
10 * @param {Ext.Component} component The owner component attached to the \r
11 * ViewController\r
12 */\r
13\r
14/**\r
15 * @method afterRender\r
16 * @template\r
17 * Template method called by the owning component's \r
18 * {@link Ext.Component#method-afterRender afterRender} method.\r
19 * @param {Ext.Component} component The owner component attached to the \r
20 * ViewController\r
21 */\r
22\r
23/**\r
24 * @method boxReady\r
25 * @template\r
26 * Template method called by the owning component's \r
27 * {@link Ext.Component#method-onBoxReady onBoxReady} method.\r
28 * @param {Ext.Component} component The owner component attached to the \r
29 * ViewController\r
30 */