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

Method isValid

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

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

339 * {@inheritDoc}
340 */
341 @Override
342 public boolean isValid() {
343 if (TYPE_RESET.equals(getType())) {
344 return true;
345 }
346
347 return super.isValid() && !isCustomErrorValidityState();
348 }
349
350 /**
351 * {@inheritDoc}

Callers

nothing calls this directly

Calls 3

getTypeMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected