Uses of Interface
com._1c.g5.aef2.standard.viewModels.RadioGroupItemViewModel
Packages that use RadioGroupItemViewModel
Package
Description
-
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 RadioGroupItemViewModelModifier and TypeMethodDescriptionprotected IMapper<T,RadioGroupItemViewModel> RadioGroupComponent.createMapper()CreatesIMapperthat 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 RadioGroupItemViewModelModifier and TypeMethodDescriptionAefStandardFactory.createRadioGroupItemViewModel()Returns a new object of class 'Radio Group Item View Model'.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 RadioGroupItemViewModelModifier and TypeMethodDescriptionorg.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 RadioGroupItemViewModelModifier and TypeMethodDescriptionvoidRadioGroupViewModel.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 RadioGroupItemViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Radio Group Item View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as RadioGroupItemViewModelModifier and TypeFieldDescriptionprotected RadioGroupItemViewModelRadioGroupViewModelImpl.selectedItemThe cached value of the 'Selected Item' reference.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type RadioGroupItemViewModelModifier and TypeFieldDescriptionprotected 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 RadioGroupItemViewModelModifier and TypeMethodDescriptionRadioGroupViewModelImpl.basicGetSelectedItem()AefStandardFactoryImpl.createRadioGroupItemViewModel()RadioGroupViewModelImpl.getSelectedItem()Methods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type RadioGroupItemViewModelModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RadioGroupItemViewModel>RadioGroupViewModelImpl.getItems()Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type RadioGroupItemViewModelModifier and TypeMethodDescriptionvoidRadioGroupViewModelImpl.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 RadioGroupItemViewModelModifier and TypeMethodDescriptionAefStandardSwitch.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 RadioGroupItemViewModelModifier and TypeMethodDescriptionprotected IMapper<T,RadioGroupItemViewModel> EnumRadioGroupComponent.createMapper()CreatesIMapperthat maps the domain model values on view model items.