Package com._1c.g5.aef2.standard.models
Interface IViewModelList<E>
-
- All Superinterfaces:
Collection<E>
,IList<E>
,IModel
,Iterable<E>
,IValidable
,IViewModelModel
,List<E>
- All Known Implementing Classes:
ViewModelList
public interface IViewModelList<E> extends IList<E>, IViewModelModel
TheIViewModelModel
contract forIValue
model types.- See Also:
IList
,IViewModelModel
-
-
Method Summary
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface com._1c.g5.aef2.models.list.IList
addListListener, createWorkingCopy, fill, isEqual, removeListListener
-
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
-
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Methods inherited from interface com._1c.g5.aef2.standard.models.IViewModelModel
beginInitialization, endInitialization
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-