Class ReturnToModel
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.aef2.emf.models.EmfList<T>
com._1c.g5.v8.dt.internal.platform.services.ui.aef.models.AbstractDynamicTableModel<String>
com._1c.g5.v8.dt.internal.platform.services.ui.aef.models.ReturnToModel
- All Implemented Interfaces:
IAttribute<org.eclipse.emf.ecore.EObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel
,IEmfAttribute<org.eclipse.emf.ecore.EObject>
,IModel
,IEmfListAttribute<String,
,org.eclipse.emf.ecore.EObject> IList<String>
,IValidable
,IDynamicTableModel
,Iterable<String>
,Collection<String>
,List<String>
Model for OpenID return to addresses list.
-
Constructor Summary
ConstructorsConstructorDescriptionReturnToModel
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, InfobasePublication publication) Constructor ofReturnToModel
-
Method Summary
Modifier and TypeMethodDescriptionReturns check state provider.org.eclipse.emf.transaction.TransactionalEditingDomain
Return transactional edition domain for the parent publication instance.Returns lable provider.void
updateElement
(String element, String text) Updates the provided list element to the provided text.Methods inherited from class com._1c.g5.v8.dt.internal.platform.services.ui.aef.models.AbstractDynamicTableModel
dispose, getInput, getTableContentProvider
Methods inherited from class com._1c.g5.aef2.emf.models.EmfList
getChange, getObject, getProperty
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.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
-
ReturnToModel
public ReturnToModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, InfobasePublication publication) Constructor ofReturnToModel
- Parameters:
object
- the object, cannot benull
feature
- the feature, cannot benull
publication
- the publication, cannot benull
-
-
Method Details
-
getCheckStateProvider
Description copied from interface:IDynamicTableModel
Returns check state provider.- Returns:
- the
ICheckStateProvider
, can benull
-
getLabelProvider
Description copied from interface:IDynamicTableModel
Returns lable provider.- Returns:
- the
ILabelProvider
, can not benull
-
getEditingDomain
public org.eclipse.emf.transaction.TransactionalEditingDomain getEditingDomain()Return transactional edition domain for the parent publication instance.- Returns:
- transactional edition domain for the parent publication instance, never
null
-
updateElement
Updates the provided list element to the provided text.- Parameters:
element
- the element to update, cannot benull
text
- the text to set, cannot benull
-