Index: client/dom/generated/src/wrapping/_HTMLTableColElementWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_HTMLTableColElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLTableColElementWrappingImplementation.dart |
deleted file mode 100644 |
index 522b464a6527098ed74612d7e8931b3af3d190d1..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_HTMLTableColElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,51 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-class _HTMLTableColElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLTableColElement { |
- _HTMLTableColElementWrappingImplementation() : super() {} |
- |
- static create__HTMLTableColElementWrappingImplementation() native { |
- return new _HTMLTableColElementWrappingImplementation(); |
- } |
- |
- String get align() { return _get_align(this); } |
- static String _get_align(var _this) native; |
- |
- void set align(String value) { _set_align(this, value); } |
- static void _set_align(var _this, String value) native; |
- |
- String get ch() { return _get_ch(this); } |
- static String _get_ch(var _this) native; |
- |
- void set ch(String value) { _set_ch(this, value); } |
- static void _set_ch(var _this, String value) native; |
- |
- String get chOff() { return _get_chOff(this); } |
- static String _get_chOff(var _this) native; |
- |
- void set chOff(String value) { _set_chOff(this, value); } |
- static void _set_chOff(var _this, String value) native; |
- |
- int get span() { return _get_span(this); } |
- static int _get_span(var _this) native; |
- |
- void set span(int value) { _set_span(this, value); } |
- static void _set_span(var _this, int value) native; |
- |
- String get vAlign() { return _get_vAlign(this); } |
- static String _get_vAlign(var _this) native; |
- |
- void set vAlign(String value) { _set_vAlign(this, value); } |
- static void _set_vAlign(var _this, String value) native; |
- |
- String get width() { return _get_width(this); } |
- static String _get_width(var _this) native; |
- |
- void set width(String value) { _set_width(this, value); } |
- static void _set_width(var _this, String value) native; |
- |
- String get typeName() { return "HTMLTableColElement"; } |
-} |