Uses of Interface
com._1c.g5.aef2.standard.viewModels.RadioGroupItemViewModel
-
-
Uses of RadioGroupItemViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return types with arguments of type RadioGroupItemViewModel Modifier and Type Method Description protected IMapper<T,RadioGroupItemViewModel>
RadioGroupComponent. createMapper()
CreatesIMapper
that maps the domain model values on view model items. -
Uses of RadioGroupItemViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return RadioGroupItemViewModel Modifier and Type Method Description RadioGroupItemViewModel
AefStandardFactory. createRadioGroupItemViewModel()
Returns a new object of class 'Radio Group Item View Model'.RadioGroupItemViewModel
RadioGroupViewModel. getSelectedItem()
Returns the value of the 'Selected Item' reference.Methods in com._1c.g5.aef2.standard.viewModels that return types with arguments of type RadioGroupItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<RadioGroupItemViewModel>
RadioGroupViewModel. getItems()
Returns the value of the 'Items' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type RadioGroupItemViewModel Modifier and Type Method Description void
RadioGroupViewModel. setSelectedItem(RadioGroupItemViewModel value)
Sets the value of the 'Selected Item
' reference. -
Uses of RadioGroupItemViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement RadioGroupItemViewModel Modifier and Type Class Description class
RadioGroupItemViewModelImpl
An implementation of the model object 'Radio Group Item View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as RadioGroupItemViewModel Modifier and Type Field Description protected RadioGroupItemViewModel
RadioGroupViewModelImpl. selectedItem
The cached value of the 'Selected Item
' reference.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type RadioGroupItemViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<RadioGroupItemViewModel>
RadioGroupViewModelImpl. items
The cached value of the 'Items
' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return RadioGroupItemViewModel Modifier and Type Method Description RadioGroupItemViewModel
RadioGroupViewModelImpl. basicGetSelectedItem()
RadioGroupItemViewModel
AefStandardFactoryImpl. createRadioGroupItemViewModel()
RadioGroupItemViewModel
RadioGroupViewModelImpl. getSelectedItem()
Methods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type RadioGroupItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<RadioGroupItemViewModel>
RadioGroupViewModelImpl. getItems()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type RadioGroupItemViewModel Modifier and Type Method Description void
RadioGroupViewModelImpl. setSelectedItem(RadioGroupItemViewModel newSelectedItem)
-
Uses of RadioGroupItemViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type RadioGroupItemViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseRadioGroupItemViewModel(RadioGroupItemViewModel object)
Returns the result of interpreting the object as an instance of 'Radio Group Item View Model'. -
Uses of RadioGroupItemViewModel in com._1c.g5.v8.dt.ui.aef.component
Methods in com._1c.g5.v8.dt.ui.aef.component that return types with arguments of type RadioGroupItemViewModel Modifier and Type Method Description protected IMapper<T,RadioGroupItemViewModel>
EnumRadioGroupComponent. createMapper()
CreatesIMapper
that maps the domain model values on view model items.
-