Package com._1c.g5.v8.dt.ui.aef.models
Interface IAbstractMobileApplicationUrlsModel<T extends AbstractMobileApplicationUrl>
-
- Type Parameters:
T
- Type of mobile application URL's in the list provided by the model
- All Superinterfaces:
Collection<T>
,IAttribute<IBmObject,org.eclipse.emf.ecore.EStructuralFeature>
,IEditableModel
,IEmfAttribute<IBmObject>
,IEmfListAttribute<T,IBmObject>
,IList<T>
,IModel
,IModelApiAwareModel
,Iterable<T>
,IValidable
,List<T>
- All Known Subinterfaces:
IMobileApplicationUrlsModel
- All Known Implementing Classes:
BmListMobileApplicationUrlsModel
public interface IAbstractMobileApplicationUrlsModel<T extends AbstractMobileApplicationUrl> extends IEmfListAttribute<T,IBmObject>, IModelApiAwareModel, IEditableModel
TheAbstractMobileApplicationUrl
s model.
-
-
Method Summary
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface com._1c.g5.aef2.models.IAttribute
getObject, getProperty
-
Methods inherited from interface com._1c.g5.aef2.models.IEditableModel
isEditable, setEditable
-
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.v8.dt.aef2.IModelApiAwareModel
getModelApi, setModelApi
-
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
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
-
-