Uses of Interface
com._1c.g5.aef2.standard.viewModels.StaticTreeItemViewModel
-
Packages that use StaticTreeItemViewModel Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of StaticTreeItemViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return StaticTreeItemViewModel Modifier and Type Method Description StaticTreeItemViewModel
AefStandardFactory. createStaticTreeItemViewModel()
Returns a new object of class 'Static Tree Item View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return types with arguments of type StaticTreeItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeItemViewModel. getChildren()
Returns the value of the 'Children' containment reference list.org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeInput. getRoots()
Returns the value of the 'Roots' containment reference list. -
Uses of StaticTreeItemViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement StaticTreeItemViewModel Modifier and Type Class Description class
StaticTreeItemViewModelImpl
An implementation of the model object 'Static Tree Item View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type StaticTreeItemViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeItemViewModelImpl. children
The cached value of the 'Children
' containment reference list.protected org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeInputImpl. roots
The cached value of the 'Roots
' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return StaticTreeItemViewModel Modifier and Type Method Description StaticTreeItemViewModel
AefStandardFactoryImpl. createStaticTreeItemViewModel()
Methods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type StaticTreeItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeItemViewModelImpl. getChildren()
org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeInputImpl. getRoots()
-
Uses of StaticTreeItemViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type StaticTreeItemViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseStaticTreeItemViewModel(StaticTreeItemViewModel object)
Returns the result of interpreting the object as an instance of 'Static Tree Item View Model'.
-