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

Method removeFocus

src/main/java/org/htmlunit/html/DomElement.java:1608–1610  ·  view source on GitHub ↗

INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Gets notified that it has lost the focus.

()

Source from the content-addressed store, hash-verified

1606 * Gets notified that it has lost the focus.
1607 */
1608 public void removeFocus() {
1609 // nothing
1610 }
1611
1612 /**
1613 * Returns {@code true} if state updates should be done before onclick event handling. This method

Callers 1

setFocusedElementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected