Uses of Interface
com._1c.g5.aef2.viewModels.IControlViewModel
-
-
Uses of IControlViewModel in com._1c.g5.aef2.lwt
Methods in com._1c.g5.aef2.lwt with type parameters of type IControlViewModel Modifier and Type Method Description protected <VM extends IControlViewModel>
ILightControlLwtRenderer. createLightControl(IView<LwtRenderingParameters,VM,ILightControl> view, VM viewModel, ILightComposite lightComposite, int index)Creates a light control for the given view and view model. -
Uses of IControlViewModel in com._1c.g5.aef2.lwt.views
Classes in com._1c.g5.aef2.lwt.views with type parameters of type IControlViewModel Modifier and Type Class Description classLwtView<VM extends IControlViewModel,LC extends ILightControl>Base class for lightweight-base views in AEF. -
Uses of IControlViewModel in com._1c.g5.aef2.renderers
Methods in com._1c.g5.aef2.renderers with type parameters of type IControlViewModel Modifier and Type Method Description protected <VM extends IControlViewModel>
IView<?,VM,NC>Renderer. createView(VM viewModel)Creates a view for a given view model consulting the view model class to view class mapping.protected <VM extends IControlViewModel>
Class<? extends IView>Renderer. findViewClass(VM viewModel)Finds the view class for the given view model.Methods in com._1c.g5.aef2.renderers with parameters of type IControlViewModel Modifier and Type Method Description protected abstract voidRenderer. applyLayout(IControlViewModel viewModel, NC nativeControl)Applies a layout to the given native control.Method parameters in com._1c.g5.aef2.renderers with type arguments of type IControlViewModel Modifier and Type Method Description protected voidRenderer. setMapping(Class<? extends IControlViewModel> viewModel, Class<? extends IView> view)Sets a mapping between the given view model class and view class. -
Uses of IControlViewModel in com._1c.g5.aef2.standard.lwt.renderers
Methods in com._1c.g5.aef2.standard.lwt.renderers with type parameters of type IControlViewModel Modifier and Type Method Description protected <VM extends IControlViewModel>
ILightControlLwtStandardRenderer. createLightControl(IView<LwtRenderingParameters,VM,ILightControl> controlView, VM viewModel, ILightComposite composite, int index)Methods in com._1c.g5.aef2.standard.lwt.renderers with parameters of type IControlViewModel Modifier and Type Method Description protected voidLwtStandardRenderer. applyLayout(IControlViewModel viewModel, ILightControl lightControl) -
Uses of IControlViewModel in com._1c.g5.aef2.standard.swt.renderers
Methods in com._1c.g5.aef2.standard.swt.renderers with type parameters of type IControlViewModel Modifier and Type Method Description protected <VM extends IControlViewModel>
org.eclipse.swt.widgets.WidgetSwtStandardRenderer. createNativeControl(IView<SwtRenderingParameters,VM,org.eclipse.swt.widgets.Widget> view, VM viewModel, org.eclipse.swt.widgets.Composite composite)Creates a native control for the given view, view model and composite.Methods in com._1c.g5.aef2.standard.swt.renderers with parameters of type IControlViewModel Modifier and Type Method Description protected voidSwtStandardRenderer. applyLayout(IControlViewModel viewModel, org.eclipse.swt.widgets.Widget nativeControl) -
Uses of IControlViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of IControlViewModel 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'.interfaceControlViewModelA representation of the model object 'Control 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 IControlViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement IControlViewModel 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 IControlViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type IControlViewModel Modifier and Type Method Description T1AefStandardSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com._1c.g5.aef2.swt.renderers
Methods in com._1c.g5.aef2.swt.renderers with type parameters of type IControlViewModel Modifier and Type Method Description protected <VM extends IControlViewModel>
org.eclipse.swt.widgets.WidgetSwtRenderer. createNativeControl(IView<SwtRenderingParameters,VM,org.eclipse.swt.widgets.Widget> view, VM viewModel, org.eclipse.swt.widgets.Composite composite)Creates a native control for the given view, view model and composite. -
Uses of IControlViewModel in com._1c.g5.aef2.swt.views
Classes in com._1c.g5.aef2.swt.views with type parameters of type IControlViewModel Modifier and Type Class Description classSwtView<VM extends IControlViewModel,NC extends org.eclipse.swt.widgets.Widget>Base class for SWT-based views. -
Uses of IControlViewModel in com._1c.g5.aef2.viewModels
Subinterfaces of IControlViewModel in com._1c.g5.aef2.viewModels Modifier and Type Interface Description interfaceIContainerControlViewModelA representation of the model object 'IContainer Control View Model'. -
Uses of IControlViewModel in com._1c.g5.aef2.viewModels.util
Methods in com._1c.g5.aef2.viewModels.util with parameters of type IControlViewModel Modifier and Type Method Description TAefSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com._1c.g5.aef2.views
Classes in com._1c.g5.aef2.views with type parameters of type IControlViewModel Modifier and Type Interface Description interfaceIView<P extends IRenderingParameters,VM extends IControlViewModel,NC>Represents an AEF view.classView<P extends IRenderingParameters,VM extends IControlViewModel,NC>BaseIViewimplementation. -
Uses of IControlViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel
Subinterfaces of IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Classes in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that implement IControlViewModel Modifier and Type Class Description classAggregatesTableViewModelImplAn implementation of the model object 'Aggregates Table View Model'. -
Uses of IControlViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.util
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.util with parameters of type IControlViewModel Modifier and Type Method Description TAggregatesAefSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels
Subinterfaces of IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.form.ui.aef.viewModels.impl that implement IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.form.ui.aef.viewModels.util with parameters of type IControlViewModel Modifier and Type Method Description TFormAefSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type IControlViewModel Modifier and Type Method Description T1MdAefSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels
Subinterfaces of IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl that implement IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util with parameters of type IControlViewModel Modifier and Type Method Description TAefEditorExtensionSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels
Subinterfaces of IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.extension.viewModels.impl that implement IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.extension.viewModels.util with parameters of type IControlViewModel Modifier and Type Method Description TAefExtensionSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com._1c.g5.v8.dt.platform.services.ui.aef
Subinterfaces of IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.impl
Classes in com._1c.g5.v8.dt.platform.services.ui.aef.impl that implement IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.util
Methods in com._1c.g5.v8.dt.platform.services.ui.aef.util with parameters of type IControlViewModel Modifier and Type Method Description TAefSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels
Subinterfaces of IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl that implement IControlViewModel Modifier and Type Class Description classConfigurationStandaloneContentViewModelImplAn implementation of the model object 'Configuration Standalone Content View Model'. -
Uses of IControlViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util with parameters of type IControlViewModel Modifier and Type Method Description TStandaloneContentAefSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModels
Subinterfaces of IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement IControlViewModel 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 IControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.util with parameters of type IControlViewModel Modifier and Type Method Description T1DtAefSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'. -
Uses of IControlViewModel in com.e1c.g5.dt.applications.ui.editor.aef
Subinterfaces of IControlViewModel 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 IControlViewModel in com.e1c.g5.dt.applications.ui.editor.aef.impl
Classes in com.e1c.g5.dt.applications.ui.editor.aef.impl that implement IControlViewModel 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 IControlViewModel in com.e1c.g5.dt.applications.ui.editor.aef.util
Methods in com.e1c.g5.dt.applications.ui.editor.aef.util with parameters of type IControlViewModel Modifier and Type Method Description TApplicationEditorAefSwitch. caseIControlViewModel(IControlViewModel object)Returns the result of interpreting the object as an instance of 'IControl View Model'.
-