Uses of Interface
com._1c.g5.aef2.standard.viewModels.RadioGroupItemViewModel
- 
- 
Uses of RadioGroupItemViewModel in com._1c.g5.aef2.standard.componentsMethods 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()CreatesIMapperthat maps the domain model values on view model items.
- 
Uses of RadioGroupItemViewModel in com._1c.g5.aef2.standard.viewModelsMethods in com._1c.g5.aef2.standard.viewModels that return RadioGroupItemViewModel Modifier and Type Method Description RadioGroupItemViewModelAefStandardFactory. createRadioGroupItemViewModel()Returns a new object of class 'Radio Group Item View Model'.RadioGroupItemViewModelRadioGroupViewModel. 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 voidRadioGroupViewModel. setSelectedItem(RadioGroupItemViewModel value)Sets the value of the 'Selected Item' reference.
- 
Uses of RadioGroupItemViewModel in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement RadioGroupItemViewModel Modifier and Type Class Description classRadioGroupItemViewModelImplAn 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 RadioGroupItemViewModelRadioGroupViewModelImpl. selectedItemThe 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. itemsThe 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 RadioGroupItemViewModelRadioGroupViewModelImpl. basicGetSelectedItem()RadioGroupItemViewModelAefStandardFactoryImpl. createRadioGroupItemViewModel()RadioGroupItemViewModelRadioGroupViewModelImpl. 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 voidRadioGroupViewModelImpl. setSelectedItem(RadioGroupItemViewModel newSelectedItem)
- 
Uses of RadioGroupItemViewModel in com._1c.g5.aef2.standard.viewModels.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type RadioGroupItemViewModel Modifier and Type Method Description T1AefStandardSwitch. 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.componentMethods 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()CreatesIMapperthat maps the domain model values on view model items.
 
-