public class ValidityState
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Boolean> |
badInput |
net.java.html.lib.Objs.Property<Boolean> |
customError |
net.java.html.lib.Objs.Property<Boolean> |
patternMismatch |
net.java.html.lib.Objs.Property<Boolean> |
rangeOverflow |
net.java.html.lib.Objs.Property<Boolean> |
rangeUnderflow |
net.java.html.lib.Objs.Property<Boolean> |
stepMismatch |
net.java.html.lib.Objs.Property<Boolean> |
tooLong |
net.java.html.lib.Objs.Property<Boolean> |
typeMismatch |
net.java.html.lib.Objs.Property<Boolean> |
valid |
net.java.html.lib.Objs.Property<Boolean> |
valueMissing |
| Modifier | Constructor and Description |
|---|---|
protected |
ValidityState(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static ValidityState |
$as(Object obj) |
Boolean |
badInput() |
Boolean |
customError() |
Boolean |
patternMismatch() |
Boolean |
rangeOverflow() |
Boolean |
rangeUnderflow() |
Boolean |
stepMismatch() |
Boolean |
tooLong() |
Boolean |
typeMismatch() |
Boolean |
valid() |
Boolean |
valueMissing() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Boolean> badInput
public net.java.html.lib.Objs.Property<Boolean> customError
public net.java.html.lib.Objs.Property<Boolean> patternMismatch
public net.java.html.lib.Objs.Property<Boolean> rangeOverflow
public net.java.html.lib.Objs.Property<Boolean> rangeUnderflow
public net.java.html.lib.Objs.Property<Boolean> stepMismatch
public net.java.html.lib.Objs.Property<Boolean> tooLong
public net.java.html.lib.Objs.Property<Boolean> typeMismatch
public net.java.html.lib.Objs.Property<Boolean> valid
public net.java.html.lib.Objs.Property<Boolean> valueMissing
protected ValidityState(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static ValidityState $as(Object obj)
public Boolean badInput()
public Boolean customError()
public Boolean patternMismatch()
public Boolean rangeOverflow()
public Boolean rangeUnderflow()
public Boolean stepMismatch()
public Boolean tooLong()
public Boolean typeMismatch()
public Boolean valid()
public Boolean valueMissing()
Copyright © 2021. All rights reserved.