Uses of Interface
org.loboevolution.html.node.ValidityState
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of ValidityState in org.loboevolution.html.dom
Modifier and TypeMethodDescriptionHTMLButtonElement.getValidity()
Returns a ValidityState object that represents the validity states of an element.HTMLFieldSetElement.getValidity()
Returns a ValidityState object that represents the validity states of an element.HTMLInputElement.getValidity()
Returns a ValidityState object that represents the validity states of an element.HTMLObjectElement.getValidity()
Returns a ValidityState object that represents the validity states of an element.HTMLOutputElement.getValidity()
getValidity.HTMLSelectElement.getValidity()
Returns a ValidityState object that represents the validity states of an element.HTMLTextAreaElement.getValidity()
Returns a ValidityState object that represents the validity states of an element. -
Uses of ValidityState in org.loboevolution.html.dom.domimpl
Modifier and TypeMethodDescriptionHTMLBasicInputElement.getValidity()
HTMLButtonElementImpl.getValidity()
Returns a ValidityState object that represents the validity states of an element.HTMLFieldsetElementImpl.getValidity()
Returns a ValidityState object that represents the validity states of an element.HTMLObjectElementImpl.getValidity()