Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.layout.component.Tab.js
1 Ext.data.JsonP.Ext_layout_component_Tab({
2   "tagname": "class",
3   "name": "Ext.layout.component.Tab",
4   "doc": "<p>Component layout for tabs</p>\n",
5   "extends": "Ext.layout.component.Button",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": true,
17   "cfg": [
18
19   ],
20   "method": [
21     {
22       "tagname": "method",
23       "name": "getRenderTarget",
24       "member": "Ext.layout.component.Component",
25       "doc": "<p>Returns the element into which rendering must take place. Defaults to the owner Component's encapsulating element.</p>\n\n\n<p>May be overridden in Component layout managers which implement an inner element.</p>\n",
26       "params": [
27
28       ],
29       "return": {
30         "type": "Ext.core.Element",
31         "doc": "\n"
32       },
33       "private": false,
34       "static": false,
35       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
36       "linenr": 129,
37       "html_filename": "Component5.html",
38       "href": "Component5.html#Ext-layout-component-Component-method-getRenderTarget",
39       "shortDoc": "Returns the element into which rendering must take place. Defaults to the owner Component's encapsulating element.\n\n\n..."
40     },
41     {
42       "tagname": "method",
43       "name": "getTarget",
44       "member": "Ext.layout.component.Component",
45       "doc": "<p>Returns the owner component's resize element.</p>\n",
46       "params": [
47
48       ],
49       "return": {
50         "type": "Ext.core.Element",
51         "doc": "\n"
52       },
53       "private": false,
54       "static": false,
55       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
56       "linenr": 121,
57       "html_filename": "Component5.html",
58       "href": "Component5.html#Ext-layout-component-Component-method-getTarget",
59       "shortDoc": "<p>Returns the owner component's resize element.</p>\n"
60     },
61     {
62       "tagname": "method",
63       "name": "needsLayout",
64       "member": "Ext.layout.component.Component",
65       "doc": "<p>Check if the new size is different from the current size and only\ntrigger a layout if it is necessary.</p>\n",
66       "params": [
67         {
68           "type": "Mixed",
69           "name": "width",
70           "doc": "<p>The new width to set.</p>\n",
71           "optional": false
72         },
73         {
74           "type": "Mixed",
75           "name": "height",
76           "doc": "<p>The new height to set.</p>\n",
77           "optional": false
78         }
79       ],
80       "return": {
81         "type": "void",
82         "doc": "\n"
83       },
84       "private": false,
85       "static": false,
86       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
87       "linenr": 90,
88       "html_filename": "Component5.html",
89       "href": "Component5.html#Ext-layout-component-Component-method-needsLayout",
90       "shortDoc": "<p>Check if the new size is different from the current size and only\ntrigger a layout if it is necessary.</p>\n"
91     },
92     {
93       "tagname": "method",
94       "name": "onLayout",
95       "member": "Ext.layout.component.Button",
96       "doc": "<p>Set the dimensions of the inner &lt;button&gt; element to match the\ncomponent dimensions.</p>\n",
97       "params": [
98         {
99           "type": "Object",
100           "name": "width",
101           "doc": "\n",
102           "optional": false
103         },
104         {
105           "type": "Object",
106           "name": "height",
107           "doc": "\n",
108           "optional": false
109         }
110       ],
111       "return": {
112         "type": "void",
113         "doc": "\n"
114       },
115       "private": false,
116       "static": false,
117       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/Button.js",
118       "linenr": 26,
119       "html_filename": "Button2.html",
120       "href": "Button2.html#Ext-layout-component-Button-method-onLayout",
121       "shortDoc": "<p>Set the dimensions of the inner &lt;button&gt; element to match the\ncomponent dimensions.</p>\n"
122     },
123     {
124       "tagname": "method",
125       "name": "setElementSize",
126       "member": "Ext.layout.component.Component",
127       "doc": "<p>Set the size of any element supporting undefined, null, and values.</p>\n",
128       "params": [
129         {
130           "type": "Mixed",
131           "name": "width",
132           "doc": "<p>The new width to set.</p>\n",
133           "optional": false
134         },
135         {
136           "type": "Mixed",
137           "name": "height",
138           "doc": "<p>The new height to set.</p>\n",
139           "optional": false
140         },
141         {
142           "type": "Object",
143           "name": "height",
144           "doc": "\n",
145           "optional": false
146         }
147       ],
148       "return": {
149         "type": "void",
150         "doc": "\n"
151       },
152       "private": false,
153       "static": false,
154       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
155       "linenr": 104,
156       "html_filename": "Component5.html",
157       "href": "Component5.html#Ext-layout-component-Component-method-setElementSize",
158       "shortDoc": "<p>Set the size of any element supporting undefined, null, and values.</p>\n"
159     },
160     {
161       "tagname": "method",
162       "name": "setTargetSize",
163       "member": "Ext.layout.component.Component",
164       "doc": "<p>Set the size of the target element.</p>\n",
165       "params": [
166         {
167           "type": "Mixed",
168           "name": "width",
169           "doc": "<p>The new width to set.</p>\n",
170           "optional": false
171         },
172         {
173           "type": "Mixed",
174           "name": "height",
175           "doc": "<p>The new height to set.</p>\n",
176           "optional": false
177         }
178       ],
179       "return": {
180         "type": "void",
181         "doc": "\n"
182       },
183       "private": false,
184       "static": false,
185       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/layout/component/Component.js",
186       "linenr": 138,
187       "html_filename": "Component5.html",
188       "href": "Component5.html#Ext-layout-component-Component-method-setTargetSize",
189       "shortDoc": "<p>Set the size of the target element.</p>\n"
190     }
191   ],
192   "property": [
193
194   ],
195   "event": [
196
197   ],
198   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/layout/component/Tab.js",
199   "linenr": 1,
200   "html_filename": "Tab.html",
201   "href": "Tab.html#Ext-layout-component-Tab",
202   "cssVar": [
203
204   ],
205   "cssMixin": [
206
207   ],
208   "component": false,
209   "superclasses": [
210     "Ext.layout.Layout",
211     "Ext.layout.component.Component",
212     "Ext.layout.component.Button"
213   ],
214   "subclasses": [
215
216   ],
217   "mixedInto": [
218
219   ],
220   "allMixins": [
221
222   ]
223 });