ContentsIndexHome
PreviousUpNext
IElement.isReadonly Method

Returns whether this IElement is read only. Read only IElements cannot be set to another value or closed. This occurs e.g. when querying the IElement associated with a certain position in an IDataView object. The returned IElement object cannot be assigned a value, because that value should be assigned to the IDataView object instead. 

 

Java
boolean isReadonly();

True if the IElement is read only, false otherwise.