Searched refs:EventHandle (Results 1 - 25 of 25) sorted by relevance

/yui3/src/event-custom/js/
H A Dhandle.js3 * @class EventHandle
8 Y.EventHandle = function(evt, sub) {
27 Y.EventHandle.prototype = {
45 // Y.log('EventHandle.detach: ' + this.sub, 'info', 'Event');
66 * @return {EventHandle} return value from the monitor event subscription.
H A Devent-do.js146 return new Y.EventHandle(o[sFn], sid);
H A Devent-custom.js296 * @return {EventHandle} return value from the monitor event subscription.
345 * @return {EventHandle}
372 return new Y.EventHandle(this, s);
380 * @return {EventHandle} Unsubscribe handle.
396 * @return {EventHandle} An object with a detach method to detch the handler(s).
417 * @return {EventHandle} handle Unsubscribe handle.
H A Devent-target.js137 * @return {EventHandle} A subscription handle capable of detaching the
159 * @return {EventHandle} A subscription handle capable of detaching that
218 * @return {EventHandle} A subscription handle capable of detaching that
269 return (this._yuievt.chain) ? this : new Y.EventHandle(ret);
741 * @return {EventHandle} A subscription handle capable of detaching the
857 @return {EventHandle} A subscription handle capable of detaching the
876 @return {EventHandle} A subscription handle capable of detaching the
899 @return {EventHandle} A subscription handle capable of detaching the
925 @return {EventHandle} A subscription handle capable of detaching the
/yui3/src/event-custom/tests/
H A Devent-custom-base-tests.js202 Y.Assert.isInstanceOf(Y.EventHandle, handle);
350 Y.Assert.isInstanceOf(Y.EventHandle, handle);
390 Y.Assert.isInstanceOf(Y.EventHandle, handle);
429 Y.Assert.isInstanceOf(Y.EventHandle, handle);
465 Y.Assert.isInstanceOf(Y.EventHandle, handle);
494 Y.Assert.isInstanceOf(Y.EventHandle, handle);
520 Y.Assert.isInstanceOf(Y.EventHandle, handle);
543 Y.Assert.isInstanceOf(Y.EventHandle, handle);
571 Y.Assert.isInstanceOf(Y.EventHandle, handle);
591 Y.Assert.isInstanceOf(Y.EventHandle, handl
[all...]
/yui3/src/event-custom/tests/src/
H A Devent-custom-base.js200 Y.Assert.isInstanceOf(Y.EventHandle, handle);
348 Y.Assert.isInstanceOf(Y.EventHandle, handle);
388 Y.Assert.isInstanceOf(Y.EventHandle, handle);
427 Y.Assert.isInstanceOf(Y.EventHandle, handle);
463 Y.Assert.isInstanceOf(Y.EventHandle, handle);
492 Y.Assert.isInstanceOf(Y.EventHandle, handle);
518 Y.Assert.isInstanceOf(Y.EventHandle, handle);
541 Y.Assert.isInstanceOf(Y.EventHandle, handle);
569 Y.Assert.isInstanceOf(Y.EventHandle, handle);
589 Y.Assert.isInstanceOf(Y.EventHandle, handl
[all...]
/yui3/build/event-custom-base/
H A Devent-custom-base-debug.js159 return new Y.EventHandle(o[sFn], sid);
691 * @return {EventHandle} return value from the monitor event subscription.
740 * @return {EventHandle}
767 return new Y.EventHandle(this, s);
775 * @return {EventHandle} Unsubscribe handle.
791 * @return {EventHandle} An object with a detach method to detch the handler(s).
812 * @return {EventHandle} handle Unsubscribe handle.
1215 * @class EventHandle
1220 Y.EventHandle = function(evt, sub) {
1239 Y.EventHandle
[all...]
/yui3/build/event-base/
H A Devent-base-debug.js614 availHandle = new Y.EventHandle({
678 * @return {EventHandle} an object to that can be used to detach the listener
782 return new Y.EventHandle(handles);
886 * @param {String|HTMLElement|Array|NodeList|EventHandle} el An
1317 Event.Handle = Y.EventHandle;
1342 * @return {EventHandle} the detach handle
1366 * @return {EventHandle} the detach handle
/yui3/src/event/js/
H A Devent-dom.js237 availHandle = new Y.EventHandle({
301 * @return {EventHandle} an object to that can be used to detach the listener
405 return new Y.EventHandle(handles);
509 * @param {String|HTMLElement|Array|NodeList|EventHandle} el An
940 Event.Handle = Y.EventHandle;
H A Ddelegate.js48 * @return {EventHandle} the detach handle
81 return new Y.EventHandle(handles);
315 * @return {EventHandle} the detach handle
H A Dsynthetic.js25 * @param handle {EventHandle} the detach handle for the subscription to an
135 * @param handle {EventHandle} the subscription
434 * @return {EventHandle} the detach handle for this subscription
483 new Y.EventHandle(handles);
503 * @return {EventHandle}
613 * @return {EventHandle[]} detach handles for the matching subscriptions
/yui3/build/datatable-head/
H A Ddatatable-head-debug.js286 (new Y.EventHandle(Y.Object.values(this._eventHandles))).detach();
/yui3/build/event-delegate/
H A Devent-delegate-debug.js50 * @return {EventHandle} the detach handle
83 return new Y.EventHandle(handles);
317 * @return {EventHandle} the detach handle
/yui3/build/widget-position-align/
H A Dwidget-position-align-debug.js497 new Y.EventHandle(handles).detach();
/yui3/src/dd/tests/
H A Ddd-tests.js130 Y.Assert.isInstanceOf(Y.EventHandle, handle, 'drop:handle [' + v + ']: Handle Instance');
254 Y.Assert.isInstanceOf(Y.EventHandle, handle, 'drag:handle [' + v + ']: Handle Instance');
302 Y.Assert.isInstanceOf(Y.EventHandle, handle, 'proxy:handle [' + v + ']: Handle Instance');
516 Y.Assert.isInstanceOf(Y.EventHandle, handle, 'drag:handle [' + v + ']: Handle Instance');
/yui3/src/datatable/js/
H A Dhead.js284 (new Y.EventHandle(Y.Object.values(this._eventHandles))).detach();
H A Dbody.js758 (new Y.EventHandle(YObject.values(this._eventHandles))).detach();
/yui3/src/widget-position-align/js/
H A DWidget-PositionAlign.js495 new Y.EventHandle(handles).detach();
/yui3/build/datatable-body/
H A Ddatatable-body-debug.js760 (new Y.EventHandle(YObject.values(this._eventHandles))).detach();
/yui3/build/event-synthetic/
H A Devent-synthetic-debug.js27 * @param handle {EventHandle} the detach handle for the subscription to an
137 * @param handle {EventHandle} the subscription
436 * @return {EventHandle} the detach handle for this subscription
485 new Y.EventHandle(handles);
505 * @return {EventHandle}
615 * @return {EventHandle[]} detach handles for the matching subscriptions
/yui3/src/autocomplete/js/
H A Dautocomplete-base.js266 this._acBaseEvents = new Y.EventHandle([
/yui3/build/autocomplete-base/
H A Dautocomplete-base-debug.js268 this._acBaseEvents = new Y.EventHandle([
/yui3/src/pjax/tests/
H A Dpjax-test.js241 Assert.isInstanceOf(Y.EventHandle, this.pjax._pjaxEvents);
/yui3/build/simpleyui/
H A Dsimpleyui-debug.js9075 return new Y.EventHandle(o[sFn], sid);
9607 * @return {EventHandle} return value from the monitor event subscription.
9656 * @return {EventHandle}
9683 return new Y.EventHandle(this, s);
9691 * @return {EventHandle} Unsubscribe handle.
9707 * @return {EventHandle} An object with a detach method to detch the handler(s).
9728 * @return {EventHandle} handle Unsubscribe handle.
10131 * @class EventHandle
10136 Y.EventHandle = function(evt, sub) {
10155 Y.EventHandle
[all...]
/yui3/src/simpleyui/js/
H A Dconcat.js9075 return new Y.EventHandle(o[sFn], sid);
9607 * @return {EventHandle} return value from the monitor event subscription.
9656 * @return {EventHandle}
9683 return new Y.EventHandle(this, s);
9691 * @return {EventHandle} Unsubscribe handle.
9707 * @return {EventHandle} An object with a detach method to detch the handler(s).
9728 * @return {EventHandle} handle Unsubscribe handle.
10131 * @class EventHandle
10136 Y.EventHandle = function(evt, sub) {
10155 Y.EventHandle
[all...]

Completed in 196 milliseconds