Uses of Interface
com._1c.g5.aef2.standard.viewModels.ControlViewModel
- 
- 
Uses of ControlViewModel in com._1c.g5.aef2.standard.componentsClasses in com._1c.g5.aef2.standard.components with type parameters of type ControlViewModel Modifier and Type Class Description classAbstractControlComponent<M extends IModel,P extends IParameterization,V extends ControlViewModel>The basic class for all control components.Methods in com._1c.g5.aef2.standard.components with parameters of type ControlViewModel Modifier and Type Method Description protected <DMR,VMR>
 IList<VMR>StandardComponent. bindList(IList<DMR> modelValue, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature viewModelFeature, IMapper<DMR,VMR> mapper)Binds model value and view model feature together.protected <DM extends IModel,DMR,VMM extends IViewModelModel,VMR>
 VMMStandardComponent. bindModel(DM model, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature feature, BiFunction<ControlViewModel,org.eclipse.emf.ecore.EStructuralFeature,VMM> viewModelModelCreator, Function<DM,DMR> modelGetter, BiConsumer<DM,VMR> modelSetter, Function<VMM,VMR> viewModelGetter, BiConsumer<VMM,DMR> viewModelSetter, EnumSet<StandardComponent.BindingDirection> direction)Binds the givenmodelto view model.protected <DMR,VMR>
 IValue<VMR>StandardComponent. bindValue(IValue<DMR> modelValue, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature viewModelFeature)Binds model value and view model feature together.protected <DMR,VMR>
 IValue<VMR>StandardComponent. bindValue(IValue<DMR> modelValue, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature viewModelFeature, IMapper<DMR,VMR> mapper)Binds model value and view model feature together.protected <T> IViewModelList<T>StandardComponent. createDefaultViewModelList(ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature feature)Creates defaultIListfor given view model.protected <T> IViewModelValue<T>StandardComponent. createDefaultViewModelValue(ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature feature)Creates defaultIValuefor given view model.protected voidStandardComponent. updateViewModelStatus(ControlViewModel viewModel, IModel model)Updates the validation status of the given view model.Method parameters in com._1c.g5.aef2.standard.components with type arguments of type ControlViewModel Modifier and Type Method Description protected <DM extends IModel,DMR,VMM extends IViewModelModel,VMR>
 VMMStandardComponent. bindModel(DM model, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature feature, BiFunction<ControlViewModel,org.eclipse.emf.ecore.EStructuralFeature,VMM> viewModelModelCreator, Function<DM,DMR> modelGetter, BiConsumer<DM,VMR> modelSetter, Function<VMM,VMR> viewModelGetter, BiConsumer<VMM,DMR> viewModelSetter, EnumSet<StandardComponent.BindingDirection> direction)Binds the givenmodelto view model.
