public interface Enabled
| Modifier and Type | Method and Description |
|---|---|
logical |
isEnabled()
Returns the state of the ENABLED attribute
|
void |
setEnabled(boolean value)
Setter for ENABLED attribute.
|
void |
setEnabled(logical value)
Setter for ENABLED attribute.
|
logical isEnabled()
void setEnabled(boolean value)
value - The new value of ENABLED attribute.void setEnabled(logical value)
value - The new value of ENABLED attribute.