Lines Matching defs:Delegate
9 * @class Delegate
16 var Delegate = function(o) {
17 Delegate.superclass.constructor.apply(this, arguments);
24 Y.extend(Delegate, Y.Base, {
74 * @description The callback for the Y.DD.Delegate instance used
297 * @description Holder for all Y.DD.Delegate instances
304 * @description Register a Delegate with the DDM
313 * @return Y.DD.Delegate
328 Y.DD.Delegate = Delegate;