Returns true if this element is read only. @return true if this element is read only
()
| 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 |
nothing calls this directly
no test coverage detected