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

Method handles

src/main/java/org/htmlunit/html/HtmlAnchor.java:424–430  ·  view source on GitHub ↗

{@inheritDoc}

(final Event event)

Source from the content-addressed store, hash-verified

422 * {@inheritDoc}
423 */
424 @Override
425 public boolean handles(final Event event) {
426 if (Event.TYPE_BLUR.equals(event.getType()) || Event.TYPE_FOCUS.equals(event.getType())) {
427 return true;
428 }
429 return super.handles(event);
430 }
431
432 /**
433 * Returns the value of the attribute {@code ping}.

Callers

nothing calls this directly

Calls 2

equalsMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected