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

Method isReadOnly

src/main/java/org/htmlunit/html/HtmlButton.java:133–135  ·  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

131 * @return {@code true} if this element is read only
132 */
133 public boolean isReadOnly() {
134 return hasAttribute("readOnly");
135 }
136
137 /**
138 * {@inheritDoc}

Callers

nothing calls this directly

Calls 1

hasAttributeMethod · 0.45

Tested by

no test coverage detected