Index: client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart |
deleted file mode 100644 |
index d500388ebd896fadf3dc100cec2830fb271c8f96..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,326 +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 _HTMLInputElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLInputElement { |
- _HTMLInputElementWrappingImplementation() : super() {} |
- |
- static create__HTMLInputElementWrappingImplementation() native { |
- return new _HTMLInputElementWrappingImplementation(); |
- } |
- |
- String get accept() { return _get_accept(this); } |
- static String _get_accept(var _this) native; |
- |
- void set accept(String value) { _set_accept(this, value); } |
- static void _set_accept(var _this, String value) native; |
- |
- 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 alt() { return _get_alt(this); } |
- static String _get_alt(var _this) native; |
- |
- void set alt(String value) { _set_alt(this, value); } |
- static void _set_alt(var _this, String value) native; |
- |
- String get autocomplete() { return _get_autocomplete(this); } |
- static String _get_autocomplete(var _this) native; |
- |
- void set autocomplete(String value) { _set_autocomplete(this, value); } |
- static void _set_autocomplete(var _this, String value) native; |
- |
- bool get autofocus() { return _get_autofocus(this); } |
- static bool _get_autofocus(var _this) native; |
- |
- void set autofocus(bool value) { _set_autofocus(this, value); } |
- static void _set_autofocus(var _this, bool value) native; |
- |
- bool get checked() { return _get_checked(this); } |
- static bool _get_checked(var _this) native; |
- |
- void set checked(bool value) { _set_checked(this, value); } |
- static void _set_checked(var _this, bool value) native; |
- |
- bool get defaultChecked() { return _get_defaultChecked(this); } |
- static bool _get_defaultChecked(var _this) native; |
- |
- void set defaultChecked(bool value) { _set_defaultChecked(this, value); } |
- static void _set_defaultChecked(var _this, bool value) native; |
- |
- String get defaultValue() { return _get_defaultValue(this); } |
- static String _get_defaultValue(var _this) native; |
- |
- void set defaultValue(String value) { _set_defaultValue(this, value); } |
- static void _set_defaultValue(var _this, String value) native; |
- |
- String get dirName() { return _get_dirName(this); } |
- static String _get_dirName(var _this) native; |
- |
- void set dirName(String value) { _set_dirName(this, value); } |
- static void _set_dirName(var _this, String value) native; |
- |
- bool get disabled() { return _get_disabled(this); } |
- static bool _get_disabled(var _this) native; |
- |
- void set disabled(bool value) { _set_disabled(this, value); } |
- static void _set_disabled(var _this, bool value) native; |
- |
- FileList get files() { return _get_files(this); } |
- static FileList _get_files(var _this) native; |
- |
- HTMLFormElement get form() { return _get_form(this); } |
- static HTMLFormElement _get_form(var _this) native; |
- |
- String get formAction() { return _get_formAction(this); } |
- static String _get_formAction(var _this) native; |
- |
- void set formAction(String value) { _set_formAction(this, value); } |
- static void _set_formAction(var _this, String value) native; |
- |
- String get formEnctype() { return _get_formEnctype(this); } |
- static String _get_formEnctype(var _this) native; |
- |
- void set formEnctype(String value) { _set_formEnctype(this, value); } |
- static void _set_formEnctype(var _this, String value) native; |
- |
- String get formMethod() { return _get_formMethod(this); } |
- static String _get_formMethod(var _this) native; |
- |
- void set formMethod(String value) { _set_formMethod(this, value); } |
- static void _set_formMethod(var _this, String value) native; |
- |
- bool get formNoValidate() { return _get_formNoValidate(this); } |
- static bool _get_formNoValidate(var _this) native; |
- |
- void set formNoValidate(bool value) { _set_formNoValidate(this, value); } |
- static void _set_formNoValidate(var _this, bool value) native; |
- |
- String get formTarget() { return _get_formTarget(this); } |
- static String _get_formTarget(var _this) native; |
- |
- void set formTarget(String value) { _set_formTarget(this, value); } |
- static void _set_formTarget(var _this, String value) native; |
- |
- bool get incremental() { return _get_incremental(this); } |
- static bool _get_incremental(var _this) native; |
- |
- void set incremental(bool value) { _set_incremental(this, value); } |
- static void _set_incremental(var _this, bool value) native; |
- |
- bool get indeterminate() { return _get_indeterminate(this); } |
- static bool _get_indeterminate(var _this) native; |
- |
- void set indeterminate(bool value) { _set_indeterminate(this, value); } |
- static void _set_indeterminate(var _this, bool value) native; |
- |
- NodeList get labels() { return _get_labels(this); } |
- static NodeList _get_labels(var _this) native; |
- |
- String get max() { return _get_max(this); } |
- static String _get_max(var _this) native; |
- |
- void set max(String value) { _set_max(this, value); } |
- static void _set_max(var _this, String value) native; |
- |
- int get maxLength() { return _get_maxLength(this); } |
- static int _get_maxLength(var _this) native; |
- |
- void set maxLength(int value) { _set_maxLength(this, value); } |
- static void _set_maxLength(var _this, int value) native; |
- |
- String get min() { return _get_min(this); } |
- static String _get_min(var _this) native; |
- |
- void set min(String value) { _set_min(this, value); } |
- static void _set_min(var _this, String value) native; |
- |
- bool get multiple() { return _get_multiple(this); } |
- static bool _get_multiple(var _this) native; |
- |
- void set multiple(bool value) { _set_multiple(this, value); } |
- static void _set_multiple(var _this, bool value) native; |
- |
- String get name() { return _get_name(this); } |
- static String _get_name(var _this) native; |
- |
- void set name(String value) { _set_name(this, value); } |
- static void _set_name(var _this, String value) native; |
- |
- String get pattern() { return _get_pattern(this); } |
- static String _get_pattern(var _this) native; |
- |
- void set pattern(String value) { _set_pattern(this, value); } |
- static void _set_pattern(var _this, String value) native; |
- |
- String get placeholder() { return _get_placeholder(this); } |
- static String _get_placeholder(var _this) native; |
- |
- void set placeholder(String value) { _set_placeholder(this, value); } |
- static void _set_placeholder(var _this, String value) native; |
- |
- bool get readOnly() { return _get_readOnly(this); } |
- static bool _get_readOnly(var _this) native; |
- |
- void set readOnly(bool value) { _set_readOnly(this, value); } |
- static void _set_readOnly(var _this, bool value) native; |
- |
- bool get required() { return _get_required(this); } |
- static bool _get_required(var _this) native; |
- |
- void set required(bool value) { _set_required(this, value); } |
- static void _set_required(var _this, bool value) native; |
- |
- String get selectionDirection() { return _get_selectionDirection(this); } |
- static String _get_selectionDirection(var _this) native; |
- |
- void set selectionDirection(String value) { _set_selectionDirection(this, value); } |
- static void _set_selectionDirection(var _this, String value) native; |
- |
- int get selectionEnd() { return _get_selectionEnd(this); } |
- static int _get_selectionEnd(var _this) native; |
- |
- void set selectionEnd(int value) { _set_selectionEnd(this, value); } |
- static void _set_selectionEnd(var _this, int value) native; |
- |
- int get selectionStart() { return _get_selectionStart(this); } |
- static int _get_selectionStart(var _this) native; |
- |
- void set selectionStart(int value) { _set_selectionStart(this, value); } |
- static void _set_selectionStart(var _this, int value) native; |
- |
- int get size() { return _get_size(this); } |
- static int _get_size(var _this) native; |
- |
- void set size(int value) { _set_size(this, value); } |
- static void _set_size(var _this, int value) native; |
- |
- String get src() { return _get_src(this); } |
- static String _get_src(var _this) native; |
- |
- void set src(String value) { _set_src(this, value); } |
- static void _set_src(var _this, String value) native; |
- |
- String get step() { return _get_step(this); } |
- static String _get_step(var _this) native; |
- |
- void set step(String value) { _set_step(this, value); } |
- static void _set_step(var _this, String value) native; |
- |
- String get type() { return _get_type(this); } |
- static String _get_type(var _this) native; |
- |
- void set type(String value) { _set_type(this, value); } |
- static void _set_type(var _this, String value) native; |
- |
- String get useMap() { return _get_useMap(this); } |
- static String _get_useMap(var _this) native; |
- |
- void set useMap(String value) { _set_useMap(this, value); } |
- static void _set_useMap(var _this, String value) native; |
- |
- String get validationMessage() { return _get_validationMessage(this); } |
- static String _get_validationMessage(var _this) native; |
- |
- ValidityState get validity() { return _get_validity(this); } |
- static ValidityState _get_validity(var _this) native; |
- |
- String get value() { return _get_value(this); } |
- static String _get_value(var _this) native; |
- |
- void set value(String value) { _set_value(this, value); } |
- static void _set_value(var _this, String value) native; |
- |
- Date get valueAsDate() { return _get_valueAsDate(this); } |
- static Date _get_valueAsDate(var _this) native; |
- |
- void set valueAsDate(Date value) { _set_valueAsDate(this, value); } |
- static void _set_valueAsDate(var _this, Date value) native; |
- |
- num get valueAsNumber() { return _get_valueAsNumber(this); } |
- static num _get_valueAsNumber(var _this) native; |
- |
- void set valueAsNumber(num value) { _set_valueAsNumber(this, value); } |
- static void _set_valueAsNumber(var _this, num value) native; |
- |
- bool get webkitGrammar() { return _get_webkitGrammar(this); } |
- static bool _get_webkitGrammar(var _this) native; |
- |
- void set webkitGrammar(bool value) { _set_webkitGrammar(this, value); } |
- static void _set_webkitGrammar(var _this, bool value) native; |
- |
- bool get webkitSpeech() { return _get_webkitSpeech(this); } |
- static bool _get_webkitSpeech(var _this) native; |
- |
- void set webkitSpeech(bool value) { _set_webkitSpeech(this, value); } |
- static void _set_webkitSpeech(var _this, bool value) native; |
- |
- bool get webkitdirectory() { return _get_webkitdirectory(this); } |
- static bool _get_webkitdirectory(var _this) native; |
- |
- void set webkitdirectory(bool value) { _set_webkitdirectory(this, value); } |
- static void _set_webkitdirectory(var _this, bool value) native; |
- |
- bool get willValidate() { return _get_willValidate(this); } |
- static bool _get_willValidate(var _this) native; |
- |
- bool checkValidity() { |
- return _checkValidity(this); |
- } |
- static bool _checkValidity(receiver) native; |
- |
- void select() { |
- _select(this); |
- return; |
- } |
- static void _select(receiver) native; |
- |
- void setCustomValidity(String error) { |
- _setCustomValidity(this, error); |
- return; |
- } |
- static void _setCustomValidity(receiver, error) native; |
- |
- void setSelectionRange(int start, int end, [String direction = null]) { |
- if (direction === null) { |
- _setSelectionRange(this, start, end); |
- return; |
- } else { |
- _setSelectionRange_2(this, start, end, direction); |
- return; |
- } |
- } |
- static void _setSelectionRange(receiver, start, end) native; |
- static void _setSelectionRange_2(receiver, start, end, direction) native; |
- |
- void stepDown([int n = null]) { |
- if (n === null) { |
- _stepDown(this); |
- return; |
- } else { |
- _stepDown_2(this, n); |
- return; |
- } |
- } |
- static void _stepDown(receiver) native; |
- static void _stepDown_2(receiver, n) native; |
- |
- void stepUp([int n = null]) { |
- if (n === null) { |
- _stepUp(this); |
- return; |
- } else { |
- _stepUp_2(this, n); |
- return; |
- } |
- } |
- static void _stepUp(receiver) native; |
- static void _stepUp_2(receiver, n) native; |
- |
- String get typeName() { return "HTMLInputElement"; } |
-} |