@JsType(isNative=true,
name="ValidityState",
namespace="<global>")
public class ValidityState
extends Object
| Constructor and Description |
|---|
ValidityState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBadInput() |
boolean |
isCustomError() |
boolean |
isPatternMismatch() |
boolean |
isRangeOverflow() |
boolean |
isRangeUnderflow() |
boolean |
isStepMismatch() |
boolean |
isTooLong() |
boolean |
isTypeMismatch() |
boolean |
isValid() |
boolean |
isValueMissing() |
@JsProperty(name="badInput") public boolean isBadInput()
@JsProperty(name="customError") public boolean isCustomError()
@JsProperty(name="patternMismatch") public boolean isPatternMismatch()
@JsProperty(name="rangeOverflow") public boolean isRangeOverflow()
@JsProperty(name="rangeUnderflow") public boolean isRangeUnderflow()
@JsProperty(name="stepMismatch") public boolean isStepMismatch()
@JsProperty(name="tooLong") public boolean isTooLong()
@JsProperty(name="typeMismatch") public boolean isTypeMismatch()
@JsProperty(name="valid") public boolean isValid()
@JsProperty(name="valueMissing") public boolean isValueMissing()
Copyright © 2018 Xalys. All rights reserved.