120db69dc2e865e0769bd888242d848d9b03c380
[roojs1] / docs / symbols / Roo.util.DelayedTask.json
1 {
2   "name" : "Roo.util.DelayedTask",
3   "augments" : [],
4   "childClasses" : {  },
5   "tree_children" : [],
6   "tree_parent" : [],
7   "desc" : "Provides a convenient method of performing setTimeout where a new\ntimeout cancels the old timeout. An example would be performing validation on a keypress.\nYou can use this class to buffer\nthe keypress events for a certain number of milliseconds, and perform only if they stop\nfor that amount of time.",
8   "isSingleton" : false,
9   "isStatic" : false,
10   "isBuiltin" : false,
11   "isAbstract" : false,
12   "isBuilderTop" : false,
13   "memberOf" : "DelayedTask",
14   "example" : "",
15   "deprecated" : "",
16   "since" : "",
17   "see" : "",
18   "params" : [
19     {
20       "name" : "fn",
21       "type" : "Function",
22       "desc" : "(optional) The default function to timeout",
23       "isOptional" : false
24     },
25     {
26       "name" : "scope",
27       "type" : "Object",
28       "desc" : "(optional) The default scope of that timeout",
29       "isOptional" : false
30     },
31     {
32       "name" : "args",
33       "type" : "Array",
34       "desc" : "(optional) The default Array of arguments",
35       "isOptional" : false
36     }
37   ],
38   "returns" : [],
39   "throws" : "",
40   "requires" : "",
41   "config" : [],
42   "methods" : [],
43   "events" : []
44 }