Uses of Interface
com._1c.g5.aef2.standard.viewModels.ComboItemViewModel
-
-
Uses of ComboItemViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return ComboItemViewModel Modifier and Type Method Description ComboItemViewModel
AefStandardFactory. createComboItemViewModel()
Returns a new object of class 'Combo Item View Model'.ComboItemViewModel
ComboLabelViewModel. getSelectedItem()
Returns the value of the 'Selected Item' reference.ComboItemViewModel
ComboViewModel. getSelectedItem()
Returns the value of the 'Selected Item' reference.Methods in com._1c.g5.aef2.standard.viewModels that return types with arguments of type ComboItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<ComboItemViewModel>
ComboLabelViewModel. getItems()
Returns the value of the 'Items' containment reference list.org.eclipse.emf.common.util.EList<ComboItemViewModel>
ComboViewModel. getItems()
Returns the value of the 'Items' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type ComboItemViewModel Modifier and Type Method Description void
ComboLabelViewModel. setSelectedItem(ComboItemViewModel value)
Sets the value of the 'Selected Item
' reference.void
ComboViewModel. setSelectedItem(ComboItemViewModel value)
Sets the value of the 'Selected Item
' reference. -
Uses of ComboItemViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement ComboItemViewModel Modifier and Type Class Description class
ComboItemViewModelImpl
An implementation of the model object 'Combo Item View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as ComboItemViewModel Modifier and Type Field Description protected ComboItemViewModel
ComboLabelViewModelImpl. selectedItem
The cached value of the 'Selected Item
' reference.protected ComboItemViewModel
ComboViewModelImpl. selectedItem
The cached value of the 'Selected Item
' reference.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type ComboItemViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ComboItemViewModel>
ComboLabelViewModelImpl. items
The cached value of the 'Items
' containment reference list.protected org.eclipse.emf.common.util.EList<ComboItemViewModel>
ComboViewModelImpl. items
The cached value of the 'Items
' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ComboItemViewModel Modifier and Type Method Description ComboItemViewModel
ComboLabelViewModelImpl. basicGetSelectedItem()
ComboItemViewModel
ComboViewModelImpl. basicGetSelectedItem()
ComboItemViewModel
AefStandardFactoryImpl. createComboItemViewModel()
ComboItemViewModel
ComboLabelViewModelImpl. getSelectedItem()
ComboItemViewModel
ComboViewModelImpl. getSelectedItem()
Methods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type ComboItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<ComboItemViewModel>
ComboLabelViewModelImpl. getItems()
org.eclipse.emf.common.util.EList<ComboItemViewModel>
ComboViewModelImpl. getItems()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type ComboItemViewModel Modifier and Type Method Description void
ComboLabelViewModelImpl. setSelectedItem(ComboItemViewModel newSelectedItem)
void
ComboViewModelImpl. setSelectedItem(ComboItemViewModel newSelectedItem)
-
Uses of ComboItemViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ComboItemViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseComboItemViewModel(ComboItemViewModel object)
Returns the result of interpreting the object as an instance of 'Combo Item View Model'. -
Uses of ComboItemViewModel in com._1c.g5.v8.dt.bp.scheme.ui.aef.components
Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.components that return types with arguments of type ComboItemViewModel Modifier and Type Method Description protected IMapper<String,ComboItemViewModel>
HandlerSelectionComponent. createMapper()
-
Uses of ComboItemViewModel in com._1c.g5.v8.dt.form.ui.aef.components
Methods in com._1c.g5.v8.dt.form.ui.aef.components that return types with arguments of type ComboItemViewModel Modifier and Type Method Description protected IMapper<String,ComboItemViewModel>
HandlerSelectionComponent. createMapper()
-
Uses of ComboItemViewModel in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return types with arguments of type ComboItemViewModel Modifier and Type Method Description protected IMapper<String,ComboItemViewModel>
CharacteristicsDescriptionDataPathComboComponent. createMapper()
protected IMapper<Field,ComboItemViewModel>
CharacteristicsDescriptionFieldComboComponent. createMapper()
protected IMapper<CompatibilityMode,ComboItemViewModel>
ConfigurationCompatibilityModeComponent. createMapper()
protected IMapper<String,ComboItemViewModel>
EventSubscriptionEventsComboSelectComponent. createMapper()
Creates aIMapper
instance that maps the model objects to the combo item view model objects.protected IMapper<String,ComboItemViewModel>
HandlerSelectComponent. createMapper()
protected IMapper<Value,ComboItemViewModel>
SignOfUnfilledParentComponent. createMapper()
protected List<ComboItemViewModel>
EventSubscriptionEventsComboSelectComponent. getComboItems()
-
Uses of ComboItemViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Fields in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl declared as ComboItemViewModel Modifier and Type Field Description protected ComboItemViewModel
BooleanValueControlViewModelImpl. selectedItem
The cached value of the 'Selected Item
' reference.protected ComboItemViewModel
BorderValueControlViewModelImpl. selectedItem
The cached value of the 'Selected Item
' reference.protected ComboItemViewModel
EnumValueControlViewModelImpl. selectedItem
The cached value of the 'Selected Item
' reference.protected ComboItemViewModel
SysEnumValueControlViewModelImpl. selectedItem
The cached value of the 'Selected Item
' reference.Fields in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with type parameters of type ComboItemViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ComboItemViewModel>
BooleanValueControlViewModelImpl. items
The cached value of the 'Items
' containment reference list.protected org.eclipse.emf.common.util.EList<ComboItemViewModel>
BorderValueControlViewModelImpl. items
The cached value of the 'Items
' containment reference list.protected org.eclipse.emf.common.util.EList<ComboItemViewModel>
EnumValueControlViewModelImpl. items
The cached value of the 'Items
' containment reference list.protected org.eclipse.emf.common.util.EList<ComboItemViewModel>
SysEnumValueControlViewModelImpl. items
The cached value of the 'Items
' containment reference list.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that return ComboItemViewModel Modifier and Type Method Description ComboItemViewModel
BooleanValueControlViewModelImpl. basicGetSelectedItem()
ComboItemViewModel
BorderValueControlViewModelImpl. basicGetSelectedItem()
ComboItemViewModel
EnumValueControlViewModelImpl. basicGetSelectedItem()
ComboItemViewModel
SysEnumValueControlViewModelImpl. basicGetSelectedItem()
ComboItemViewModel
BooleanValueControlViewModelImpl. getSelectedItem()
ComboItemViewModel
BorderValueControlViewModelImpl. getSelectedItem()
ComboItemViewModel
EnumValueControlViewModelImpl. getSelectedItem()
ComboItemViewModel
SysEnumValueControlViewModelImpl. getSelectedItem()
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that return types with arguments of type ComboItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<ComboItemViewModel>
BooleanValueControlViewModelImpl. getItems()
org.eclipse.emf.common.util.EList<ComboItemViewModel>
BorderValueControlViewModelImpl. getItems()
org.eclipse.emf.common.util.EList<ComboItemViewModel>
EnumValueControlViewModelImpl. getItems()
org.eclipse.emf.common.util.EList<ComboItemViewModel>
SysEnumValueControlViewModelImpl. getItems()
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with parameters of type ComboItemViewModel Modifier and Type Method Description void
BooleanValueControlViewModelImpl. setSelectedItem(ComboItemViewModel newSelectedItem)
void
BorderValueControlViewModelImpl. setSelectedItem(ComboItemViewModel newSelectedItem)
void
EnumValueControlViewModelImpl. setSelectedItem(ComboItemViewModel newSelectedItem)
void
SysEnumValueControlViewModelImpl. setSelectedItem(ComboItemViewModel newSelectedItem)
-
Uses of ComboItemViewModel in com._1c.g5.v8.dt.moxel.ui.aef.components
Methods in com._1c.g5.v8.dt.moxel.ui.aef.components that return types with arguments of type ComboItemViewModel Modifier and Type Method Description protected IMapper<Pattern,ComboItemViewModel>
MoxelPatternComponent. createMapper()
protected IMapper<org.eclipse.emf.common.util.Enumerator,ComboItemViewModel>
MoxelSpreadsheetLineComponent. createMapper()
-
Uses of ComboItemViewModel 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 ComboItemViewModel Modifier and Type Method Description protected abstract IMapper<T,ComboItemViewModel>
AbstractDtComboSelectComponent. createMapper()
Creates aIMapper
instance that maps the model objects to the combo item view model objects.protected abstract IMapper<T,ComboItemViewModel>
AbstractDtEditableComboComponent. createMapper()
Creates aIMapper
instance that maps the model objects to the combo item view model objects.protected IMapper<Boolean,ComboItemViewModel>
BooleanComboComponent. createMapper()
protected IMapper<Border,ComboItemViewModel>
DtBorderStyleComponent. createMapper()
protected IMapper<T,ComboItemViewModel>
EnumComponent. createMapper()
-
Uses of ComboItemViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Fields in com._1c.g5.v8.dt.ui.aef.viewModels.impl declared as ComboItemViewModel Modifier and Type Field Description protected ComboItemViewModel
ComboSelectViewModelImpl. selectedItem
The cached value of the 'Selected Item
' reference.Fields in com._1c.g5.v8.dt.ui.aef.viewModels.impl with type parameters of type ComboItemViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ComboItemViewModel>
ComboSelectViewModelImpl. items
The cached value of the 'Items
' containment reference list.Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl that return ComboItemViewModel Modifier and Type Method Description ComboItemViewModel
ComboSelectViewModelImpl. basicGetSelectedItem()
ComboItemViewModel
ComboSelectViewModelImpl. getSelectedItem()
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl that return types with arguments of type ComboItemViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<ComboItemViewModel>
ComboSelectViewModelImpl. getItems()
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl with parameters of type ComboItemViewModel Modifier and Type Method Description void
ComboSelectViewModelImpl. setSelectedItem(ComboItemViewModel newSelectedItem)
-