MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / willValidate

Method willValidate

src/main/java/org/htmlunit/html/HtmlButton.java:353–360  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

351 * {@inheritDoc}
352 */
353 @Override
354 public boolean willValidate() {
355 if (TYPE_RESET.equals(getType()) || TYPE_BUTTON.equals(getType())) {
356 return false;
357 }
358
359 return !isDisabled();
360 }
361
362 /**
363 * {@inheritDoc}

Callers

nothing calls this directly

Calls 3

getTypeMethod · 0.95
isDisabledMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected