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

Method isReadOnly

src/main/java/org/htmlunit/html/HtmlSelect.java:605–607  ·  view source on GitHub ↗

Returns true if this element is read only. @return true if this element is read only

()

Source from the content-addressed store, hash-verified

603 * @return {@code true} if this element is read only
604 */
605 public boolean isReadOnly() {
606 return hasAttribute("readOnly");
607 }
608
609 /**
610 * Returns the value of the attribute {@code tabindex}. Refer to the <a

Callers

nothing calls this directly

Calls 1

hasAttributeMethod · 0.45

Tested by

no test coverage detected