commit extjs-2.2.1
[extjs.git] / docs / output / Ext.util.ClickRepeater.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.util.ClickRepeater-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.util.ClickRepeater-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.util.ClickRepeater-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                             <a class="inner-link" href="#Ext.util.ClickRepeater-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                         <a class="bookmark" href="../docs/?class=Ext.util.ClickRepeater"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8         </div>
9                 <div class="inheritance res-block">
10 <pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11   <img src="resources/elbow-end.gif"/>ClickRepeater</pre></div>
12                 <h1>Class Ext.util.ClickRepeater</h1>
13         <table cellspacing="0">
14             <tr><td class="label">Package:</td><td class="hd-info">Ext.util</td></tr>
15             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/ClickRepeater.js" target="_blank">ClickRepeater.js</a></td></tr>
16             <tr><td class="label">Class:</td><td class="hd-info">ClickRepeater</td></tr>
17                                     <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a></td></tr>
18                     </table>
19         <div class="description">
20             *\r
21   \r
22  A wrapper class which can be applied to any element. Fires a "click" event while the\r
23  mouse is pressed. The interval between firings may be specified in the config but\r
24  defaults to 20 milliseconds.\r
25 \r
26  Optionally, a CSS class may be applied to the element during the time it is pressed.        </div>
27         
28         <div class="hr"></div>
29                 <a id="Ext.util.ClickRepeater-configs"></a>
30         <h2>Config Options</h2>
31         <table cellspacing="0" class="member-table">
32             <tr>
33                 <th class="sig-header" colspan="2">Config Options</th>
34                 <th class="msource-header">Defined By</th>
35             </tr>
36                 <tr class="config-row">\r
37         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
38         <td class="sig">\r
39         <a id="Ext.util.ClickRepeater-accelerate"></a>\r
40             <b>accelerate</b> : Boolean            <div class="mdesc">\r
41                             True if autorepeating should start slowly and accelerate. "interval" and "delay" are ignored.                        </div>\r
42         </td>\r
43         <td class="msource">ClickRepeater</td>\r
44     </tr>\r
45         <tr class="config-row alt">\r
46         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
47         <td class="sig">\r
48         <a id="Ext.util.ClickRepeater-delay"></a>\r
49             <b>delay</b> : Number            <div class="mdesc">\r
50                             The initial delay before the repeating event begins firing. Similar to an autorepeat key delay.                        </div>\r
51         </td>\r
52         <td class="msource">ClickRepeater</td>\r
53     </tr>\r
54         <tr class="config-row">\r
55         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
56         <td class="sig">\r
57         <a id="Ext.util.ClickRepeater-el"></a>\r
58             <b>el</b> : Mixed            <div class="mdesc">\r
59                             The element to act as a button.                        </div>\r
60         </td>\r
61         <td class="msource">ClickRepeater</td>\r
62     </tr>\r
63         <tr class="config-row alt">\r
64         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
65         <td class="sig">\r
66         <a id="Ext.util.ClickRepeater-interval"></a>\r
67             <b>interval</b> : Number            <div class="mdesc">\r
68                             The interval between firings of the "click" event. Default 20 ms.                        </div>\r
69         </td>\r
70         <td class="msource">ClickRepeater</td>\r
71     </tr>\r
72         <tr class="config-row inherited expandable">\r
73         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
74         <td class="sig">\r
75         <a id="Ext.util.ClickRepeater-listeners"></a>\r
76             <b>listeners</b> : Object            <div class="mdesc">\r
77                         <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>\r
78             <div class="long">\r
79                 (optional) A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>\r
80                         </div>\r
81         </td>\r
82         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>\r
83     </tr>\r
84         <tr class="config-row alt">\r
85         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
86         <td class="sig">\r
87         <a id="Ext.util.ClickRepeater-pressClass"></a>\r
88             <b>pressClass</b> : String            <div class="mdesc">\r
89                             A CSS class name to be applied to the element while pressed.                        </div>\r
90         </td>\r
91         <td class="msource">ClickRepeater</td>\r
92     </tr>\r
93         <tr class="config-row">\r
94         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
95         <td class="sig">\r
96         <a id="Ext.util.ClickRepeater-preventDefault"></a>\r
97             <b>preventDefault</b> : Boolean            <div class="mdesc">\r
98                             True to prevent the default click event                        </div>\r
99         </td>\r
100         <td class="msource">ClickRepeater</td>\r
101     </tr>\r
102         <tr class="config-row alt">\r
103         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
104         <td class="sig">\r
105         <a id="Ext.util.ClickRepeater-stopDefault"></a>\r
106             <b>stopDefault</b> : Boolean            <div class="mdesc">\r
107                             True to stop the default click event                        </div>\r
108         </td>\r
109         <td class="msource">ClickRepeater</td>\r
110     </tr>\r
111             </table>
112                 <a id="Ext.util.ClickRepeater-props"></a>
113         <h2>Public Properties</h2>
114         <div class="no-members">This class has no public properties.</div>        <a id="Ext.util.ClickRepeater-methods"></a>
115         <h2>Public Methods</h2>
116                 <table cellspacing="0" class="member-table">
117             <tr>
118                 <th class="sig-header" colspan="2">Method</th>
119                 <th class="msource-header">Defined By</th>
120             </tr>
121                 <tr class="method-row expandable">\r
122         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
123         <td class="sig">\r
124         <a id="Ext.util.ClickRepeater-ClickRepeater"></a>\r
125             <b>ClickRepeater</b>(&nbsp;<code>Mixed el</code>, <code>Object config</code>&nbsp;)            <div class="mdesc">\r
126                         <div class="short"></div>\r
127             <div class="long">\r
128                     <div class="mdetail-params">\r
129         <strong>Parameters:</strong>\r
130         <ul><li><code>el</code> : Mixed<div class="sub-desc">The element to listen on</div></li><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>\r
131         <strong>Returns:</strong>\r
132         <ul>\r
133             <li><code></code></li>\r
134         </ul>\r
135     </div>\r
136                 </div>\r
137                         </div>\r
138         </td>\r
139         <td class="msource">ClickRepeater</td>\r
140     </tr>\r
141         <tr class="method-row inherited alt expandable">\r
142         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
143         <td class="sig">\r
144         <a id="Ext.util.ClickRepeater-addEvents"></a>\r
145             <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">\r
146                         <div class="short">Used to define events on this Observable</div>\r
147             <div class="long">\r
148                 Used to define events on this Observable    <div class="mdetail-params">\r
149         <strong>Parameters:</strong>\r
150         <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>\r
151         <strong>Returns:</strong>\r
152         <ul>\r
153             <li><code>void</code></li>\r
154         </ul>\r
155     </div>\r
156                 </div>\r
157                         </div>\r
158         </td>\r
159         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>\r
160     </tr>\r
161         <tr class="method-row inherited expandable">\r
162         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
163         <td class="sig">\r
164         <a id="Ext.util.ClickRepeater-addListener"></a>\r
165             <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
166                         <div class="short">Appends an event handler to this component</div>\r
167             <div class="long">\r
168                 Appends an event handler to this component    <div class="mdetail-params">\r
169         <strong>Parameters:</strong>\r
170         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
171 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
172 properties. This may contain any of the following properties:<ul>
173 <li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
174 <li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
175 <li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
176 <li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
177 by the specified number of milliseconds. If the event fires again within that time, the original
178 handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
179 </ul><br>
180 <p>
181 <b>Combining Options</b><br>
182 Using the options argument, it is possible to combine different types of listeners:<br>
183 <br>
184 A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
185 <pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
186     single: true,
187     delay: 100,
188     forumId: 4
189 });</code></pre>
190 <p>
191 <b>Attaching multiple handlers in 1 call</b><br>
192 The method also allows for a single argument to be passed which is a config object containing properties
193 which specify multiple handlers.
194 <p>
195 <pre><code>foo.on({
196     <em>'click'</em> : {
197         fn: <b>this</b>.onClick,
198         scope: <b>this</b>,
199         delay: 100
200     },
201     <em>'mouseover'</em> : {
202         fn: <b>this</b>.onMouseOver,
203         scope: <b>this</b>
204     },
205     <em>'mouseout'</em> : {
206         fn: <b>this</b>.onMouseOut,
207         scope: <b>this</b>
208     }
209 });</code></pre>
210 <p>
211 Or a shorthand syntax:<br>
212 <pre><code>foo.on({
213     <em>'click'</em> : <b>this</b>.onClick,
214     <em>'mouseover'</em> : <b>this</b>.onMouseOver,
215     <em>'mouseout'</em> : <b>this</b>.onMouseOut,
216      scope: <b>this</b>
217 });</code></pre></div></li>        </ul>\r
218         <strong>Returns:</strong>\r
219         <ul>\r
220             <li><code>void</code></li>\r
221         </ul>\r
222     </div>\r
223                 </div>\r
224                         </div>\r
225         </td>\r
226         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>\r
227     </tr>\r
228         <tr class="method-row inherited alt expandable">\r
229         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
230         <td class="sig">\r
231         <a id="Ext.util.ClickRepeater-fireEvent"></a>\r
232             <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">\r
233                         <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>\r
234             <div class="long">\r
235                 Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">\r
236         <strong>Parameters:</strong>\r
237         <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>\r
238         <strong>Returns:</strong>\r
239         <ul>\r
240             <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>\r
241         </ul>\r
242     </div>\r
243                 </div>\r
244                         </div>\r
245         </td>\r
246         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>\r
247     </tr>\r
248         <tr class="method-row inherited expandable">\r
249         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
250         <td class="sig">\r
251         <a id="Ext.util.ClickRepeater-hasListener"></a>\r
252             <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">\r
253                         <div class="short">Checks to see if this object has any listeners for a specified event</div>\r
254             <div class="long">\r
255                 Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">\r
256         <strong>Parameters:</strong>\r
257         <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>\r
258         <strong>Returns:</strong>\r
259         <ul>\r
260             <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>\r
261         </ul>\r
262     </div>\r
263                 </div>\r
264                         </div>\r
265         </td>\r
266         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>\r
267     </tr>\r
268         <tr class="method-row inherited alt expandable">\r
269         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
270         <td class="sig">\r
271         <a id="Ext.util.ClickRepeater-on"></a>\r
272             <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
273                         <div class="short">Appends an event handler to this element (shorthand for addListener)</div>\r
274             <div class="long">\r
275                 Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">\r
276         <strong>Parameters:</strong>\r
277         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
278 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
279         <strong>Returns:</strong>\r
280         <ul>\r
281             <li><code>void</code></li>\r
282         </ul>\r
283     </div>\r
284                 </div>\r
285                         </div>\r
286         </td>\r
287         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>\r
288     </tr>\r
289         <tr class="method-row inherited expandable">\r
290         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
291         <td class="sig">\r
292         <a id="Ext.util.ClickRepeater-purgeListeners"></a>\r
293             <b>purgeListeners</b>() : void            <div class="mdesc">\r
294                         <div class="short">Removes all listeners for this object</div>\r
295             <div class="long">\r
296                 Removes all listeners for this object    <div class="mdetail-params">\r
297         <strong>Parameters:</strong>\r
298         <ul><li>None.</li>        </ul>\r
299         <strong>Returns:</strong>\r
300         <ul>\r
301             <li><code>void</code></li>\r
302         </ul>\r
303     </div>\r
304                 </div>\r
305                         </div>\r
306         </td>\r
307         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>\r
308     </tr>\r
309         <tr class="method-row inherited alt expandable">\r
310         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
311         <td class="sig">\r
312         <a id="Ext.util.ClickRepeater-relayEvents"></a>\r
313             <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">\r
314                         <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>\r
315             <div class="long">\r
316                 Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">\r
317         <strong>Parameters:</strong>\r
318         <ul><li><code>o</code> : Object<div class="sub-desc">The Observable whose events this object is to relay.</div></li><li><code>events</code> : Array<div class="sub-desc">Array of event names to relay.</div></li>        </ul>\r
319         <strong>Returns:</strong>\r
320         <ul>\r
321             <li><code>void</code></li>\r
322         </ul>\r
323     </div>\r
324                 </div>\r
325                         </div>\r
326         </td>\r
327         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>\r
328     </tr>\r
329         <tr class="method-row inherited expandable">\r
330         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
331         <td class="sig">\r
332         <a id="Ext.util.ClickRepeater-removeListener"></a>\r
333             <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
334                         <div class="short">Removes a listener</div>\r
335             <div class="long">\r
336                 Removes a listener    <div class="mdetail-params">\r
337         <strong>Parameters:</strong>\r
338         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
339         <strong>Returns:</strong>\r
340         <ul>\r
341             <li><code>void</code></li>\r
342         </ul>\r
343     </div>\r
344                 </div>\r
345                         </div>\r
346         </td>\r
347         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>\r
348     </tr>\r
349         <tr class="method-row inherited alt expandable">\r
350         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
351         <td class="sig">\r
352         <a id="Ext.util.ClickRepeater-resumeEvents"></a>\r
353             <b>resumeEvents</b>() : void            <div class="mdesc">\r
354                         <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>\r
355             <div class="long">\r
356                 Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">\r
357         <strong>Parameters:</strong>\r
358         <ul><li>None.</li>        </ul>\r
359         <strong>Returns:</strong>\r
360         <ul>\r
361             <li><code>void</code></li>\r
362         </ul>\r
363     </div>\r
364                 </div>\r
365                         </div>\r
366         </td>\r
367         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>\r
368     </tr>\r
369         <tr class="method-row inherited expandable">\r
370         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
371         <td class="sig">\r
372         <a id="Ext.util.ClickRepeater-suspendEvents"></a>\r
373             <b>suspendEvents</b>() : void            <div class="mdesc">\r
374                         <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>\r
375             <div class="long">\r
376                 Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">\r
377         <strong>Parameters:</strong>\r
378         <ul><li>None.</li>        </ul>\r
379         <strong>Returns:</strong>\r
380         <ul>\r
381             <li><code>void</code></li>\r
382         </ul>\r
383     </div>\r
384                 </div>\r
385                         </div>\r
386         </td>\r
387         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>\r
388     </tr>\r
389         <tr class="method-row inherited alt expandable">\r
390         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
391         <td class="sig">\r
392         <a id="Ext.util.ClickRepeater-un"></a>\r
393             <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
394                         <div class="short">Removes a listener (shorthand for removeListener)</div>\r
395             <div class="long">\r
396                 Removes a listener (shorthand for removeListener)    <div class="mdetail-params">\r
397         <strong>Parameters:</strong>\r
398         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
399         <strong>Returns:</strong>\r
400         <ul>\r
401             <li><code>void</code></li>\r
402         </ul>\r
403     </div>\r
404                 </div>\r
405                         </div>\r
406         </td>\r
407         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>\r
408     </tr>\r
409             </table>
410                 <a id="Ext.util.ClickRepeater-events"></a>
411         <h2>Public Events</h2>
412                 <table cellspacing="0" class="member-table">
413             <tr>
414                 <th class="sig-header" colspan="2">Event</th>
415                 <th class="msource-header">Defined By</th>
416             </tr>
417                 <tr class="event-row expandable">\r
418         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
419         <td class="sig">\r
420         <a id="Ext.util.ClickRepeater-click"></a>\r
421             <b>click</b> : (&nbsp;<code>Ext.util.ClickRepeater this</code>&nbsp;)            <div class="mdesc">\r
422                         <div class="short">Fires on a specified interval during the time the element is pressed.</div>\r
423             <div class="long">\r
424                 Fires on a specified interval during the time the element is pressed.    <div class="mdetail-params">\r
425         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
426         <ul><li><code>this</code> : Ext.util.ClickRepeater<div class="sub-desc"></div></li>        </ul>\r
427     </div>\r
428                 </div>\r
429                         </div>\r
430         </td>\r
431         <td class="msource">ClickRepeater</td>\r
432     </tr>\r
433         <tr class="event-row alt expandable">\r
434         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
435         <td class="sig">\r
436         <a id="Ext.util.ClickRepeater-mousedown"></a>\r
437             <b>mousedown</b> : (&nbsp;<code>Ext.util.ClickRepeater this</code>&nbsp;)            <div class="mdesc">\r
438                         <div class="short">Fires when the mouse button is depressed.</div>\r
439             <div class="long">\r
440                 Fires when the mouse button is depressed.    <div class="mdetail-params">\r
441         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
442         <ul><li><code>this</code> : Ext.util.ClickRepeater<div class="sub-desc"></div></li>        </ul>\r
443     </div>\r
444                 </div>\r
445                         </div>\r
446         </td>\r
447         <td class="msource">ClickRepeater</td>\r
448     </tr>\r
449         <tr class="event-row expandable">\r
450         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
451         <td class="sig">\r
452         <a id="Ext.util.ClickRepeater-mouseup"></a>\r
453             <b>mouseup</b> : (&nbsp;<code>Ext.util.ClickRepeater this</code>&nbsp;)            <div class="mdesc">\r
454                         <div class="short">Fires when the mouse key is released.</div>\r
455             <div class="long">\r
456                 Fires when the mouse key is released.    <div class="mdetail-params">\r
457         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
458         <ul><li><code>this</code> : Ext.util.ClickRepeater<div class="sub-desc"></div></li>        </ul>\r
459     </div>\r
460                 </div>\r
461                         </div>\r
462         </td>\r
463         <td class="msource">ClickRepeater</td>\r
464     </tr>\r
465             </table>
466         
467         </div>