public interface AttributeWriteEnabled extends AttributeReadEnabled
enabled
attribute of an object.Modifier and Type | Method and Description |
---|---|
void |
setEnabled(boolean enabled)
This method sets the
enabled status of this object. |
isEnabled
void setEnabled(boolean enabled)
enabled
status of this object. If it is disabled, the user can
not interact with the object.enabled
- - if true
the object will be enabled, else the object will be disabled.Copyright © 2001–2016 mmm-Team. All rights reserved.