Class BmFunctionalOptionsListModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.EditableModel
com._1c.g5.aef2.models.list.ListModel<T>
com._1c.g5.v8.dt.aef2.bm.models.BmList<T>
com._1c.g5.v8.dt.ui.aef.models.BmListSelectionModel<FunctionalOption>
com._1c.g5.v8.dt.form.internal.ui.properties.models.BmFunctionalOptionsListModel
- All Implemented Interfaces:
IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<IBmObject>
,IModel
,IEmfListAttribute<FunctionalOption,
,IBmObject> IList<FunctionalOption>
,IValidable
,IModelApiAwareModel
,IEmfListSelectionModel<FunctionalOption,
,IBmObject> IEmfSelectionModel<IBmObject>
,ISelectionModel
,Iterable<FunctionalOption>
,Collection<FunctionalOption>
,List<FunctionalOption>
The model of Form functional options list.
-
Constructor Summary
ConstructorsConstructorDescriptionBmFunctionalOptionsListModel
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IDerivedDataManagerProvider derivedDataManagerProvider, IFormFunctionalOptionsService functionalOptionsService, IV8Project v8project) Creates a new bm model. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.ui.aef.models.BmListSelectionModel
dispose, getComparator, getComparer, getContentProvider, getInput, getLabelProvider, getProject, getV8project, getWaitingPartIds, isMulti, isValidState, setElementComparer
Methods inherited from class com._1c.g5.v8.dt.aef2.bm.models.BmList
adapt, createTask, getChange, getModelApi, getObject, getProperty, setModelApi, setObjectValue
Methods inherited from class com._1c.g5.aef2.models.list.ListModel
add, add, addAll, addAll, addListListener, clear, contains, containsAll, createWorkingCopy, discard, fill, get, getCommittedList, getUncommittedList, indexOf, isElementEqual, isEmpty, isEqual, iterator, lastIndexOf, listIterator, listIterator, notifyListChanged, queueNotifyListChanged, remove, remove, removeAll, removeListListener, retainAll, set, setCommittedList, setList, setUncommitedList, size, subList, toArray, toArray, toString
Methods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditable
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, getValidatorTarget, removeValidator, validate, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.list.IList
addListListener, createWorkingCopy, fill, isEqual, removeListListener
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, getChange, getComponent, isOnline, removeModelListener, setComponent
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
-
Constructor Details
-
BmFunctionalOptionsListModel
public BmFunctionalOptionsListModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IDerivedDataManagerProvider derivedDataManagerProvider, IFormFunctionalOptionsService functionalOptionsService, IV8Project v8project) Creates a new bm model.- Parameters:
object
- the object.feature
- the feature.derivedDataManagerProvider
- derived data manager provider, cannot benull
.functionalOptionsService
- the form functional options service.v8project
- the V8 project, cannot benull
.
-