public interface AttributeWriteEditable extends AttributeReadEditable
editable
attribute of an object.AttributeReadEditable
Modifier and Type | Method and Description |
---|---|
void |
setEditable(boolean editableFlag)
This method set the
editable status. |
isEditable
void setEditable(boolean editableFlag)
editable
status.editableFlag
- if true
the object will become editable, if false
the
object will become un-editable.Copyright © 2001–2016 mmm-Team. All rights reserved.