public interface Checkable
| Modifier and Type | Method and Description |
|---|---|
logical |
isChecked()
Gets the CHECKED writable attribute.
|
void |
setChecked(boolean checked)
Sets the CHECKED writable attribute.
|
void |
setChecked(logical checked)
Sets the CHECKED writable attribute.
|
logical isChecked()
void setChecked(boolean checked)
checked - The new value for the CHECKED attribute.void setChecked(logical checked)
checked - The new value for the CHECKED attribute.