| Index: client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| index 451d33d51b71e2fa81e94edb1b4afa05322b9a8a..681a6d1e4fc3a32411c5f5c5a4f9c6c7e62605a9 100644
|
| --- a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| @@ -11,335 +11,335 @@ class _ElementWrappingImplementation extends _NodeWrappingImplementation impleme
|
| return new _ElementWrappingImplementation();
|
| }
|
|
|
| - int get childElementCount() { return _get__Element_childElementCount(this); }
|
| - static int _get__Element_childElementCount(var _this) native;
|
| + int get childElementCount() { return _get_childElementCount(this); }
|
| + static int _get_childElementCount(var _this) native;
|
|
|
| - int get clientHeight() { return _get__Element_clientHeight(this); }
|
| - static int _get__Element_clientHeight(var _this) native;
|
| + int get clientHeight() { return _get_clientHeight(this); }
|
| + static int _get_clientHeight(var _this) native;
|
|
|
| - int get clientLeft() { return _get__Element_clientLeft(this); }
|
| - static int _get__Element_clientLeft(var _this) native;
|
| + int get clientLeft() { return _get_clientLeft(this); }
|
| + static int _get_clientLeft(var _this) native;
|
|
|
| - int get clientTop() { return _get__Element_clientTop(this); }
|
| - static int _get__Element_clientTop(var _this) native;
|
| + int get clientTop() { return _get_clientTop(this); }
|
| + static int _get_clientTop(var _this) native;
|
|
|
| - int get clientWidth() { return _get__Element_clientWidth(this); }
|
| - static int _get__Element_clientWidth(var _this) native;
|
| + int get clientWidth() { return _get_clientWidth(this); }
|
| + static int _get_clientWidth(var _this) native;
|
|
|
| - Element get firstElementChild() { return _get__Element_firstElementChild(this); }
|
| - static Element _get__Element_firstElementChild(var _this) native;
|
| + Element get firstElementChild() { return _get_firstElementChild(this); }
|
| + static Element _get_firstElementChild(var _this) native;
|
|
|
| - Element get lastElementChild() { return _get__Element_lastElementChild(this); }
|
| - static Element _get__Element_lastElementChild(var _this) native;
|
| + Element get lastElementChild() { return _get_lastElementChild(this); }
|
| + static Element _get_lastElementChild(var _this) native;
|
|
|
| - Element get nextElementSibling() { return _get__Element_nextElementSibling(this); }
|
| - static Element _get__Element_nextElementSibling(var _this) native;
|
| + Element get nextElementSibling() { return _get_nextElementSibling(this); }
|
| + static Element _get_nextElementSibling(var _this) native;
|
|
|
| - int get offsetHeight() { return _get__Element_offsetHeight(this); }
|
| - static int _get__Element_offsetHeight(var _this) native;
|
| + int get offsetHeight() { return _get_offsetHeight(this); }
|
| + static int _get_offsetHeight(var _this) native;
|
|
|
| - int get offsetLeft() { return _get__Element_offsetLeft(this); }
|
| - static int _get__Element_offsetLeft(var _this) native;
|
| + int get offsetLeft() { return _get_offsetLeft(this); }
|
| + static int _get_offsetLeft(var _this) native;
|
|
|
| - Element get offsetParent() { return _get__Element_offsetParent(this); }
|
| - static Element _get__Element_offsetParent(var _this) native;
|
| + Element get offsetParent() { return _get_offsetParent(this); }
|
| + static Element _get_offsetParent(var _this) native;
|
|
|
| - int get offsetTop() { return _get__Element_offsetTop(this); }
|
| - static int _get__Element_offsetTop(var _this) native;
|
| + int get offsetTop() { return _get_offsetTop(this); }
|
| + static int _get_offsetTop(var _this) native;
|
|
|
| - int get offsetWidth() { return _get__Element_offsetWidth(this); }
|
| - static int _get__Element_offsetWidth(var _this) native;
|
| + int get offsetWidth() { return _get_offsetWidth(this); }
|
| + static int _get_offsetWidth(var _this) native;
|
|
|
| - EventListener get onabort() { return _get__Element_onabort(this); }
|
| - static EventListener _get__Element_onabort(var _this) native;
|
| + EventListener get onabort() { return _get_onabort(this); }
|
| + static EventListener _get_onabort(var _this) native;
|
|
|
| - void set onabort(EventListener value) { _set__Element_onabort(this, value); }
|
| - static void _set__Element_onabort(var _this, EventListener value) native;
|
| + void set onabort(EventListener value) { _set_onabort(this, value); }
|
| + static void _set_onabort(var _this, EventListener value) native;
|
|
|
| - EventListener get onbeforecopy() { return _get__Element_onbeforecopy(this); }
|
| - static EventListener _get__Element_onbeforecopy(var _this) native;
|
| + EventListener get onbeforecopy() { return _get_onbeforecopy(this); }
|
| + static EventListener _get_onbeforecopy(var _this) native;
|
|
|
| - void set onbeforecopy(EventListener value) { _set__Element_onbeforecopy(this, value); }
|
| - static void _set__Element_onbeforecopy(var _this, EventListener value) native;
|
| + void set onbeforecopy(EventListener value) { _set_onbeforecopy(this, value); }
|
| + static void _set_onbeforecopy(var _this, EventListener value) native;
|
|
|
| - EventListener get onbeforecut() { return _get__Element_onbeforecut(this); }
|
| - static EventListener _get__Element_onbeforecut(var _this) native;
|
| + EventListener get onbeforecut() { return _get_onbeforecut(this); }
|
| + static EventListener _get_onbeforecut(var _this) native;
|
|
|
| - void set onbeforecut(EventListener value) { _set__Element_onbeforecut(this, value); }
|
| - static void _set__Element_onbeforecut(var _this, EventListener value) native;
|
| + void set onbeforecut(EventListener value) { _set_onbeforecut(this, value); }
|
| + static void _set_onbeforecut(var _this, EventListener value) native;
|
|
|
| - EventListener get onbeforepaste() { return _get__Element_onbeforepaste(this); }
|
| - static EventListener _get__Element_onbeforepaste(var _this) native;
|
| + EventListener get onbeforepaste() { return _get_onbeforepaste(this); }
|
| + static EventListener _get_onbeforepaste(var _this) native;
|
|
|
| - void set onbeforepaste(EventListener value) { _set__Element_onbeforepaste(this, value); }
|
| - static void _set__Element_onbeforepaste(var _this, EventListener value) native;
|
| + void set onbeforepaste(EventListener value) { _set_onbeforepaste(this, value); }
|
| + static void _set_onbeforepaste(var _this, EventListener value) native;
|
|
|
| - EventListener get onblur() { return _get__Element_onblur(this); }
|
| - static EventListener _get__Element_onblur(var _this) native;
|
| + EventListener get onblur() { return _get_onblur(this); }
|
| + static EventListener _get_onblur(var _this) native;
|
|
|
| - void set onblur(EventListener value) { _set__Element_onblur(this, value); }
|
| - static void _set__Element_onblur(var _this, EventListener value) native;
|
| + void set onblur(EventListener value) { _set_onblur(this, value); }
|
| + static void _set_onblur(var _this, EventListener value) native;
|
|
|
| - EventListener get onchange() { return _get__Element_onchange(this); }
|
| - static EventListener _get__Element_onchange(var _this) native;
|
| + EventListener get onchange() { return _get_onchange(this); }
|
| + static EventListener _get_onchange(var _this) native;
|
|
|
| - void set onchange(EventListener value) { _set__Element_onchange(this, value); }
|
| - static void _set__Element_onchange(var _this, EventListener value) native;
|
| + void set onchange(EventListener value) { _set_onchange(this, value); }
|
| + static void _set_onchange(var _this, EventListener value) native;
|
|
|
| - EventListener get onclick() { return _get__Element_onclick(this); }
|
| - static EventListener _get__Element_onclick(var _this) native;
|
| + EventListener get onclick() { return _get_onclick(this); }
|
| + static EventListener _get_onclick(var _this) native;
|
|
|
| - void set onclick(EventListener value) { _set__Element_onclick(this, value); }
|
| - static void _set__Element_onclick(var _this, EventListener value) native;
|
| + void set onclick(EventListener value) { _set_onclick(this, value); }
|
| + static void _set_onclick(var _this, EventListener value) native;
|
|
|
| - EventListener get oncontextmenu() { return _get__Element_oncontextmenu(this); }
|
| - static EventListener _get__Element_oncontextmenu(var _this) native;
|
| + EventListener get oncontextmenu() { return _get_oncontextmenu(this); }
|
| + static EventListener _get_oncontextmenu(var _this) native;
|
|
|
| - void set oncontextmenu(EventListener value) { _set__Element_oncontextmenu(this, value); }
|
| - static void _set__Element_oncontextmenu(var _this, EventListener value) native;
|
| + void set oncontextmenu(EventListener value) { _set_oncontextmenu(this, value); }
|
| + static void _set_oncontextmenu(var _this, EventListener value) native;
|
|
|
| - EventListener get oncopy() { return _get__Element_oncopy(this); }
|
| - static EventListener _get__Element_oncopy(var _this) native;
|
| + EventListener get oncopy() { return _get_oncopy(this); }
|
| + static EventListener _get_oncopy(var _this) native;
|
|
|
| - void set oncopy(EventListener value) { _set__Element_oncopy(this, value); }
|
| - static void _set__Element_oncopy(var _this, EventListener value) native;
|
| + void set oncopy(EventListener value) { _set_oncopy(this, value); }
|
| + static void _set_oncopy(var _this, EventListener value) native;
|
|
|
| - EventListener get oncut() { return _get__Element_oncut(this); }
|
| - static EventListener _get__Element_oncut(var _this) native;
|
| + EventListener get oncut() { return _get_oncut(this); }
|
| + static EventListener _get_oncut(var _this) native;
|
|
|
| - void set oncut(EventListener value) { _set__Element_oncut(this, value); }
|
| - static void _set__Element_oncut(var _this, EventListener value) native;
|
| + void set oncut(EventListener value) { _set_oncut(this, value); }
|
| + static void _set_oncut(var _this, EventListener value) native;
|
|
|
| - EventListener get ondblclick() { return _get__Element_ondblclick(this); }
|
| - static EventListener _get__Element_ondblclick(var _this) native;
|
| + EventListener get ondblclick() { return _get_ondblclick(this); }
|
| + static EventListener _get_ondblclick(var _this) native;
|
|
|
| - void set ondblclick(EventListener value) { _set__Element_ondblclick(this, value); }
|
| - static void _set__Element_ondblclick(var _this, EventListener value) native;
|
| + void set ondblclick(EventListener value) { _set_ondblclick(this, value); }
|
| + static void _set_ondblclick(var _this, EventListener value) native;
|
|
|
| - EventListener get ondrag() { return _get__Element_ondrag(this); }
|
| - static EventListener _get__Element_ondrag(var _this) native;
|
| + EventListener get ondrag() { return _get_ondrag(this); }
|
| + static EventListener _get_ondrag(var _this) native;
|
|
|
| - void set ondrag(EventListener value) { _set__Element_ondrag(this, value); }
|
| - static void _set__Element_ondrag(var _this, EventListener value) native;
|
| + void set ondrag(EventListener value) { _set_ondrag(this, value); }
|
| + static void _set_ondrag(var _this, EventListener value) native;
|
|
|
| - EventListener get ondragend() { return _get__Element_ondragend(this); }
|
| - static EventListener _get__Element_ondragend(var _this) native;
|
| + EventListener get ondragend() { return _get_ondragend(this); }
|
| + static EventListener _get_ondragend(var _this) native;
|
|
|
| - void set ondragend(EventListener value) { _set__Element_ondragend(this, value); }
|
| - static void _set__Element_ondragend(var _this, EventListener value) native;
|
| + void set ondragend(EventListener value) { _set_ondragend(this, value); }
|
| + static void _set_ondragend(var _this, EventListener value) native;
|
|
|
| - EventListener get ondragenter() { return _get__Element_ondragenter(this); }
|
| - static EventListener _get__Element_ondragenter(var _this) native;
|
| + EventListener get ondragenter() { return _get_ondragenter(this); }
|
| + static EventListener _get_ondragenter(var _this) native;
|
|
|
| - void set ondragenter(EventListener value) { _set__Element_ondragenter(this, value); }
|
| - static void _set__Element_ondragenter(var _this, EventListener value) native;
|
| + void set ondragenter(EventListener value) { _set_ondragenter(this, value); }
|
| + static void _set_ondragenter(var _this, EventListener value) native;
|
|
|
| - EventListener get ondragleave() { return _get__Element_ondragleave(this); }
|
| - static EventListener _get__Element_ondragleave(var _this) native;
|
| + EventListener get ondragleave() { return _get_ondragleave(this); }
|
| + static EventListener _get_ondragleave(var _this) native;
|
|
|
| - void set ondragleave(EventListener value) { _set__Element_ondragleave(this, value); }
|
| - static void _set__Element_ondragleave(var _this, EventListener value) native;
|
| + void set ondragleave(EventListener value) { _set_ondragleave(this, value); }
|
| + static void _set_ondragleave(var _this, EventListener value) native;
|
|
|
| - EventListener get ondragover() { return _get__Element_ondragover(this); }
|
| - static EventListener _get__Element_ondragover(var _this) native;
|
| + EventListener get ondragover() { return _get_ondragover(this); }
|
| + static EventListener _get_ondragover(var _this) native;
|
|
|
| - void set ondragover(EventListener value) { _set__Element_ondragover(this, value); }
|
| - static void _set__Element_ondragover(var _this, EventListener value) native;
|
| + void set ondragover(EventListener value) { _set_ondragover(this, value); }
|
| + static void _set_ondragover(var _this, EventListener value) native;
|
|
|
| - EventListener get ondragstart() { return _get__Element_ondragstart(this); }
|
| - static EventListener _get__Element_ondragstart(var _this) native;
|
| + EventListener get ondragstart() { return _get_ondragstart(this); }
|
| + static EventListener _get_ondragstart(var _this) native;
|
|
|
| - void set ondragstart(EventListener value) { _set__Element_ondragstart(this, value); }
|
| - static void _set__Element_ondragstart(var _this, EventListener value) native;
|
| + void set ondragstart(EventListener value) { _set_ondragstart(this, value); }
|
| + static void _set_ondragstart(var _this, EventListener value) native;
|
|
|
| - EventListener get ondrop() { return _get__Element_ondrop(this); }
|
| - static EventListener _get__Element_ondrop(var _this) native;
|
| + EventListener get ondrop() { return _get_ondrop(this); }
|
| + static EventListener _get_ondrop(var _this) native;
|
|
|
| - void set ondrop(EventListener value) { _set__Element_ondrop(this, value); }
|
| - static void _set__Element_ondrop(var _this, EventListener value) native;
|
| + void set ondrop(EventListener value) { _set_ondrop(this, value); }
|
| + static void _set_ondrop(var _this, EventListener value) native;
|
|
|
| - EventListener get onerror() { return _get__Element_onerror(this); }
|
| - static EventListener _get__Element_onerror(var _this) native;
|
| + EventListener get onerror() { return _get_onerror(this); }
|
| + static EventListener _get_onerror(var _this) native;
|
|
|
| - void set onerror(EventListener value) { _set__Element_onerror(this, value); }
|
| - static void _set__Element_onerror(var _this, EventListener value) native;
|
| + void set onerror(EventListener value) { _set_onerror(this, value); }
|
| + static void _set_onerror(var _this, EventListener value) native;
|
|
|
| - EventListener get onfocus() { return _get__Element_onfocus(this); }
|
| - static EventListener _get__Element_onfocus(var _this) native;
|
| + EventListener get onfocus() { return _get_onfocus(this); }
|
| + static EventListener _get_onfocus(var _this) native;
|
|
|
| - void set onfocus(EventListener value) { _set__Element_onfocus(this, value); }
|
| - static void _set__Element_onfocus(var _this, EventListener value) native;
|
| + void set onfocus(EventListener value) { _set_onfocus(this, value); }
|
| + static void _set_onfocus(var _this, EventListener value) native;
|
|
|
| - EventListener get oninput() { return _get__Element_oninput(this); }
|
| - static EventListener _get__Element_oninput(var _this) native;
|
| + EventListener get oninput() { return _get_oninput(this); }
|
| + static EventListener _get_oninput(var _this) native;
|
|
|
| - void set oninput(EventListener value) { _set__Element_oninput(this, value); }
|
| - static void _set__Element_oninput(var _this, EventListener value) native;
|
| + void set oninput(EventListener value) { _set_oninput(this, value); }
|
| + static void _set_oninput(var _this, EventListener value) native;
|
|
|
| - EventListener get oninvalid() { return _get__Element_oninvalid(this); }
|
| - static EventListener _get__Element_oninvalid(var _this) native;
|
| + EventListener get oninvalid() { return _get_oninvalid(this); }
|
| + static EventListener _get_oninvalid(var _this) native;
|
|
|
| - void set oninvalid(EventListener value) { _set__Element_oninvalid(this, value); }
|
| - static void _set__Element_oninvalid(var _this, EventListener value) native;
|
| + void set oninvalid(EventListener value) { _set_oninvalid(this, value); }
|
| + static void _set_oninvalid(var _this, EventListener value) native;
|
|
|
| - EventListener get onkeydown() { return _get__Element_onkeydown(this); }
|
| - static EventListener _get__Element_onkeydown(var _this) native;
|
| + EventListener get onkeydown() { return _get_onkeydown(this); }
|
| + static EventListener _get_onkeydown(var _this) native;
|
|
|
| - void set onkeydown(EventListener value) { _set__Element_onkeydown(this, value); }
|
| - static void _set__Element_onkeydown(var _this, EventListener value) native;
|
| + void set onkeydown(EventListener value) { _set_onkeydown(this, value); }
|
| + static void _set_onkeydown(var _this, EventListener value) native;
|
|
|
| - EventListener get onkeypress() { return _get__Element_onkeypress(this); }
|
| - static EventListener _get__Element_onkeypress(var _this) native;
|
| + EventListener get onkeypress() { return _get_onkeypress(this); }
|
| + static EventListener _get_onkeypress(var _this) native;
|
|
|
| - void set onkeypress(EventListener value) { _set__Element_onkeypress(this, value); }
|
| - static void _set__Element_onkeypress(var _this, EventListener value) native;
|
| + void set onkeypress(EventListener value) { _set_onkeypress(this, value); }
|
| + static void _set_onkeypress(var _this, EventListener value) native;
|
|
|
| - EventListener get onkeyup() { return _get__Element_onkeyup(this); }
|
| - static EventListener _get__Element_onkeyup(var _this) native;
|
| + EventListener get onkeyup() { return _get_onkeyup(this); }
|
| + static EventListener _get_onkeyup(var _this) native;
|
|
|
| - void set onkeyup(EventListener value) { _set__Element_onkeyup(this, value); }
|
| - static void _set__Element_onkeyup(var _this, EventListener value) native;
|
| + void set onkeyup(EventListener value) { _set_onkeyup(this, value); }
|
| + static void _set_onkeyup(var _this, EventListener value) native;
|
|
|
| - EventListener get onload() { return _get__Element_onload(this); }
|
| - static EventListener _get__Element_onload(var _this) native;
|
| + EventListener get onload() { return _get_onload(this); }
|
| + static EventListener _get_onload(var _this) native;
|
|
|
| - void set onload(EventListener value) { _set__Element_onload(this, value); }
|
| - static void _set__Element_onload(var _this, EventListener value) native;
|
| + void set onload(EventListener value) { _set_onload(this, value); }
|
| + static void _set_onload(var _this, EventListener value) native;
|
|
|
| - EventListener get onmousedown() { return _get__Element_onmousedown(this); }
|
| - static EventListener _get__Element_onmousedown(var _this) native;
|
| + EventListener get onmousedown() { return _get_onmousedown(this); }
|
| + static EventListener _get_onmousedown(var _this) native;
|
|
|
| - void set onmousedown(EventListener value) { _set__Element_onmousedown(this, value); }
|
| - static void _set__Element_onmousedown(var _this, EventListener value) native;
|
| + void set onmousedown(EventListener value) { _set_onmousedown(this, value); }
|
| + static void _set_onmousedown(var _this, EventListener value) native;
|
|
|
| - EventListener get onmousemove() { return _get__Element_onmousemove(this); }
|
| - static EventListener _get__Element_onmousemove(var _this) native;
|
| + EventListener get onmousemove() { return _get_onmousemove(this); }
|
| + static EventListener _get_onmousemove(var _this) native;
|
|
|
| - void set onmousemove(EventListener value) { _set__Element_onmousemove(this, value); }
|
| - static void _set__Element_onmousemove(var _this, EventListener value) native;
|
| + void set onmousemove(EventListener value) { _set_onmousemove(this, value); }
|
| + static void _set_onmousemove(var _this, EventListener value) native;
|
|
|
| - EventListener get onmouseout() { return _get__Element_onmouseout(this); }
|
| - static EventListener _get__Element_onmouseout(var _this) native;
|
| + EventListener get onmouseout() { return _get_onmouseout(this); }
|
| + static EventListener _get_onmouseout(var _this) native;
|
|
|
| - void set onmouseout(EventListener value) { _set__Element_onmouseout(this, value); }
|
| - static void _set__Element_onmouseout(var _this, EventListener value) native;
|
| + void set onmouseout(EventListener value) { _set_onmouseout(this, value); }
|
| + static void _set_onmouseout(var _this, EventListener value) native;
|
|
|
| - EventListener get onmouseover() { return _get__Element_onmouseover(this); }
|
| - static EventListener _get__Element_onmouseover(var _this) native;
|
| + EventListener get onmouseover() { return _get_onmouseover(this); }
|
| + static EventListener _get_onmouseover(var _this) native;
|
|
|
| - void set onmouseover(EventListener value) { _set__Element_onmouseover(this, value); }
|
| - static void _set__Element_onmouseover(var _this, EventListener value) native;
|
| + void set onmouseover(EventListener value) { _set_onmouseover(this, value); }
|
| + static void _set_onmouseover(var _this, EventListener value) native;
|
|
|
| - EventListener get onmouseup() { return _get__Element_onmouseup(this); }
|
| - static EventListener _get__Element_onmouseup(var _this) native;
|
| + EventListener get onmouseup() { return _get_onmouseup(this); }
|
| + static EventListener _get_onmouseup(var _this) native;
|
|
|
| - void set onmouseup(EventListener value) { _set__Element_onmouseup(this, value); }
|
| - static void _set__Element_onmouseup(var _this, EventListener value) native;
|
| + void set onmouseup(EventListener value) { _set_onmouseup(this, value); }
|
| + static void _set_onmouseup(var _this, EventListener value) native;
|
|
|
| - EventListener get onmousewheel() { return _get__Element_onmousewheel(this); }
|
| - static EventListener _get__Element_onmousewheel(var _this) native;
|
| + EventListener get onmousewheel() { return _get_onmousewheel(this); }
|
| + static EventListener _get_onmousewheel(var _this) native;
|
|
|
| - void set onmousewheel(EventListener value) { _set__Element_onmousewheel(this, value); }
|
| - static void _set__Element_onmousewheel(var _this, EventListener value) native;
|
| + void set onmousewheel(EventListener value) { _set_onmousewheel(this, value); }
|
| + static void _set_onmousewheel(var _this, EventListener value) native;
|
|
|
| - EventListener get onpaste() { return _get__Element_onpaste(this); }
|
| - static EventListener _get__Element_onpaste(var _this) native;
|
| + EventListener get onpaste() { return _get_onpaste(this); }
|
| + static EventListener _get_onpaste(var _this) native;
|
|
|
| - void set onpaste(EventListener value) { _set__Element_onpaste(this, value); }
|
| - static void _set__Element_onpaste(var _this, EventListener value) native;
|
| + void set onpaste(EventListener value) { _set_onpaste(this, value); }
|
| + static void _set_onpaste(var _this, EventListener value) native;
|
|
|
| - EventListener get onreset() { return _get__Element_onreset(this); }
|
| - static EventListener _get__Element_onreset(var _this) native;
|
| + EventListener get onreset() { return _get_onreset(this); }
|
| + static EventListener _get_onreset(var _this) native;
|
|
|
| - void set onreset(EventListener value) { _set__Element_onreset(this, value); }
|
| - static void _set__Element_onreset(var _this, EventListener value) native;
|
| + void set onreset(EventListener value) { _set_onreset(this, value); }
|
| + static void _set_onreset(var _this, EventListener value) native;
|
|
|
| - EventListener get onscroll() { return _get__Element_onscroll(this); }
|
| - static EventListener _get__Element_onscroll(var _this) native;
|
| + EventListener get onscroll() { return _get_onscroll(this); }
|
| + static EventListener _get_onscroll(var _this) native;
|
|
|
| - void set onscroll(EventListener value) { _set__Element_onscroll(this, value); }
|
| - static void _set__Element_onscroll(var _this, EventListener value) native;
|
| + void set onscroll(EventListener value) { _set_onscroll(this, value); }
|
| + static void _set_onscroll(var _this, EventListener value) native;
|
|
|
| - EventListener get onsearch() { return _get__Element_onsearch(this); }
|
| - static EventListener _get__Element_onsearch(var _this) native;
|
| + EventListener get onsearch() { return _get_onsearch(this); }
|
| + static EventListener _get_onsearch(var _this) native;
|
|
|
| - void set onsearch(EventListener value) { _set__Element_onsearch(this, value); }
|
| - static void _set__Element_onsearch(var _this, EventListener value) native;
|
| + void set onsearch(EventListener value) { _set_onsearch(this, value); }
|
| + static void _set_onsearch(var _this, EventListener value) native;
|
|
|
| - EventListener get onselect() { return _get__Element_onselect(this); }
|
| - static EventListener _get__Element_onselect(var _this) native;
|
| + EventListener get onselect() { return _get_onselect(this); }
|
| + static EventListener _get_onselect(var _this) native;
|
|
|
| - void set onselect(EventListener value) { _set__Element_onselect(this, value); }
|
| - static void _set__Element_onselect(var _this, EventListener value) native;
|
| + void set onselect(EventListener value) { _set_onselect(this, value); }
|
| + static void _set_onselect(var _this, EventListener value) native;
|
|
|
| - EventListener get onselectstart() { return _get__Element_onselectstart(this); }
|
| - static EventListener _get__Element_onselectstart(var _this) native;
|
| + EventListener get onselectstart() { return _get_onselectstart(this); }
|
| + static EventListener _get_onselectstart(var _this) native;
|
|
|
| - void set onselectstart(EventListener value) { _set__Element_onselectstart(this, value); }
|
| - static void _set__Element_onselectstart(var _this, EventListener value) native;
|
| + void set onselectstart(EventListener value) { _set_onselectstart(this, value); }
|
| + static void _set_onselectstart(var _this, EventListener value) native;
|
|
|
| - EventListener get onsubmit() { return _get__Element_onsubmit(this); }
|
| - static EventListener _get__Element_onsubmit(var _this) native;
|
| + EventListener get onsubmit() { return _get_onsubmit(this); }
|
| + static EventListener _get_onsubmit(var _this) native;
|
|
|
| - void set onsubmit(EventListener value) { _set__Element_onsubmit(this, value); }
|
| - static void _set__Element_onsubmit(var _this, EventListener value) native;
|
| + void set onsubmit(EventListener value) { _set_onsubmit(this, value); }
|
| + static void _set_onsubmit(var _this, EventListener value) native;
|
|
|
| - EventListener get ontouchcancel() { return _get__Element_ontouchcancel(this); }
|
| - static EventListener _get__Element_ontouchcancel(var _this) native;
|
| + EventListener get ontouchcancel() { return _get_ontouchcancel(this); }
|
| + static EventListener _get_ontouchcancel(var _this) native;
|
|
|
| - void set ontouchcancel(EventListener value) { _set__Element_ontouchcancel(this, value); }
|
| - static void _set__Element_ontouchcancel(var _this, EventListener value) native;
|
| + void set ontouchcancel(EventListener value) { _set_ontouchcancel(this, value); }
|
| + static void _set_ontouchcancel(var _this, EventListener value) native;
|
|
|
| - EventListener get ontouchend() { return _get__Element_ontouchend(this); }
|
| - static EventListener _get__Element_ontouchend(var _this) native;
|
| + EventListener get ontouchend() { return _get_ontouchend(this); }
|
| + static EventListener _get_ontouchend(var _this) native;
|
|
|
| - void set ontouchend(EventListener value) { _set__Element_ontouchend(this, value); }
|
| - static void _set__Element_ontouchend(var _this, EventListener value) native;
|
| + void set ontouchend(EventListener value) { _set_ontouchend(this, value); }
|
| + static void _set_ontouchend(var _this, EventListener value) native;
|
|
|
| - EventListener get ontouchmove() { return _get__Element_ontouchmove(this); }
|
| - static EventListener _get__Element_ontouchmove(var _this) native;
|
| + EventListener get ontouchmove() { return _get_ontouchmove(this); }
|
| + static EventListener _get_ontouchmove(var _this) native;
|
|
|
| - void set ontouchmove(EventListener value) { _set__Element_ontouchmove(this, value); }
|
| - static void _set__Element_ontouchmove(var _this, EventListener value) native;
|
| + void set ontouchmove(EventListener value) { _set_ontouchmove(this, value); }
|
| + static void _set_ontouchmove(var _this, EventListener value) native;
|
|
|
| - EventListener get ontouchstart() { return _get__Element_ontouchstart(this); }
|
| - static EventListener _get__Element_ontouchstart(var _this) native;
|
| + EventListener get ontouchstart() { return _get_ontouchstart(this); }
|
| + static EventListener _get_ontouchstart(var _this) native;
|
|
|
| - void set ontouchstart(EventListener value) { _set__Element_ontouchstart(this, value); }
|
| - static void _set__Element_ontouchstart(var _this, EventListener value) native;
|
| + void set ontouchstart(EventListener value) { _set_ontouchstart(this, value); }
|
| + static void _set_ontouchstart(var _this, EventListener value) native;
|
|
|
| - EventListener get onwebkitfullscreenchange() { return _get__Element_onwebkitfullscreenchange(this); }
|
| - static EventListener _get__Element_onwebkitfullscreenchange(var _this) native;
|
| + EventListener get onwebkitfullscreenchange() { return _get_onwebkitfullscreenchange(this); }
|
| + static EventListener _get_onwebkitfullscreenchange(var _this) native;
|
|
|
| - void set onwebkitfullscreenchange(EventListener value) { _set__Element_onwebkitfullscreenchange(this, value); }
|
| - static void _set__Element_onwebkitfullscreenchange(var _this, EventListener value) native;
|
| + void set onwebkitfullscreenchange(EventListener value) { _set_onwebkitfullscreenchange(this, value); }
|
| + static void _set_onwebkitfullscreenchange(var _this, EventListener value) native;
|
|
|
| - Element get previousElementSibling() { return _get__Element_previousElementSibling(this); }
|
| - static Element _get__Element_previousElementSibling(var _this) native;
|
| + Element get previousElementSibling() { return _get_previousElementSibling(this); }
|
| + static Element _get_previousElementSibling(var _this) native;
|
|
|
| - int get scrollHeight() { return _get__Element_scrollHeight(this); }
|
| - static int _get__Element_scrollHeight(var _this) native;
|
| + int get scrollHeight() { return _get_scrollHeight(this); }
|
| + static int _get_scrollHeight(var _this) native;
|
|
|
| - int get scrollLeft() { return _get__Element_scrollLeft(this); }
|
| - static int _get__Element_scrollLeft(var _this) native;
|
| + int get scrollLeft() { return _get_scrollLeft(this); }
|
| + static int _get_scrollLeft(var _this) native;
|
|
|
| - void set scrollLeft(int value) { _set__Element_scrollLeft(this, value); }
|
| - static void _set__Element_scrollLeft(var _this, int value) native;
|
| + void set scrollLeft(int value) { _set_scrollLeft(this, value); }
|
| + static void _set_scrollLeft(var _this, int value) native;
|
|
|
| - int get scrollTop() { return _get__Element_scrollTop(this); }
|
| - static int _get__Element_scrollTop(var _this) native;
|
| + int get scrollTop() { return _get_scrollTop(this); }
|
| + static int _get_scrollTop(var _this) native;
|
|
|
| - void set scrollTop(int value) { _set__Element_scrollTop(this, value); }
|
| - static void _set__Element_scrollTop(var _this, int value) native;
|
| + void set scrollTop(int value) { _set_scrollTop(this, value); }
|
| + static void _set_scrollTop(var _this, int value) native;
|
|
|
| - int get scrollWidth() { return _get__Element_scrollWidth(this); }
|
| - static int _get__Element_scrollWidth(var _this) native;
|
| + int get scrollWidth() { return _get_scrollWidth(this); }
|
| + static int _get_scrollWidth(var _this) native;
|
|
|
| - CSSStyleDeclaration get style() { return _get__Element_style(this); }
|
| - static CSSStyleDeclaration _get__Element_style(var _this) native;
|
| + CSSStyleDeclaration get style() { return _get_style(this); }
|
| + static CSSStyleDeclaration _get_style(var _this) native;
|
|
|
| - String get tagName() { return _get__Element_tagName(this); }
|
| - static String _get__Element_tagName(var _this) native;
|
| + String get tagName() { return _get_tagName(this); }
|
| + static String _get_tagName(var _this) native;
|
|
|
| void blur() {
|
| _blur(this);
|
|
|