public class ValidityState extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
badInput |
Objs.Property<Boolean> |
customError |
Objs.Property<Boolean> |
patternMismatch |
Objs.Property<Boolean> |
rangeOverflow |
Objs.Property<Boolean> |
rangeUnderflow |
Objs.Property<Boolean> |
stepMismatch |
Objs.Property<Boolean> |
tooLong |
Objs.Property<Boolean> |
typeMismatch |
Objs.Property<Boolean> |
valid |
Objs.Property<Boolean> |
valueMissing |
Modifier | Constructor and Description |
---|---|
protected |
ValidityState(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, valueOf
public Objs.Property<Boolean> badInput
public Objs.Property<Boolean> customError
public Objs.Property<Boolean> patternMismatch
public Objs.Property<Boolean> rangeOverflow
public Objs.Property<Boolean> rangeUnderflow
public Objs.Property<Boolean> stepMismatch
public Objs.Property<Boolean> tooLong
public Objs.Property<Boolean> typeMismatch
public Objs.Property<Boolean> valid
public Objs.Property<Boolean> valueMissing
protected ValidityState(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 © 2018. All rights reserved.