OLD | NEW |
1 | 1 |
2 class HTMLInputElementJs extends HTMLElementJs implements HTMLInputElement nativ
e "*HTMLInputElement" { | 2 class _HTMLInputElementJs extends _HTMLElementJs implements HTMLInputElement nat
ive "*HTMLInputElement" { |
3 | 3 |
4 String get accept() native "return this.accept;"; | 4 String get accept() native "return this.accept;"; |
5 | 5 |
6 void set accept(String value) native "this.accept = value;"; | 6 void set accept(String value) native "this.accept = value;"; |
7 | 7 |
8 String get align() native "return this.align;"; | 8 String get align() native "return this.align;"; |
9 | 9 |
10 void set align(String value) native "this.align = value;"; | 10 void set align(String value) native "this.align = value;"; |
11 | 11 |
12 String get alt() native "return this.alt;"; | 12 String get alt() native "return this.alt;"; |
(...skipping 21 matching lines...) Expand all Loading... |
34 void set defaultValue(String value) native "this.defaultValue = value;"; | 34 void set defaultValue(String value) native "this.defaultValue = value;"; |
35 | 35 |
36 String get dirName() native "return this.dirName;"; | 36 String get dirName() native "return this.dirName;"; |
37 | 37 |
38 void set dirName(String value) native "this.dirName = value;"; | 38 void set dirName(String value) native "this.dirName = value;"; |
39 | 39 |
40 bool get disabled() native "return this.disabled;"; | 40 bool get disabled() native "return this.disabled;"; |
41 | 41 |
42 void set disabled(bool value) native "this.disabled = value;"; | 42 void set disabled(bool value) native "this.disabled = value;"; |
43 | 43 |
44 FileListJs get files() native "return this.files;"; | 44 _FileListJs get files() native "return this.files;"; |
45 | 45 |
46 HTMLFormElementJs get form() native "return this.form;"; | 46 _HTMLFormElementJs get form() native "return this.form;"; |
47 | 47 |
48 String get formAction() native "return this.formAction;"; | 48 String get formAction() native "return this.formAction;"; |
49 | 49 |
50 void set formAction(String value) native "this.formAction = value;"; | 50 void set formAction(String value) native "this.formAction = value;"; |
51 | 51 |
52 String get formEnctype() native "return this.formEnctype;"; | 52 String get formEnctype() native "return this.formEnctype;"; |
53 | 53 |
54 void set formEnctype(String value) native "this.formEnctype = value;"; | 54 void set formEnctype(String value) native "this.formEnctype = value;"; |
55 | 55 |
56 String get formMethod() native "return this.formMethod;"; | 56 String get formMethod() native "return this.formMethod;"; |
57 | 57 |
58 void set formMethod(String value) native "this.formMethod = value;"; | 58 void set formMethod(String value) native "this.formMethod = value;"; |
59 | 59 |
60 bool get formNoValidate() native "return this.formNoValidate;"; | 60 bool get formNoValidate() native "return this.formNoValidate;"; |
61 | 61 |
62 void set formNoValidate(bool value) native "this.formNoValidate = value;"; | 62 void set formNoValidate(bool value) native "this.formNoValidate = value;"; |
63 | 63 |
64 String get formTarget() native "return this.formTarget;"; | 64 String get formTarget() native "return this.formTarget;"; |
65 | 65 |
66 void set formTarget(String value) native "this.formTarget = value;"; | 66 void set formTarget(String value) native "this.formTarget = value;"; |
67 | 67 |
68 bool get incremental() native "return this.incremental;"; | 68 bool get incremental() native "return this.incremental;"; |
69 | 69 |
70 void set incremental(bool value) native "this.incremental = value;"; | 70 void set incremental(bool value) native "this.incremental = value;"; |
71 | 71 |
72 bool get indeterminate() native "return this.indeterminate;"; | 72 bool get indeterminate() native "return this.indeterminate;"; |
73 | 73 |
74 void set indeterminate(bool value) native "this.indeterminate = value;"; | 74 void set indeterminate(bool value) native "this.indeterminate = value;"; |
75 | 75 |
76 NodeListJs get labels() native "return this.labels;"; | 76 _NodeListJs get labels() native "return this.labels;"; |
77 | 77 |
78 HTMLElementJs get list() native "return this.list;"; | 78 _HTMLElementJs get list() native "return this.list;"; |
79 | 79 |
80 String get max() native "return this.max;"; | 80 String get max() native "return this.max;"; |
81 | 81 |
82 void set max(String value) native "this.max = value;"; | 82 void set max(String value) native "this.max = value;"; |
83 | 83 |
84 int get maxLength() native "return this.maxLength;"; | 84 int get maxLength() native "return this.maxLength;"; |
85 | 85 |
86 void set maxLength(int value) native "this.maxLength = value;"; | 86 void set maxLength(int value) native "this.maxLength = value;"; |
87 | 87 |
88 String get min() native "return this.min;"; | 88 String get min() native "return this.min;"; |
(...skipping 17 matching lines...) Expand all Loading... |
106 void set placeholder(String value) native "this.placeholder = value;"; | 106 void set placeholder(String value) native "this.placeholder = value;"; |
107 | 107 |
108 bool get readOnly() native "return this.readOnly;"; | 108 bool get readOnly() native "return this.readOnly;"; |
109 | 109 |
110 void set readOnly(bool value) native "this.readOnly = value;"; | 110 void set readOnly(bool value) native "this.readOnly = value;"; |
111 | 111 |
112 bool get required() native "return this.required;"; | 112 bool get required() native "return this.required;"; |
113 | 113 |
114 void set required(bool value) native "this.required = value;"; | 114 void set required(bool value) native "this.required = value;"; |
115 | 115 |
116 HTMLOptionElementJs get selectedOption() native "return this.selectedOption;"; | 116 _HTMLOptionElementJs get selectedOption() native "return this.selectedOption;"
; |
117 | 117 |
118 String get selectionDirection() native "return this.selectionDirection;"; | 118 String get selectionDirection() native "return this.selectionDirection;"; |
119 | 119 |
120 void set selectionDirection(String value) native "this.selectionDirection = va
lue;"; | 120 void set selectionDirection(String value) native "this.selectionDirection = va
lue;"; |
121 | 121 |
122 int get selectionEnd() native "return this.selectionEnd;"; | 122 int get selectionEnd() native "return this.selectionEnd;"; |
123 | 123 |
124 void set selectionEnd(int value) native "this.selectionEnd = value;"; | 124 void set selectionEnd(int value) native "this.selectionEnd = value;"; |
125 | 125 |
126 int get selectionStart() native "return this.selectionStart;"; | 126 int get selectionStart() native "return this.selectionStart;"; |
(...skipping 15 matching lines...) Expand all Loading... |
142 String get type() native "return this.type;"; | 142 String get type() native "return this.type;"; |
143 | 143 |
144 void set type(String value) native "this.type = value;"; | 144 void set type(String value) native "this.type = value;"; |
145 | 145 |
146 String get useMap() native "return this.useMap;"; | 146 String get useMap() native "return this.useMap;"; |
147 | 147 |
148 void set useMap(String value) native "this.useMap = value;"; | 148 void set useMap(String value) native "this.useMap = value;"; |
149 | 149 |
150 String get validationMessage() native "return this.validationMessage;"; | 150 String get validationMessage() native "return this.validationMessage;"; |
151 | 151 |
152 ValidityStateJs get validity() native "return this.validity;"; | 152 _ValidityStateJs get validity() native "return this.validity;"; |
153 | 153 |
154 String get value() native "return this.value;"; | 154 String get value() native "return this.value;"; |
155 | 155 |
156 void set value(String value) native "this.value = value;"; | 156 void set value(String value) native "this.value = value;"; |
157 | 157 |
158 Date get valueAsDate() native "return this.valueAsDate;"; | 158 Date get valueAsDate() native "return this.valueAsDate;"; |
159 | 159 |
160 void set valueAsDate(Date value) native "this.valueAsDate = value;"; | 160 void set valueAsDate(Date value) native "this.valueAsDate = value;"; |
161 | 161 |
162 num get valueAsNumber() native "return this.valueAsNumber;"; | 162 num get valueAsNumber() native "return this.valueAsNumber;"; |
(...skipping 21 matching lines...) Expand all Loading... |
184 void select() native; | 184 void select() native; |
185 | 185 |
186 void setCustomValidity(String error) native; | 186 void setCustomValidity(String error) native; |
187 | 187 |
188 void setSelectionRange(int start, int end, [String direction = null]) native; | 188 void setSelectionRange(int start, int end, [String direction = null]) native; |
189 | 189 |
190 void stepDown([int n = null]) native; | 190 void stepDown([int n = null]) native; |
191 | 191 |
192 void stepUp([int n = null]) native; | 192 void stepUp([int n = null]) native; |
193 } | 193 } |
OLD | NEW |