| Package | com.endeca.collections |
| Interface | public interface IReadOnlyList extends mx.collections.IList |
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:
function addItem(item:Object):voidfunction addItemAt(item:Object, index:int):voidfunction itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):voidfunction removeAll():voidfunction removeItemAt(index:int):Objectfunction setItemAt(item:Object, index:int):ObjectSee also