- 
Uses of ControlViewModel in com._1c.g5.aef2.standard.layoutMethods in com._1c.g5.aef2.standard.layout with parameters of type ControlViewModel Modifier and Type Method Description voidAefGridLayoutDataFactory. applyTo(ControlViewModel viewModel)Sets the layout data on the given control.
- 
Uses of ControlViewModel in com._1c.g5.aef2.standard.lwt.viewsClasses in com._1c.g5.aef2.standard.lwt.views with type parameters of type ControlViewModel Modifier and Type Class Description classAbstractHeavyCompositeWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Composite>Basic class for light composites.classAbstractHeavyControlWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>Base class for views that produces the heavy native SWT control.classAbstractHeavyWrapperView<VM extends ControlViewModel,LC extends SwtLightControl,NC extends org.eclipse.swt.widgets.Control>Base class for views that produces the heavy native SWT control.classAbstractLwtSpinnerView<VM extends ControlViewModel,LC extends AbstractLightSpinner<?>>Abstract parent for lwt views for spinners.classAbstractLwtStandardView<VM extends ControlViewModel,LC extends ILightControl>Base class for LWT-based standard views.
- 
Uses of ControlViewModel in com._1c.g5.aef2.standard.swt.viewsClasses in com._1c.g5.aef2.standard.swt.views with type parameters of type ControlViewModel Modifier and Type Class Description classAbstractSwtSpinnerView<VM extends ControlViewModel>Abstract parent for swt views for spinners.classSwtStandardView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>Base class for SWT-based standard views.
- 
Uses of ControlViewModel in com._1c.g5.aef2.standard.viewModelsSubinterfaces of ControlViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interfaceAbstractDoubleSpinnerViewModelA representation of the model object 'Abstract Double Spinner View Model'.interfaceAbstractLongSpinnerViewModelA representation of the model object 'Abstract Long Spinner View Model'.interfaceAbstractSpinnerViewModelA representation of the model object 'Abstract Spinner View Model'.interfaceBigDecimalSpinnerViewModelA representation of the model object 'Big Decimal Spinner View Model'.interfaceButtonViewModelA representation of the model object 'Button View Model'.interfaceCheckableLabelViewModelA representation of the model object 'Checkable Label View Model'.interfaceCheckboxViewModelA representation of the model object 'Checkbox View Model'.interfaceComboLabelViewModelA representation of the model object 'Combo Label View Model'.interfaceComboViewModelA representation of the model object 'Combo View Model'.interfaceCompositeControlViewModelA representation of the model object 'Composite Control View Model'.interfaceCompositeViewModelA representation of the model object 'Composite View Model'.interfaceDoubleSpinnerViewModelA representation of the model object 'Double Spinner View Model'.interfaceImageButtonViewModelA representation of the model object 'Image Button View Model'.interfaceLabelViewModelA representation of the model object 'Label View Model'.interfaceLinkViewModelA representation of the model object 'Link View Model'.interfaceLongSpinnerViewModelA representation of the model object 'Long Spinner View Model'.interfaceRadioGroupViewModelA representation of the model object 'Radio Group View Model'.interfaceScrolledCompositeContentViewModelA representation of the model object 'Scrolled Composite Content View Model'.interfaceScrolledCompositeViewModelA representation of the model object 'Scrolled Composite View Model'.interfaceSectionViewModelA representation of the model object 'Section View Model'.interfaceSeparatorViewModelA representation of the model object 'Separator View Model'.interfaceSpinnerViewModelA representation of the model object 'Spinner View Model'.interfaceStructuredViewModelA representation of the model object 'Structured View Model'.interfaceTableViewModelA representation of the model object 'Table View Model'.interfaceTextViewModelA representation of the model object 'Text View Model'.interfaceTreeViewModelA representation of the model object 'Tree View Model'.
- 
Uses of ControlViewModel in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement ControlViewModel Modifier and Type Class Description classAbstractDoubleSpinnerViewModelImplAn implementation of the model object 'Abstract Double Spinner View Model'.classAbstractLongSpinnerViewModelImplAn implementation of the model object 'Abstract Long Spinner View Model'.classAbstractSpinnerViewModelImplAn implementation of the model object 'Abstract Spinner View Model'.classBigDecimalSpinnerViewModelImplAn implementation of the model object 'Big Decimal Spinner View Model'.classButtonViewModelImplAn implementation of the model object 'Button View Model'.classCheckableLabelViewModelImplAn implementation of the model object 'Checkable Label View Model'.classCheckboxViewModelImplAn implementation of the model object 'Checkbox View Model'.classComboLabelViewModelImplAn implementation of the model object 'Combo Label View Model'.classComboViewModelImplAn implementation of the model object 'Combo View Model'.classCompositeControlViewModelImplAn implementation of the model object 'Composite Control View Model'.classCompositeViewModelImplAn implementation of the model object 'Composite View Model'.classControlViewModelImplAn implementation of the model object 'Control View Model'.classDoubleSpinnerViewModelImplAn implementation of the model object 'Double Spinner View Model'.classImageButtonViewModelImplAn implementation of the model object 'Image Button View Model'.classLabelViewModelImplAn implementation of the model object 'Label View Model'.classLinkViewModelImplAn implementation of the model object 'Link View Model'.classLongSpinnerViewModelImplAn implementation of the model object 'Long Spinner View Model'.classRadioGroupViewModelImplAn implementation of the model object 'Radio Group View Model'.classScrolledCompositeContentViewModelImplAn implementation of the model object 'Scrolled Composite Content View Model'.classScrolledCompositeViewModelImplAn implementation of the model object 'Scrolled Composite View Model'.classSectionViewModelImplAn implementation of the model object 'Section View Model'.classSeparatorViewModelImplAn implementation of the model object 'Separator View Model'.classSpinnerViewModelImplAn implementation of the model object 'Spinner View Model'.classStructuredViewModelImplAn implementation of the model object 'Structured View Model'.classTableViewModelImplAn implementation of the model object 'Table View Model'.classTextViewModelImplAn implementation of the model object 'Text View Model'.classTreeViewModelImplAn implementation of the model object 'Tree View Model'.
- 
Uses of ControlViewModel in com._1c.g5.aef2.standard.viewModels.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ControlViewModel Modifier and Type Method Description T1AefStandardSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodelSubinterfaces of ControlViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel Modifier and Type Interface Description interfaceAggregatesTableViewModelA representation of the model object 'Aggregates Table View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.implClasses in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that implement ControlViewModel Modifier and Type Class Description classAggregatesTableViewModelImplAn implementation of the model object 'Aggregates Table View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.utilMethods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.util with parameters of type ControlViewModel Modifier and Type Method Description TAggregatesAefSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModelsSubinterfaces of ControlViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels Modifier and Type Interface Description interfaceConditionalAppearanceControlViewModelA representation of the model object 'Conditional Appearance Control View Model'.interfaceDataPathViewModelA representation of the model object 'Data Path View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels.implClasses in com._1c.g5.v8.dt.form.ui.aef.viewModels.impl that implement ControlViewModel Modifier and Type Class Description classConditionalAppearanceControlViewModelImplAn implementation of the model object 'Conditional Appearance Control View Model'.classDataPathViewModelImplAn implementation of the model object 'Data Path View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels.utilMethods in com._1c.g5.v8.dt.form.ui.aef.viewModels.util with parameters of type ControlViewModel Modifier and Type Method Description TFormAefSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModelsSubinterfaces of ControlViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interfaceAccountingFlagsViewModelA representation of the model object 'Accounting Flags View Model'.interfaceBooleanValueControlViewModelA representation of the model object 'Boolean Value Control View Model'.interfaceBorderValueControlViewModelA representation of the model object 'Border Value Control View Model'.interfaceCharacteristicsTableViewModelA representation of the model object 'Characteristics Table View Model'.interfaceChoiceParametersViewModelA representation of the model object 'Choice Parameters View Model'.interfaceColorValueControlViewModelA representation of the model object 'Color Value Control View Model'.interfaceCommonAttributeContentViewModelA representation of the model object 'Common Attribute Content View Model'.interfaceCommonAttributesDataViewModelA representation of the model object 'Common Attributes Data View Model'.interfaceDataExchangeViewModelA representation of the model object 'Data Exchange View Model'.interfaceDateValueControlViewModelA representation of the model object 'Date Value Control View Model'.interfaceEnumValueControlViewModelA representation of the model object 'Enum Value Control View Model'.interfaceExchangePlanContentViewModelA representation of the model object 'Exchange Plan Content View Model'.interfaceExtDimensionTypesViewModelA representation of the model object 'Ext Dimension Types View Model'.interfaceFontValueControlViewModelA representation of the model object 'Font Value Control View Model'.interfaceMobileApplicationUrlsViewModelA representation of the model object 'Mobile Application Urls View Model'.interfaceNumberValueControlViewModelA representation of the model object 'Number Value Control View Model'.interfacePredefinedDataViewModelA representation of the model object 'Predefined Data View Model'.interfacePredefinedItemCodeViewModelA representation of the model object 'Predefined Item Code View Model'.interfacePredefinedValueControlViewModelA representation of the model object 'Predefined Value Control View Model'.interfaceRequiredPermissionMessagesViewModelA representation of the model object 'Required Permission Messages View Model'.interfaceRequiredPermissionsViewModelA representation of the model object 'Required Permissions View Model'.interfaceStringValueControlViewModelA representation of the model object 'String Value Control View Model'.interfaceSysEnumValueControlViewModelA representation of the model object 'Sys Enum Value Control View Model'.interfaceTypeSelectionControlViewModelA representation of the model object 'Type Selection Control View Model'.interfaceValueControlViewModelA representation of the model object 'Value Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.implClasses in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement ControlViewModel Modifier and Type Class Description classAccountingFlagsViewModelImplAn implementation of the model object 'Accounting Flags View Model'.classBooleanValueControlViewModelImplAn implementation of the model object 'Boolean Value Control View Model'.classBorderValueControlViewModelImplAn implementation of the model object 'Border Value Control View Model'.classCharacteristicsTableViewModelImplAn implementation of the model object 'Characteristics Table View Model'.classChoiceParametersViewModelImplAn implementation of the model object 'Choice Parameters View Model'.classColorValueControlViewModelImplAn implementation of the model object 'Color Value Control View Model'.classCommonAttributeContentViewModelImplAn implementation of the model object 'Common Attribute Content View Model'.classCommonAttributesDataViewModelImplAn implementation of the model object 'Common Attributes Data View Model'.classDataExchangeViewModelImplAn implementation of the model object 'Data Exchange View Model'.classDateValueControlViewModelImplAn implementation of the model object 'Date Value Control View Model'.classEnumValueControlViewModelImplAn implementation of the model object 'Enum Value Control View Model'.classExchangePlanContentViewModelImplAn implementation of the model object 'Exchange Plan Content View Model'.classExtDimensionTypesViewModelImplAn implementation of the model object 'Ext Dimension Types View Model'.classFontValueControlViewModelImplAn implementation of the model object 'Font Value Control View Model'.classMobileApplicationUrlsViewModelImplAn implementation of the model object 'Mobile Application Urls View Model'.classNumberValueControlViewModelImplAn implementation of the model object 'Number Value Control View Model'.classPredefinedDataViewModelImplAn implementation of the model object 'Predefined Data View Model'.classPredefinedItemCodeViewModelImplAn implementation of the model object 'Predefined Item Code View Model'.classPredefinedValueControlViewModelImplAn implementation of the model object 'Predefined Value Control View Model'.classRequiredPermissionMessagesViewModelImplAn implementation of the model object 'Required Permission Messages View Model'.classRequiredPermissionsViewModelImplAn implementation of the model object 'Required Permissions View Model'.classStringValueControlViewModelImplAn implementation of the model object 'String Value Control View Model'.classSysEnumValueControlViewModelImplAn implementation of the model object 'Sys Enum Value Control View Model'.classTypeSelectionControlViewModelImplAn implementation of the model object 'Type Selection Control View Model'.classValueControlViewModelImplAn implementation of the model object 'Value Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.utilMethods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type ControlViewModel Modifier and Type Method Description T1MdAefSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModelsSubinterfaces of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels Modifier and Type Interface Description interfaceExtendedCommonAttributeContentViewModelA representation of the model object 'Extended Common Attribute Content View Model'.interfaceExtendedExchangePlanContentViewModelA representation of the model object 'Extended Exchange Plan Content View Model'.interfaceExtendedPredefinedDataViewModelA representation of the model object 'Extended Predefined Data View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.implClasses in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl that implement ControlViewModel Modifier and Type Class Description classExtendedCommonAttributeContentViewModelImplAn implementation of the model object 'Extended Common Attribute Content View Model'.classExtendedExchangePlanContentViewModelImplAn implementation of the model object 'Extended Exchange Plan Content View Model'.classExtendedPredefinedDataViewModelImplAn implementation of the model object 'Extended Predefined Data View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.utilMethods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util with parameters of type ControlViewModel Modifier and Type Method Description TAefEditorExtensionSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModelsSubinterfaces of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels Modifier and Type Interface Description interfaceComboLabelExtensionViewModelA representation of the model object 'Combo Label Extension View Model'.interfaceLabelExtensionViewModelA representation of the model object 'Label Extension View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.implClasses in com._1c.g5.v8.dt.md.ui.extension.viewModels.impl that implement ControlViewModel Modifier and Type Class Description classComboLabelExtensionViewModelImplAn implementation of the model object 'Combo Label Extension View Model'.classLabelExtensionViewModelImplAn implementation of the model object 'Label Extension View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.utilMethods in com._1c.g5.v8.dt.md.ui.extension.viewModels.util with parameters of type ControlViewModel Modifier and Type Method Description TAefExtensionSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.platform.services.ui.aefSubinterfaces of ControlViewModel in com._1c.g5.v8.dt.platform.services.ui.aef Modifier and Type Interface Description interfaceDataSeparatorsViewModelA representation of the model object 'Data Separators View Model'.interfaceHttpServicesViewModelA representation of the model object 'Http Services View Model'.interfaceOpenIdReturnToViewModelA representation of the model object 'Open Id Return To View Model'.interfaceSelectableLabelViewModelA representation of the model object 'Selectable Label View Model'.interfaceUnsupportedViewModelA representation of the model object 'Unsupported View Model'.interfaceWebServicesViewModelA representation of the model object 'Web Services View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.implClasses in com._1c.g5.v8.dt.platform.services.ui.aef.impl that implement ControlViewModel Modifier and Type Class Description classDataSeparatorsViewModelImplAn implementation of the model object 'Data Separators View Model'.classHttpServicesViewModelImplAn implementation of the model object 'Http Services View Model'.classOpenIdReturnToViewModelImplAn implementation of the model object 'Open Id Return To View Model'.classSelectableLabelViewModelImplAn implementation of the model object 'Selectable Label View Model'.classUnsupportedViewModelImplAn implementation of the model object 'Unsupported View Model'.classWebServicesViewModelImplAn implementation of the model object 'Web Services View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.utilMethods in com._1c.g5.v8.dt.platform.services.ui.aef.util with parameters of type ControlViewModel Modifier and Type Method Description TAefSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModelsSubinterfaces of ControlViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels Modifier and Type Interface Description interfaceConfigurationStandaloneContentViewModelA representation of the model object 'Configuration Standalone Content View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.implClasses in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl that implement ControlViewModel Modifier and Type Class Description classConfigurationStandaloneContentViewModelImplAn implementation of the model object 'Configuration Standalone Content View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.utilMethods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util with parameters of type ControlViewModel Modifier and Type Method Description TStandaloneContentAefSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.ui.aef.componentMethods in com._1c.g5.v8.dt.ui.aef.component with parameters of type ControlViewModel Modifier and Type Method Description protected voidDtPictureComponent. updateViewModelStatus(ControlViewModel viewModel, IModel model)
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.ui.aef.lwt.viewsClasses in com._1c.g5.v8.dt.ui.aef.lwt.views with type parameters of type ControlViewModel Modifier and Type Class Description classLwtWrapperView<V extends SwtView<VM,NC>,VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>The LWT wrapper view forSwtView.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModelsSubinterfaces of ControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModels Modifier and Type Interface Description interfaceActionBarViewModelA representation of the model object 'Action Bar View Model'.interfaceColorActionBarViewModelA representation of the model object 'Color Action Bar View Model'.interfaceComboSelectViewModelA representation of the model object 'Combo Select View Model'.interfaceDateControlViewModelA representation of the model object 'Date Control View Model'.interfaceEditableComboViewModelA representation of the model object 'Editable Combo View Model'.interfaceGanttChartScalingViewModelA representation of the model object 'Gantt Chart Scaling View Model'.interfaceGridViewModelA representation of the model object 'Grid View Model'.interfaceNullableSpinnerViewModelA representation of the model object 'Nullable Spinner View Model'.interfacePictureViewModelA representation of the model object 'Picture View Model'.interfaceSelectViewModelA representation of the model object 'Select View Model'.interfaceShortcutViewModelA representation of the model object 'Shortcut View Model'.interfaceTabFolderViewModelA representation of the model object 'Tab Folder View Model'.interfaceTextPreviewControlViewModelA representation of the model object 'Text Preview Control View Model'.interfaceToolBarViewModelA representation of the model object 'Tool Bar View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.implClasses in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement ControlViewModel Modifier and Type Class Description classActionBarViewModelImplAn implementation of the model object 'Action Bar View Model'.classColorActionBarViewModelImplAn implementation of the model object 'Color Action Bar View Model'.classComboSelectViewModelImplAn implementation of the model object 'Combo Select View Model'.classDateControlViewModelImplAn implementation of the model object 'Date Control View Model'.classEditableComboViewModelImplAn implementation of the model object 'Editable Combo View Model'.classGanttChartScalingViewModelImplAn implementation of the model object 'Gantt Chart Scaling View Model'.classGridViewModelImplAn implementation of the model object 'Grid View Model'.classNullableSpinnerViewModelImplAn implementation of the model object 'Nullable Spinner View Model'.classPictureViewModelImplAn implementation of the model object 'Picture View Model'.classSelectViewModelImplAn implementation of the model object 'Select View Model'.classShortcutViewModelImplAn implementation of the model object 'Shortcut View Model'.classTabFolderViewModelImplAn implementation of the model object 'Tab Folder View Model'.classTextPreviewControlViewModelImplAn implementation of the model object 'Text Preview Control View Model'.classToolBarViewModelImplAn implementation of the model object 'Tool Bar View Model'.
- 
Uses of ControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.utilMethods in com._1c.g5.v8.dt.ui.aef.viewModels.util with parameters of type ControlViewModel Modifier and Type Method Description T1DtAefSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
- 
Uses of ControlViewModel in com.e1c.g5.dt.applications.ui.editor.aefSubinterfaces of ControlViewModel in com.e1c.g5.dt.applications.ui.editor.aef Modifier and Type Interface Description interfaceRadioGroupViewModelA representation of the model object 'Radio Group View Model'.interfaceTreeViewModelA representation of the model object 'Tree View Model'.
- 
Uses of ControlViewModel in com.e1c.g5.dt.applications.ui.editor.aef.implClasses in com.e1c.g5.dt.applications.ui.editor.aef.impl that implement ControlViewModel Modifier and Type Class Description classRadioGroupViewModelImplAn implementation of the model object 'Radio Group View Model'.classTreeViewModelImplAn implementation of the model object 'Tree View Model'.
- 
Uses of ControlViewModel in com.e1c.g5.dt.applications.ui.editor.aef.utilMethods in com.e1c.g5.dt.applications.ui.editor.aef.util with parameters of type ControlViewModel Modifier and Type Method Description TApplicationEditorAefSwitch. caseControlViewModel(ControlViewModel object)Returns the result of interpreting the object as an instance of 'Control View Model'.
 
-