Interface ComboItemViewModel
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ItemViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ComboItemViewModelImpl
public interface ComboItemViewModel extends ItemViewModel
A representation of the model object 'Combo Item View Model'. Combo item view model.
-
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ItemViewModel
getIcon, getText, setIcon, setText
-
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
-
-