X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.util.DelayedTask.html?ds=inline diff --git a/docs/output/Ext.util.DelayedTask.html b/docs/output/Ext.util.DelayedTask.html index 281fe777..5364a999 100644 --- a/docs/output/Ext.util.DelayedTask.html +++ b/docs/output/Ext.util.DelayedTask.html @@ -1,4 +1,4 @@ -
Package: | Ext.util |
Defined In: | DelayedTask.js |
Class: | DelayedTask |
Extends: | Object |
The DelayedTask class provides a convenient way to "buffer" the execution of a method, +
Package: | Ext.util |
Defined In: | DelayedTask.js |
Class: | DelayedTask |
Extends: | Object |
The DelayedTask class provides a convenient way to "buffer" the execution of a method,
performing setTimeout where a new timeout cancels the old timeout. When called, the
task will wait the specified time period before executing. If durng that time period,
the task is called again, the original call will be cancelled. This continues so that
@@ -16,11 +16,11 @@ Ext.get('myInputField').on('keypress', function(){
});
Note that we are using a DelayedTask here to illustrate a point. The configuration
option buffer for addListener/on will
-also setup a delayed task for you to buffer events.
Method | Defined By | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DelayedTask( [Function fn ], Object scope , [Array args ] )
+also setup a delayed task for you to buffer events.Public PropertiesThis class has no public properties. Public Methods
Public EventsThis class has no public events.
\ No newline at end of file
|