Update toString() method in dijit._WidgetBase to return type string instead of String to be compatible with Object's toString() method.

This commit is contained in:
Mike Van Sickle
2014-08-22 08:30:20 -04:00
parent 807ba77ee6
commit 4dc8904eeb
27 changed files with 400 additions and 475 deletions
+97 -97
View File
@@ -1767,7 +1767,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2617,7 +2617,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3331,7 +3331,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4194,7 +4194,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5076,7 +5076,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5721,7 +5721,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6396,7 +6396,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7362,7 +7362,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8187,7 +8187,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9281,7 +9281,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10233,7 +10233,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11066,7 +11066,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12254,7 +12254,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13516,7 +13516,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -14734,7 +14734,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -15793,7 +15793,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -16943,7 +16943,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -17813,7 +17813,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -18639,7 +18639,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -19443,7 +19443,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -20350,7 +20350,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -21453,7 +21453,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Detach menu from given node
*
@@ -22410,7 +22410,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -23327,7 +23327,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -24249,7 +24249,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -25156,7 +25156,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -26023,7 +26023,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -26976,7 +26976,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -27896,7 +27896,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -28778,7 +28778,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -29621,7 +29621,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -30422,7 +30422,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -31527,7 +31527,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -32681,7 +32681,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -34051,7 +34051,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -35049,7 +35049,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -36491,7 +36491,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -37654,7 +37654,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -38525,7 +38525,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -39398,7 +39398,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -40267,7 +40267,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -43574,7 +43574,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -44919,7 +44919,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -46129,7 +46129,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -47157,7 +47157,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -48115,7 +48115,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -49652,7 +49652,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -51016,7 +51016,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -52058,7 +52058,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -53150,7 +53150,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -54606,7 +54606,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -55877,7 +55877,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -56843,7 +56843,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -57974,7 +57974,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -59283,7 +59283,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -60137,7 +60137,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -61599,7 +61599,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
*
*/
@@ -62509,7 +62509,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -63702,7 +63702,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -64716,7 +64716,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -65746,7 +65746,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -67036,7 +67036,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -68463,7 +68463,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -69493,7 +69493,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -70567,7 +70567,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -71788,7 +71788,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -72914,7 +72914,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -74218,7 +74218,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -75282,7 +75282,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -76385,7 +76385,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -77713,7 +77713,7 @@ declare module dijit {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -78734,7 +78734,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -79566,7 +79566,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -80440,7 +80440,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -81622,7 +81622,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -82673,7 +82673,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -83608,7 +83608,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -84460,7 +84460,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -85262,7 +85262,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -86101,7 +86101,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -87028,7 +87028,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -87898,7 +87898,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -88693,7 +88693,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -89513,7 +89513,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -90555,7 +90555,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -91494,7 +91494,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -92531,7 +92531,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -93610,7 +93610,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -94602,7 +94602,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -95520,7 +95520,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -96432,7 +96432,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -97326,7 +97326,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -98325,7 +98325,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -99286,7 +99286,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -100157,7 +100157,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -101132,7 +101132,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -104130,7 +104130,7 @@ declare module dijit {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+8 -83
View File
@@ -934,7 +934,7 @@ declare module dojo {
/**
*
*/
toString(): String;
toString(): string;
/**
* Trace the promise.
* Tracing allows you to transparently log progress,
@@ -1862,7 +1862,7 @@ declare module dojo {
/**
*
*/
toString(): String;
toString(): string;
}
/**
* Permalink: http://dojotoolkit.org/api/1.9/dojo/Evented.html
@@ -3152,82 +3152,7 @@ declare module dojo {
* @param superclass May be null, a Function, or an Array of Functions. This argumentspecifies a list of bases (the left-most one is the most deepestbase).
* @param props An object whose properties are copied to the created prototype.Add an instance-initialization function by making it a propertynamed "constructor".
*/
interface declare{(className?: String, superclass?: Function, props?: Object): void}
/**
* Permalink: http://dojotoolkit.org/api/1.9/dojo/_base/declare.html
*
* Create a feature-rich constructor from compact notation.
* Create a constructor using a compact notation for inheritance and
* prototype extension.
*
* Mixin ancestors provide a type of multiple inheritance.
* Prototypes of mixin ancestors are copied to the new class:
* changes to mixin prototypes will not affect classes to which
* they have been mixed in.
*
* Ancestors can be compound classes created by this version of
* declare(). In complex cases all base classes are going to be
* linearized according to C3 MRO algorithm
* (see http://www.python.org/download/releases/2.3/mro/ for more
* details).
*
* "className" is cached in "declaredClass" property of the new class,
* if it was supplied. The immediate super class will be cached in
* "superclass" property of the new class.
*
* Methods in "props" will be copied and modified: "nom" property
* (the declared name of the method) will be added to all copied
* functions to help identify them for the internal machinery. Be
* very careful, while reusing methods: if you use the same
* function under different names, it can produce errors in some
* cases.
*
* It is possible to use constructors created "manually" (without
* declare()) as bases. They will be called as usual during the
* creation of an instance, their methods will be chained, and even
* called by "this.inherited()".
*
* Special property "-chains-" governs how to chain methods. It is
* a dictionary, which uses method names as keys, and hint strings
* as values. If a hint string is "after", this method will be
* called after methods of its base classes. If a hint string is
* "before", this method will be called before methods of its base
* classes.
*
* If "constructor" is not mentioned in "-chains-" property, it will
* be chained using the legacy mode: using "after" chaining,
* calling preamble() method before each constructor, if available,
* and calling postscript() after all constructors were executed.
* If the hint is "after", it is chained as a regular method, but
* postscript() will be called after the chain of constructors.
* "constructor" cannot be chained "before", but it allows
* a special hint string: "manual", which means that constructors
* are not going to be chained in any way, and programmer will call
* them manually using this.inherited(). In the latter case
* postscript() will be called after the construction.
*
* All chaining hints are "inherited" from base classes and
* potentially can be overridden. Be very careful when overriding
* hints! Make sure that all chained methods can work in a proposed
* manner of chaining.
*
* Once a method was chained, it is impossible to unchain it. The
* only exception is "constructor". You don't need to define a
* method in order to supply a chaining hint.
*
* If a method is chained, it cannot use this.inherited() because
* all other methods in the hierarchy will be called automatically.
*
* Usually constructors and initializers of any kind are chained
* using "after" and destructors of any kind are chained as
* "before". Note that chaining assumes that chained methods do not
* return any value: any returned value will be discarded.
*
* @param className OptionalThe optional name of the constructor (loosely, a "class")stored in the "declaredClass" property in the created prototype.It will be used as a global name for a created constructor.
* @param superclass May be null, a Function, or an Array of Functions. This argumentspecifies a list of bases (the left-most one is the most deepestbase).
* @param props An object whose properties are copied to the created prototype.Add an instance-initialization function by making it a propertynamed "constructor".
*/
interface declare{(className?: String, superclass?: Function[], props?: Object): void}
interface declare{(className?: String, superclass?: any[], props?: Object): typeof dojo._base.declare.__DeclareCreatedObject}
module declare {
/**
* Mix in properties skipping a constructor and decorating functions
@@ -11519,7 +11444,7 @@ declare module dojo {
/**
*
*/
toString(): String;
toString(): string;
}
/**
* Permalink: http://dojotoolkit.org/api/1.9/dojo/_base/kernel.window.html
@@ -16135,7 +16060,7 @@ declare module dojo {
/**
*
*/
toString(): String;
toString(): string;
/**
* Trace the promise.
* Tracing allows you to transparently log progress,
@@ -18108,7 +18033,7 @@ declare module dojo {
* @param route A string or regular expression which will be used whenmonitoring hash changes.
* @param callback When the hash matches a pattern as described in the route,this callback will be executed. It will receive an eventobject that will have several properties:params: Either an array or object of properties pulledfrom the new hasholdPath: The hash in its state before the changenewPath: The new hash being shifted topreventDefault: A method that will stop hash changesfrom being actually applied to the active hash. This onlyworks if the hash change was initiated using router.go,as changes initiated more directly to the location.hashproperty will already be in placestopImmediatePropagation: When called, will stop anyfurther bound callbacks on this particular route frombeing executed. If two distinct routes are bound that aredifferent, but both happen to match the current hash insome way, this will not keep other routes from receivingnotice of the change.
*/
register(route: String, callback: Function): any;
register(route: String, callback: { (params?: Object, oldPath?: string, newPath?: string, preventDefault?: Function, stopImmediatePropagation?: Function):void }): any;
/**
* Registers a route to a handling callback
* Given either a string or a regular expression, the router
@@ -18136,7 +18061,7 @@ declare module dojo {
* @param route A string or regular expression which will be used whenmonitoring hash changes.
* @param callback When the hash matches a pattern as described in the route,this callback will be executed. It will receive an eventobject that will have several properties:params: Either an array or object of properties pulledfrom the new hasholdPath: The hash in its state before the changenewPath: The new hash being shifted topreventDefault: A method that will stop hash changesfrom being actually applied to the active hash. This onlyworks if the hash change was initiated using router.go,as changes initiated more directly to the location.hashproperty will already be in placestopImmediatePropagation: When called, will stop anyfurther bound callbacks on this particular route frombeing executed. If two distinct routes are bound that aredifferent, but both happen to match the current hash insome way, this will not keep other routes from receivingnotice of the change.
*/
register(route: RegExp, callback: Function): any;
register(route: RegExp, callback: { (params?: Object, oldPath?: string, newPath?: string, preventDefault?: Function, stopImmediatePropagation?: Function): void }): any;
/**
* Registers a route to a handling callback, except before
* any previously registered callbacks
@@ -26353,7 +26278,7 @@ declare module dojo {
/**
*
*/
toString(): String;
toString(): string;
}
/**
* Permalink: http://dojotoolkit.org/api/1.9/dojo/main.regexp.html
+1 -1
View File
@@ -2298,7 +2298,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+6 -6
View File
@@ -2444,7 +2444,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3400,7 +3400,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4333,7 +4333,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5173,7 +5173,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6226,7 +6226,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7074,7 +7074,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+6 -6
View File
@@ -1135,7 +1135,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2069,7 +2069,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2926,7 +2926,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3761,7 +3761,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4591,7 +4591,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5469,7 +5469,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+14 -14
View File
@@ -810,7 +810,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -1627,7 +1627,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2386,7 +2386,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3143,7 +3143,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4006,7 +4006,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4780,7 +4780,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5537,7 +5537,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6400,7 +6400,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7174,7 +7174,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7931,7 +7931,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8794,7 +8794,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9568,7 +9568,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10325,7 +10325,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11188,7 +11188,7 @@
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+16 -16
View File
@@ -785,7 +785,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2141,7 +2141,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3663,7 +3663,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4581,7 +4581,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5347,7 +5347,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6195,7 +6195,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7552,7 +7552,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8504,7 +8504,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9276,7 +9276,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10293,7 +10293,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11701,7 +11701,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13488,7 +13488,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -15348,7 +15348,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -17155,7 +17155,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -18870,7 +18870,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -20691,7 +20691,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+4 -4
View File
@@ -11037,7 +11037,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11717,7 +11717,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12394,7 +12394,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13080,7 +13080,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+5 -5
View File
@@ -161,7 +161,7 @@ declare module dojox {
* This returns a string representation of the date in "dd, MM, YYYY HH:MM:SS" format
*
*/
toString(): String;
toString(): string;
/**
*
*/
@@ -430,7 +430,7 @@ declare module dojox {
* dependencies on dojox.date.locale and dojo.cldr.
*
*/
toString(): String;
toString(): string;
/**
*
*/
@@ -697,7 +697,7 @@ declare module dojox {
* This returns a string representation of the date in "DDDD MMMM DD YYYY HH:MM:SS" format
*
*/
toString(): String;
toString(): string;
/**
* This function returns The stored time value in milliseconds
* since midnight, January 1, 1970 UTC
@@ -972,7 +972,7 @@ declare module dojox {
* This returns a string representation of the date in "DDDD MMMM DD YYYY HH:MM:SS" format
*
*/
toString(): String;
toString(): string;
/**
* This function returns The stored time value in milliseconds
* since midnight, January 1, 1970 UTC
@@ -1195,7 +1195,7 @@ declare module dojox {
* This returns a string representation of the date in "DDDD MMMM DD YYYY HH:MM:SS" format
*
*/
toString(): String;
toString(): string;
/**
* This function returns the stored time value in milliseconds
* since midnight, January 1, 1970 UTC
+23 -23
View File
@@ -1118,7 +1118,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2462,7 +2462,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4309,7 +4309,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5382,7 +5382,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6252,7 +6252,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7117,7 +7117,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7987,7 +7987,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8860,7 +8860,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9725,7 +9725,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10590,7 +10590,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11460,7 +11460,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12328,7 +12328,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13198,7 +13198,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -14063,7 +14063,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -14933,7 +14933,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -15801,7 +15801,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -16671,7 +16671,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -17536,7 +17536,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -18406,7 +18406,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -19276,7 +19276,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -20143,7 +20143,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -21013,7 +21013,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -21883,7 +21883,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+1 -1
View File
@@ -4620,7 +4620,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+2 -2
View File
@@ -1219,7 +1219,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String
toString(): string
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -1823,7 +1823,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String
toString(): string
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+13 -13
View File
@@ -1235,7 +1235,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2225,7 +2225,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3196,7 +3196,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4090,7 +4090,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5121,7 +5121,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5942,7 +5942,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6790,7 +6790,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7716,7 +7716,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9832,7 +9832,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12047,7 +12047,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13008,7 +13008,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13967,7 +13967,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -15154,7 +15154,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+1 -1
View File
@@ -840,7 +840,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+24 -24
View File
@@ -976,7 +976,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -2148,7 +2148,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3325,7 +3325,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -4686,7 +4686,7 @@ declare module dojox {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -6019,7 +6019,7 @@ declare module dojox {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -7332,7 +7332,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -8396,7 +8396,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9387,7 +9387,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10409,7 +10409,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11446,7 +11446,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12695,7 +12695,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13888,7 +13888,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -15200,7 +15200,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -16348,7 +16348,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -17389,7 +17389,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -18415,7 +18415,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -19733,7 +19733,7 @@ declare module dojox {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -20767,7 +20767,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -22014,7 +22014,7 @@ declare module dojox {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -23490,7 +23490,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -24780,7 +24780,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -26168,7 +26168,7 @@ declare module dojox {
* Returns widget as a printable string using the widget's value
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -27716,7 +27716,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -28665,7 +28665,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+1 -1
View File
@@ -709,7 +709,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+21 -21
View File
@@ -937,7 +937,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -1870,7 +1870,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2816,7 +2816,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3761,7 +3761,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4705,7 +4705,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5651,7 +5651,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6597,7 +6597,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7743,7 +7743,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8677,7 +8677,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9621,7 +9621,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10564,7 +10564,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11507,7 +11507,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12637,7 +12637,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13566,7 +13566,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -14864,7 +14864,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -15801,7 +15801,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -17101,7 +17101,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -18314,7 +18314,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -19135,7 +19135,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -20101,7 +20101,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -21399,7 +21399,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+3 -3
View File
@@ -1045,7 +1045,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -1990,7 +1990,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3538,7 +3538,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+12 -12
View File
@@ -2322,7 +2322,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3747,7 +3747,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4820,7 +4820,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5900,7 +5900,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7114,7 +7114,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9247,7 +9247,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11093,7 +11093,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12997,7 +12997,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -14957,7 +14957,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -20171,7 +20171,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -23032,7 +23032,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
*
*/
@@ -23885,7 +23885,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
*
*/
+1 -1
View File
@@ -2222,7 +2222,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+3 -3
View File
@@ -789,7 +789,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -1828,7 +1828,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2615,7 +2615,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+10 -10
View File
@@ -915,7 +915,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -1758,7 +1758,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2448,7 +2448,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3522,7 +3522,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4713,7 +4713,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6755,7 +6755,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7788,7 +7788,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8739,7 +8739,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9817,7 +9817,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10766,7 +10766,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+68 -68
View File
@@ -680,7 +680,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2024,7 +2024,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3004,7 +3004,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Performs a view transition.
* Given a transition destination, this method performs a view
@@ -3792,7 +3792,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5215,7 +5215,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6005,7 +6005,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6754,7 +6754,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7469,7 +7469,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8296,7 +8296,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9143,7 +9143,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10200,7 +10200,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -10932,7 +10932,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11715,7 +11715,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12585,7 +12585,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13331,7 +13331,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -14144,7 +14144,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -15057,7 +15057,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -16039,7 +16039,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -16934,7 +16934,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -17805,7 +17805,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -18510,7 +18510,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -19252,7 +19252,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -20005,7 +20005,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -20798,7 +20798,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -21657,7 +21657,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -22704,7 +22704,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Performs a view transition.
* Given a transition destination, this method performs a view
@@ -23517,7 +23517,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -24476,7 +24476,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Performs a view transition.
* Given a transition destination, this method performs a view
@@ -25698,7 +25698,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Performs a view transition.
* Given a transition destination, this method performs a view
@@ -26437,7 +26437,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -27103,7 +27103,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -27782,7 +27782,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -28460,7 +28460,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -29134,7 +29134,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -29876,7 +29876,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -30557,7 +30557,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -31323,7 +31323,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -32060,7 +32060,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -32742,7 +32742,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -33559,7 +33559,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -34472,7 +34472,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -35569,7 +35569,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -36688,7 +36688,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -37896,7 +37896,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -38936,7 +38936,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -39718,7 +39718,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -40524,7 +40524,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -41289,7 +41289,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -42093,7 +42093,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -43201,7 +43201,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -44000,7 +44000,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -44863,7 +44863,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -45657,7 +45657,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -46893,7 +46893,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -47775,7 +47775,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -48758,7 +48758,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Performs a view transition.
* Given a transition destination, this method performs a view
@@ -49658,7 +49658,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -50535,7 +50535,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Restore the value to the last value passed to onChange
*
@@ -51309,7 +51309,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -52303,7 +52303,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Performs a view transition.
* Given a transition destination, this method performs a view
@@ -52992,7 +52992,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -54173,7 +54173,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -55030,7 +55030,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -55944,7 +55944,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -56737,7 +56737,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -57602,7 +57602,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -58306,7 +58306,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -59168,7 +59168,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+24 -24
View File
@@ -676,7 +676,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2076,7 +2076,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2737,7 +2737,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3389,7 +3389,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4274,7 +4274,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4984,7 +4984,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6196,7 +6196,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6963,7 +6963,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8572,7 +8572,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9344,7 +9344,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9996,7 +9996,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10657,7 +10657,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -11714,7 +11714,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12577,7 +12577,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13339,7 +13339,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -14040,7 +14040,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -14907,7 +14907,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -16209,7 +16209,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -17091,7 +17091,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -17741,7 +17741,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -18847,7 +18847,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -19661,7 +19661,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -20423,7 +20423,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -21124,7 +21124,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+1 -1
View File
@@ -1032,7 +1032,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+1 -1
View File
@@ -995,7 +995,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
+34 -34
View File
@@ -774,7 +774,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -1544,7 +1544,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -2314,7 +2314,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3077,7 +3077,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -3821,7 +3821,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -4578,7 +4578,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -5619,7 +5619,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -6441,7 +6441,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -7262,7 +7262,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8084,7 +8084,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -8905,7 +8905,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -9726,7 +9726,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -10687,7 +10687,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12011,7 +12011,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -12913,7 +12913,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -13758,7 +13758,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -14489,7 +14489,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -15294,7 +15294,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -16108,7 +16108,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -16917,7 +16917,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -17790,7 +17790,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -18672,7 +18672,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -19477,7 +19477,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -20305,7 +20305,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -21443,7 +21443,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -22535,7 +22535,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -23929,7 +23929,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -24916,7 +24916,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -25840,7 +25840,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Over-ride to hide the widget, which clears intervals, before cleanup.
*
@@ -26715,7 +26715,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -27467,7 +27467,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -28333,7 +28333,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -29236,7 +29236,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.
@@ -30187,7 +30187,7 @@ declare module dojox {
* serialization.
*
*/
toString(): String;
toString(): string;
/**
* Deprecated. Override destroy() instead to implement custom widget tear-down
* behavior.