Returns true if this element is read only. @return true if this element is read only
()
| 131 | * @return {@code true} if this element is read only |
| 132 | */ |
| 133 | public boolean isReadOnly() { |
| 134 | return hasAttribute("readOnly"); |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * {@inheritDoc} |
nothing calls this directly
no test coverage detected