MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / isValid

Method isValid

src/main/java/org/htmlunit/html/HtmlForm.java:441–449  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

439 * {@inheritDoc}
440 */
441 @Override
442 public boolean isValid() {
443 for (final HtmlElement element : getFormElements()) {
444 if (!element.isValid()) {
445 return false;
446 }
447 }
448 return super.isValid();
449 }
450
451 /**
452 * Returns a collection of elements that represent all the "submittable" elements in this form,

Callers 15

watchInFlightFunction · 0.45
watchInFlightFunction · 0.45
ext-all-debug.jsFile · 0.45
ext-all.jsFile · 0.45
DateTimeField.jsFile · 0.45
ext-all.jsFile · 0.45
check-radio.jsFile · 0.45
file-upload.jsFile · 0.45
EditableItem.jsFile · 0.45
RangeMenu.jsFile · 0.45

Calls 1

getFormElementsMethod · 0.95

Tested by 5

patternValidationMethod · 0.36
patternValidationMethod · 0.36
patternValidationMethod · 0.36
patternValidationMethod · 0.36
patternValidationMethod · 0.36