Uses of Interface
com._1c.g5.aef2.standard.viewModels.StaticTableItemViewModel
-
Packages that use StaticTableItemViewModel Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of StaticTableItemViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return StaticTableItemViewModel Modifier and Type Method Description StaticTableItemViewModel
AefStandardFactory. createStaticTableItemViewModel()
Returns a new object of class 'Static Table Item View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return types with arguments of type StaticTableItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<StaticTableItemViewModel>
StaticTableInput. getItems()
Returns the value of the 'Items' containment reference list. -
Uses of StaticTableItemViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement StaticTableItemViewModel Modifier and Type Class Description class
StaticTableItemViewModelImpl
An implementation of the model object 'Static Table Item View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type StaticTableItemViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<StaticTableItemViewModel>
StaticTableInputImpl. items
The cached value of the 'Items
' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return StaticTableItemViewModel Modifier and Type Method Description StaticTableItemViewModel
AefStandardFactoryImpl. createStaticTableItemViewModel()
Methods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type StaticTableItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<StaticTableItemViewModel>
StaticTableInputImpl. getItems()
-
Uses of StaticTableItemViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type StaticTableItemViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseStaticTableItemViewModel(StaticTableItemViewModel object)
Returns the result of interpreting the object as an instance of 'Static Table Item View Model'.
-