public interface WriteProtectable
| Modifier and Type | Method and Description |
|---|---|
logical |
isReadOnly()
Checks whether the widget is write-protected.
|
default void |
setReadOnly(boolean r)
Sets the READ-ONLY attribute of the widget.
|
void |
setReadOnly(logical r)
Sets the READ-ONLY attribute of the widget.
|
logical isReadOnly()
true if the widget is write-protected.default void setReadOnly(boolean r)
r - true if the widget should be write-protected.void setReadOnly(logical r)
r - true if the widget should be write-protected.