| Index: client/html/generated/src/interface/TableCellElement.dart
|
| diff --git a/client/html/generated/src/interface/TableCellElement.dart b/client/html/generated/src/interface/TableCellElement.dart
|
| deleted file mode 100644
|
| index ea7154730bb857b2fa07df3777e1b4c0d308479b..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/src/interface/TableCellElement.dart
|
| +++ /dev/null
|
| @@ -1,66 +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.
|
| -
|
| -interface TableCellElement extends Element {
|
| -
|
| - String get abbr();
|
| -
|
| - void set abbr(String value);
|
| -
|
| - String get align();
|
| -
|
| - void set align(String value);
|
| -
|
| - String get axis();
|
| -
|
| - void set axis(String value);
|
| -
|
| - String get bgColor();
|
| -
|
| - void set bgColor(String value);
|
| -
|
| - int get cellIndex();
|
| -
|
| - String get ch();
|
| -
|
| - void set ch(String value);
|
| -
|
| - String get chOff();
|
| -
|
| - void set chOff(String value);
|
| -
|
| - int get colSpan();
|
| -
|
| - void set colSpan(int value);
|
| -
|
| - String get headers();
|
| -
|
| - void set headers(String value);
|
| -
|
| - String get height();
|
| -
|
| - void set height(String value);
|
| -
|
| - bool get noWrap();
|
| -
|
| - void set noWrap(bool value);
|
| -
|
| - int get rowSpan();
|
| -
|
| - void set rowSpan(int value);
|
| -
|
| - String get scope();
|
| -
|
| - void set scope(String value);
|
| -
|
| - String get vAlign();
|
| -
|
| - void set vAlign(String value);
|
| -
|
| - String get width();
|
| -
|
| - void set width(String value);
|
| -}
|
|
|