Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs2 / symbols / Roo.ComponentMgr.json
1 {
2   "name" : "Roo.ComponentMgr",
3   "augments" : [
4   ],
5   "desc" : "Provides a common registry of all components on a page so that they can be easily accessed by component id (see {@link Roo.getCmp}).",
6   "isSingleton" : true,
7   "isStatic" : true,
8   "isBuiltin" : false,
9   "config" : [
10   ],
11   "methods" : [
12     {
13       "name" : "onAvailable",
14       "desc" : "Registers a function that will be called when a specified component is added to ComponentMgr",
15       "isStatic" : false,
16       "isConstructor" : false,
17       "isPrivate" : false,
18       "memberOf" : "Roo.ComponentMgr",
19       "example" : "",
20       "deprecated" : "",
21       "since" : "",
22       "see" : "",
23       "params" : [
24         {
25           "name" : "id",
26           "type" : "String",
27           "desc" : "The component id",
28           "isOptional" : false
29         },
30         {
31           "name" : "fn",
32           "type" : "Funtction",
33           "desc" : "The callback function",
34           "isOptional" : false
35         },
36         {
37           "name" : "scope",
38           "type" : "Object",
39           "desc" : "The scope of the callback",
40           "isOptional" : false
41         }
42       ],
43       "returns" : [
44       ]
45     },
46     {
47       "name" : "get",
48       "desc" : "Returns a component by id",
49       "isStatic" : false,
50       "isConstructor" : false,
51       "isPrivate" : false,
52       "memberOf" : "Roo.ComponentMgr",
53       "example" : "",
54       "deprecated" : "",
55       "since" : "",
56       "see" : "",
57       "params" : [
58         {
59           "name" : "id",
60           "type" : "String",
61           "desc" : "The component id",
62           "isOptional" : false
63         }
64       ],
65       "returns" : [
66       ]
67     },
68     {
69       "name" : "register",
70       "desc" : "Registers a component.",
71       "isStatic" : false,
72       "isConstructor" : false,
73       "isPrivate" : false,
74       "memberOf" : "Roo.ComponentMgr",
75       "example" : "",
76       "deprecated" : "",
77       "since" : "",
78       "see" : "",
79       "params" : [
80         {
81           "name" : "c",
82           "type" : "Roo.Component",
83           "desc" : "The component",
84           "isOptional" : false
85         }
86       ],
87       "returns" : [
88       ]
89     },
90     {
91       "name" : "unregister",
92       "desc" : "Unregisters a component.",
93       "isStatic" : false,
94       "isConstructor" : false,
95       "isPrivate" : false,
96       "memberOf" : "Roo.ComponentMgr",
97       "example" : "",
98       "deprecated" : "",
99       "since" : "",
100       "see" : "",
101       "params" : [
102         {
103           "name" : "c",
104           "type" : "Roo.Component",
105           "desc" : "The component",
106           "isOptional" : false
107         }
108       ],
109       "returns" : [
110       ]
111     }
112   ],
113   "events" : [
114   ]
115 }