X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.util.DelayedTask.json;fp=docs%2Fsymbols%2FRoo.util.DelayedTask.json;h=712f74716f20361a4bf850a6791e8782270e315f;hb=9ff8ded6bbbd258ecd646184ba26020874e2c085;hp=0000000000000000000000000000000000000000;hpb=2542b67d1a0768025056f2f330bfe50b64d1ad38;p=roojs1 diff --git a/docs/symbols/Roo.util.DelayedTask.json b/docs/symbols/Roo.util.DelayedTask.json new file mode 100644 index 0000000000..712f74716f --- /dev/null +++ b/docs/symbols/Roo.util.DelayedTask.json @@ -0,0 +1,42 @@ +{ + "name" : "Roo.util.DelayedTask", + "augments" : [ + ], + "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.", + "isSingleton" : false, + "isStatic" : false, + "isBuiltin" : false, + "memberOf" : "DelayedTask", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "fn", + "type" : "Function", + "desc" : "(optional) The default function to timeout", + "isOptional" : false + }, + { + "name" : "scope", + "type" : "Object", + "desc" : "(optional) The default scope of that timeout", + "isOptional" : false + }, + { + "name" : "args", + "type" : "Array", + "desc" : "(optional) The default Array of arguments", + "isOptional" : false + } + ], + "returns" : [ + ], + "config" : [ + ], + "methods" : [ + ], + "events" : [ + ] +} \ No newline at end of file