07a9eda571e31a3ca8ce6260da1ebc69da321c33
[roojs1] / docs / symbols / Roo.Toolbar.Fill.json
1 {
2   "name" : "Roo.Toolbar.Fill",
3   "augments" : [
4     "Roo.Toolbar.Spacer",
5     "Roo.Toolbar.Item"
6   ],
7   "childClasses" : {  },
8   "tree_children" : [],
9   "tree_parent" : [],
10   "desc" : "A simple element that adds a greedy (100% width) horizontal space to a toolbar.",
11   "isSingleton" : false,
12   "isStatic" : false,
13   "isBuiltin" : false,
14   "isAbstract" : false,
15   "isBuilderTop" : false,
16   "memberOf" : "Fill",
17   "example" : "",
18   "deprecated" : "",
19   "since" : "",
20   "see" : "",
21   "params" : [],
22   "returns" : [],
23   "throws" : "",
24   "requires" : "",
25   "config" : [],
26   "methods" : [
27     {
28       "name" : "disable",
29       "type" : "function",
30       "desc" : "Disables this item.",
31       "sig" : "()\n{\n\n}",
32       "static" : false,
33       "memberOf" : "Roo.Toolbar.Item",
34       "isStatic" : false,
35       "isConstructor" : false,
36       "isPrivate" : false,
37       "example" : "",
38       "deprecated" : "",
39       "since" : "",
40       "see" : "",
41       "exceptions" : "",
42       "requires" : "",
43       "params" : [],
44       "returns" : []
45     },
46     {
47       "name" : "hide",
48       "type" : "function",
49       "desc" : "Hides this item.",
50       "sig" : "()\n{\n\n}",
51       "static" : false,
52       "memberOf" : "Roo.Toolbar.Item",
53       "isStatic" : false,
54       "isConstructor" : false,
55       "isPrivate" : false,
56       "example" : "",
57       "deprecated" : "",
58       "since" : "",
59       "see" : "",
60       "exceptions" : "",
61       "requires" : "",
62       "params" : [],
63       "returns" : []
64     },
65     {
66       "name" : "focus",
67       "type" : "function",
68       "desc" : "Try to focus this item.",
69       "sig" : "()\n{\n\n}",
70       "static" : false,
71       "memberOf" : "Roo.Toolbar.Item",
72       "isStatic" : false,
73       "isConstructor" : false,
74       "isPrivate" : false,
75       "example" : "",
76       "deprecated" : "",
77       "since" : "",
78       "see" : "",
79       "exceptions" : "",
80       "requires" : "",
81       "params" : [],
82       "returns" : []
83     },
84     {
85       "name" : "show",
86       "type" : "function",
87       "desc" : "Shows this item.",
88       "sig" : "()\n{\n\n}",
89       "static" : false,
90       "memberOf" : "Roo.Toolbar.Item",
91       "isStatic" : false,
92       "isConstructor" : false,
93       "isPrivate" : false,
94       "example" : "",
95       "deprecated" : "",
96       "since" : "",
97       "see" : "",
98       "exceptions" : "",
99       "requires" : "",
100       "params" : [],
101       "returns" : []
102     },
103     {
104       "name" : "getEl",
105       "type" : "function",
106       "desc" : "Get this item's HTML Element",
107       "sig" : "()\n{\n\n}",
108       "static" : false,
109       "memberOf" : "Roo.Toolbar.Item",
110       "isStatic" : false,
111       "isConstructor" : false,
112       "isPrivate" : false,
113       "example" : "",
114       "deprecated" : "",
115       "since" : "",
116       "see" : "",
117       "exceptions" : "",
118       "requires" : "",
119       "params" : [],
120       "returns" : [
121         {
122           "name" : "",
123           "type" : "HTMLElement",
124           "desc" : ""
125         }
126       ]
127     },
128     {
129       "name" : "destroy",
130       "type" : "function",
131       "desc" : "Removes and destroys this item.",
132       "sig" : "()\n{\n\n}",
133       "static" : false,
134       "memberOf" : "Roo.Toolbar.Item",
135       "isStatic" : false,
136       "isConstructor" : false,
137       "isPrivate" : false,
138       "example" : "",
139       "deprecated" : "",
140       "since" : "",
141       "see" : "",
142       "exceptions" : "",
143       "requires" : "",
144       "params" : [],
145       "returns" : []
146     },
147     {
148       "name" : "enable",
149       "type" : "function",
150       "desc" : "Enables this item.",
151       "sig" : "()\n{\n\n}",
152       "static" : false,
153       "memberOf" : "Roo.Toolbar.Item",
154       "isStatic" : false,
155       "isConstructor" : false,
156       "isPrivate" : false,
157       "example" : "",
158       "deprecated" : "",
159       "since" : "",
160       "see" : "",
161       "exceptions" : "",
162       "requires" : "",
163       "params" : [],
164       "returns" : []
165     },
166     {
167       "name" : "setVisible",
168       "type" : "function",
169       "desc" : "Convenience function for boolean show/hide.",
170       "sig" : "(visible)",
171       "static" : false,
172       "memberOf" : "Roo.Toolbar.Item",
173       "isStatic" : false,
174       "isConstructor" : false,
175       "isPrivate" : false,
176       "example" : "",
177       "deprecated" : "",
178       "since" : "",
179       "see" : "",
180       "exceptions" : "",
181       "requires" : "",
182       "params" : [
183         {
184           "name" : "visible",
185           "type" : "Boolean",
186           "desc" : "true to show/false to hide",
187           "isOptional" : false
188         }
189       ],
190       "returns" : []
191     }
192   ],
193   "events" : [
194     {
195       "name" : "render",
196       "type" : "function",
197       "desc" : "Fires when the button is rendered",
198       "sig" : "function (_self)\n{\n\n}",
199       "memberOf" : "Roo.Toolbar.Item",
200       "example" : "",
201       "deprecated" : "",
202       "since" : "",
203       "see" : "",
204       "params" : [
205         {
206           "name" : "this",
207           "type" : "Button",
208           "desc" : "",
209           "isOptional" : false
210         }
211       ],
212       "returns" : []
213     }
214   ]
215 }