Packagecom.endeca.collections
Interfacepublic interface IReadOnlyList extends mx.collections.IList

An IReadOnlyList is a list which does not support the methods of the IList interface which modify the underlying data. If any of the following methods are called, an IllegalOperationError will be thrown:

See also

flash.errors.IllegalOperationError
com.endeca.tools.pagebuilder.model.content.collections.IReadOnlyContentModelList