ValidityState class
- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- ValidityState
- Annotations
- @DocsEditable()
- @DomName('ValidityState')
Static Properties
- instanceRuntimeType → Type @Deprecated("Internal Use Only"), read-only
Constructors
Properties
- badInput → bool @DocsEditable(), @DomName('ValidityState.badInput'), read-only
- customError → bool @DocsEditable(), @DomName('ValidityState.customError'), read-only
- patternMismatch → bool @DocsEditable(), @DomName('ValidityState.patternMismatch'), read-only
- rangeOverflow → bool @DocsEditable(), @DomName('ValidityState.rangeOverflow'), read-only
- rangeUnderflow → bool @DocsEditable(), @DomName('ValidityState.rangeUnderflow'), read-only
- stepMismatch → bool @DocsEditable(), @DomName('ValidityState.stepMismatch'), read-only
- tooLong → bool @DocsEditable(), @DomName('ValidityState.tooLong'), read-only
- tooShort → bool @DocsEditable(), @DomName('ValidityState.tooShort'), @Experimental(), read-only
- typeMismatch → bool @DocsEditable(), @DomName('ValidityState.typeMismatch'), read-only
- valid → bool @DocsEditable(), @DomName('ValidityState.valid'), read-only
- valueMissing → bool @DocsEditable(), @DomName('ValidityState.valueMissing'), read-only
- hashCode → int read-only, inherited
- runtimeType → Type read-only, inherited
-
A representation of the runtime type of the object.
Operators
- operator ==(
other) → bool inherited -
The equality operator.
Methods
- noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
- toString(
) → String inherited -
Returns the result of the JavaScript objects
toString
method.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/ValidityState-class.html