Input class
- Inheritance
-
- Object
- NodeElement
- Input
- Implemented types
Constructors
-
Input({String? accept, String? alt, InputAutocomplete? autocomplete, bool disabled = false, String? form, String? formaction, String? formenctype, FormMethod? formmethod, bool formnovalidate = false, TargetA? formtarget, String? list, String? max, int? maxlength, String? min, bool multiple = false, String? name, String? pattern, String? placeholder, bool readonly = false, bool required = false, int? size, String? src, num? step, InputType? type, String? value, String? accesskey, bool autofocus = false, List<
StyleClass> ? classList, bool contentEditable = false, String? dir, String? id, String? lang, String? role, bool spellcheck = false, List<StyleCSS> ? styleList, int? tabindex, String? title, String? onblur, String? onchange, String? onclick, String? ondblclick, String? onfocus, String? onkeydown, String? onkeypress, String? onkeyup, String? onload, String? onmousedown, String? onmousemove, String? onmouseout, String? onmouseover, String? onmouseup, String? onreset, String? onselect, String? onsubmit, String? onunload}) -
const
Properties
- accept → String?
-
final
- accesskey → String?
-
final
- alt → String?
-
final
- autocomplete → InputAutocomplete?
-
final
- autofocus → bool
-
final
-
classList
→ List<
StyleClass> ? -
final
- contentEditable → bool
-
final
-
final
- dir → String?
-
final
- disabled → bool
-
final
- form → String?
-
final
- formaction → String?
-
final
- formenctype → String?
-
final
- formmethod → FormMethod?
-
final
- formnovalidate → bool
-
final
- formtarget → TargetA?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
final
- id → String?
-
final
- lang → String?
-
final
- list → String?
-
final
- max → String?
-
final
- maxlength → int?
-
final
- min → String?
-
final
- multiple → bool
-
final
- name → String?
-
final
- onblur → String?
-
final
- onchange → String?
-
final
- onclick → String?
-
final
- ondblclick → String?
-
final
- onfocus → String?
-
final
- onkeydown → String?
-
final
- onkeypress → String?
-
final
- onkeyup → String?
-
final
- onload → String?
-
final
- onmousedown → String?
-
final
- onmousemove → String?
-
final
- onmouseout → String?
-
final
- onmouseover → String?
-
final
- onmouseup → String?
-
final
- onreset → String?
-
final
- onselect → String?
-
final
- onsubmit → String?
-
final
- onunload → String?
-
final
- pattern → String?
-
final
- placeholder → String?
-
final
- readonly → bool
-
final
- required → bool
-
final
- role → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
final
- spellcheck → bool
-
final
- src → String?
-
final
- step → num?
-
final
-
styleList
→ List<
StyleCSS> ? -
final
- tabindex → int?
-
final
- title → String?
-
final
- type → InputType?
-
final
- value → String?
-
final
Methods
-
build(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited