public interface AttributeReadEditable
editable
attribute of an object.Modifier and Type | Method and Description |
---|---|
boolean |
isEditable()
This method gets the editable status of this object.
|
boolean isEditable()
edit mode
(e.g. a data table that allows inline editing). If the editable
feature is turned
off, the user can no longer edit the data. AttributeReadEnabled.isEnabled()
. However turning off the
editable-flag
is weaker than disabling
a UI object. An enabled
but NOT editable
object may still allow user-interaction (e.g. a combobox that still allows selection out of a
predefined list but no editing of the text). Further the visualization is softer (no grey out of the
entire object). mode
or enabled flag
. This
method only returns the editable flag (as set via AttributeWriteEditable.setEditable(boolean)
)
and therefore only tells if the object is potentially editable.true
if this object is editable, false
otherwise.Copyright © 2001–2016 mmm-Team. All rights reserved.