Interface StaticTreeItemViewModel
-
- All Superinterfaces:
CheckedItemViewModel
,org.eclipse.emf.ecore.EObject
,ItemViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,TreeItemViewModel
- All Known Implementing Classes:
StaticTreeItemViewModelImpl
public interface StaticTreeItemViewModel extends TreeItemViewModel
A representation of the model object 'Static Tree Item View Model'. The static item for static tree input.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
getChildren()
Returns the value of the 'Children' containment reference list.-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.CheckedItemViewModel
getCheckState, isBold, isEditable, isUnresolved, setBold, setCheckState, setEditable, setUnresolved
-
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
-
-
-
-
Method Detail
-
getChildren
org.eclipse.emf.common.util.EList<StaticTreeItemViewModel> getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of typeStaticTreeItemViewModel
. Children of the item.- Returns:
- the value of the 'Children' containment reference list.
- See Also:
AefStandardPackage.getStaticTreeItemViewModel_Children()
-
-