Index: client/html/generated/src/wrapping/_TableCellElementWrappingImplementation.dart |
diff --git a/client/html/generated/src/wrapping/_TableCellElementWrappingImplementation.dart b/client/html/generated/src/wrapping/_TableCellElementWrappingImplementation.dart |
deleted file mode 100644 |
index 6a3ca12f3c722ebadd162c7626571862f6a09efc..0000000000000000000000000000000000000000 |
--- a/client/html/generated/src/wrapping/_TableCellElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,67 +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 TableCellElementWrappingImplementation extends ElementWrappingImplementation implements TableCellElement { |
- TableCellElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {} |
- |
- String get abbr() { return _ptr.abbr; } |
- |
- void set abbr(String value) { _ptr.abbr = value; } |
- |
- String get align() { return _ptr.align; } |
- |
- void set align(String value) { _ptr.align = value; } |
- |
- String get axis() { return _ptr.axis; } |
- |
- void set axis(String value) { _ptr.axis = value; } |
- |
- String get bgColor() { return _ptr.bgColor; } |
- |
- void set bgColor(String value) { _ptr.bgColor = value; } |
- |
- int get cellIndex() { return _ptr.cellIndex; } |
- |
- String get ch() { return _ptr.ch; } |
- |
- void set ch(String value) { _ptr.ch = value; } |
- |
- String get chOff() { return _ptr.chOff; } |
- |
- void set chOff(String value) { _ptr.chOff = value; } |
- |
- int get colSpan() { return _ptr.colSpan; } |
- |
- void set colSpan(int value) { _ptr.colSpan = value; } |
- |
- String get headers() { return _ptr.headers; } |
- |
- void set headers(String value) { _ptr.headers = value; } |
- |
- String get height() { return _ptr.height; } |
- |
- void set height(String value) { _ptr.height = value; } |
- |
- bool get noWrap() { return _ptr.noWrap; } |
- |
- void set noWrap(bool value) { _ptr.noWrap = value; } |
- |
- int get rowSpan() { return _ptr.rowSpan; } |
- |
- void set rowSpan(int value) { _ptr.rowSpan = value; } |
- |
- String get scope() { return _ptr.scope; } |
- |
- void set scope(String value) { _ptr.scope = value; } |
- |
- String get vAlign() { return _ptr.vAlign; } |
- |
- void set vAlign(String value) { _ptr.vAlign = value; } |
- |
- String get width() { return _ptr.width; } |
- |
- void set width(String value) { _ptr.width = value; } |
-} |