Uses of Interface
com._1c.g5.aef2.standard.viewModels.ControlViewModel
Packages that use ControlViewModel
Package
Description
-
Uses of ControlViewModel in com._1c.g5.aef2.standard.components
Classes in com._1c.g5.aef2.standard.components with type parameters of type ControlViewModelModifier and TypeClassDescriptionclassAbstractControlComponent<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 ControlViewModelModifier and TypeMethodDescriptionprotected final <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 final <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 final <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 ControlViewModelModifier and TypeMethodDescriptionprotected <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.layout
Methods in com._1c.g5.aef2.standard.layout with parameters of type ControlViewModelModifier and TypeMethodDescriptionvoidAefGridLayoutDataFactory.applyTo(ControlViewModel viewModel) Sets the layout data on the given control. -
Uses of ControlViewModel in com._1c.g5.aef2.standard.lwt.views
Classes in com._1c.g5.aef2.standard.lwt.views with type parameters of type ControlViewModelModifier and TypeClassDescriptionclassAbstractHeavyCompositeWrapperView<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.views
Classes in com._1c.g5.aef2.standard.swt.views with type parameters of type ControlViewModelModifier and TypeClassDescriptionclassAbstractSwtSpinnerView<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.viewModels
Subinterfaces of ControlViewModel in com._1c.g5.aef2.standard.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Abstract Double Spinner View Model'.interfaceA representation of the model object 'Abstract Long Spinner View Model'.interfaceA representation of the model object 'Abstract Spinner View Model'.interfaceA representation of the model object 'Big Decimal Spinner View Model'.interfaceA representation of the model object 'Button View Model'.interfaceA representation of the model object 'Checkable Label View Model'.interfaceA representation of the model object 'Checkbox View Model'.interfaceA representation of the model object 'Combo Label View Model'.interfaceA representation of the model object 'Combo View Model'.interfaceA representation of the model object 'Composite Control View Model'.interfaceA representation of the model object 'Composite View Model'.interfaceA representation of the model object 'Double Spinner View Model'.interfaceA representation of the model object 'Image Button View Model'.interfaceA representation of the model object 'Label View Model'.interfaceA representation of the model object 'Link View Model'.interfaceA representation of the model object 'Long Spinner View Model'.interfaceA representation of the model object 'Radio Group View Model'.interfaceA representation of the model object 'Scrolled Composite Content View Model'.interfaceA representation of the model object 'Scrolled Composite View Model'.interfaceA representation of the model object 'Section View Model'.interfaceA representation of the model object 'Separator View Model'.interfaceA representation of the model object 'Spinner View Model'.interfaceA representation of the model object 'Structured View Model'.interfaceA representation of the model object 'Table View Model'.interfaceA representation of the model object 'Text View Model'.interfaceA representation of the model object 'Tree View Model'. -
Uses of ControlViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Abstract Double Spinner View Model'.classAn implementation of the model object 'Abstract Long Spinner View Model'.classAn implementation of the model object 'Abstract Spinner View Model'.classAn implementation of the model object 'Big Decimal Spinner View Model'.classAn implementation of the model object 'Button View Model'.classAn implementation of the model object 'Checkable Label View Model'.classAn implementation of the model object 'Checkbox View Model'.classAn implementation of the model object 'Combo Label View Model'.classAn implementation of the model object 'Combo View Model'.classAn implementation of the model object 'Composite Control View Model'.classAn implementation of the model object 'Composite View Model'.classAn implementation of the model object 'Control View Model'.classAn implementation of the model object 'Double Spinner View Model'.classAn implementation of the model object 'Image Button View Model'.classAn implementation of the model object 'Label View Model'.classAn implementation of the model object 'Link View Model'.classAn implementation of the model object 'Long Spinner View Model'.classAn implementation of the model object 'Radio Group View Model'.classAn implementation of the model object 'Scrolled Composite Content View Model'.classAn implementation of the model object 'Scrolled Composite View Model'.classAn implementation of the model object 'Section View Model'.classAn implementation of the model object 'Separator View Model'.classAn implementation of the model object 'Spinner View Model'.classAn implementation of the model object 'Structured View Model'.classAn implementation of the model object 'Table View Model'.classAn implementation of the model object 'Text View Model'.classAn implementation of the model object 'Tree View Model'. -
Uses of ControlViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ControlViewModelModifier and TypeMethodDescriptionAefStandardSwitch.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.viewmodel
Subinterfaces of ControlViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Aggregates Table View Model'. -
Uses of ControlViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Classes in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that implement ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Aggregates Table View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeMethodDescriptionAggregatesAefSwitch.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.viewModels
Subinterfaces of ControlViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Conditional Appearance Control View Model'.interfaceA representation of the model object 'Data Path View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Conditional Appearance Control View Model'.classAn implementation of the model object 'Data Path View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeMethodDescriptionFormAefSwitch.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.internal.platform.services.ui.aef.views
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.aef.views with type parameters of type ControlViewModelModifier and TypeClassDescriptionclassNotSupportedLwtView<VM extends ControlViewModel>LWT label with icon indicating that requested feature is not supported yet.classNotSupportedSwtView<VM extends ControlViewModel>SWT label with icon indicating that requested feature is not supported yet.Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.views with parameters of type ControlViewModelModifier and TypeMethodDescriptionprotected org.eclipse.swt.widgets.CompositeNotSupportedLwtView.createHeavyControl(org.eclipse.swt.widgets.Composite parent, ControlViewModel viewModel) -
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.aef.components.type
Methods in com._1c.g5.v8.dt.md.ui.aef.components.type with parameters of type ControlViewModelModifier and TypeMethodDescriptionprotected voidTypeDescriptionDialogComponent.updateViewModelStatus(ControlViewModel viewModel, IModel model) -
Uses of ControlViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of ControlViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Accounting Flags View Model'.interfaceA representation of the model object 'Allowed Incoming Share Request Types View Model'.interfaceA representation of the model object 'Boolean Value Control View Model'.interfaceA representation of the model object 'Border Value Control View Model'.interfaceA representation of the model object 'Characteristics Table View Model'.interfaceA representation of the model object 'Choice Parameters View Model'.interfaceA representation of the model object 'Color Value Control View Model'.interfaceA representation of the model object 'Common Attribute Content View Model'.interfaceA representation of the model object 'Common Attributes Data View Model'.interfaceA representation of the model object 'Data Exchange View Model'.interfaceA representation of the model object 'Date Value Control View Model'.interfaceA representation of the model object 'Enum Value Control View Model'.interfaceA representation of the model object 'Exchange Plan Content View Model'.interfaceA representation of the model object 'Ext Dimension Types View Model'.interfaceA representation of the model object 'Font Value Control View Model'.interfaceA representation of the model object 'Mobile Application Urls View Model'.interfaceA representation of the model object 'Number Value Control View Model'.interfaceA representation of the model object 'Predefined Data View Model'.interfaceA representation of the model object 'Predefined Item Code View Model'.interfaceA representation of the model object 'Predefined Value Control View Model'.interfaceA representation of the model object 'Required Permission Messages View Model'.interfaceA representation of the model object 'Required Permissions View Model'.interfaceA representation of the model object 'String Value Control View Model'.interfaceA representation of the model object 'Sys Enum Value Control View Model'.interfaceA representation of the model object 'Type Selection Control View Model'.interfaceA representation of the model object 'Value Control View Model'.interfaceA representation of the model object 'Web Socket Client Headers View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Accounting Flags View Model'.classAn implementation of the model object 'Allowed Incoming Share Request Types View Model'.classAn implementation of the model object 'Boolean Value Control View Model'.classAn implementation of the model object 'Border Value Control View Model'.classAn implementation of the model object 'Characteristics Table View Model'.classAn implementation of the model object 'Choice Parameters View Model'.classAn implementation of the model object 'Color Value Control View Model'.classAn implementation of the model object 'Common Attribute Content View Model'.classAn implementation of the model object 'Common Attributes Data View Model'.classAn implementation of the model object 'Data Exchange View Model'.classAn implementation of the model object 'Date Value Control View Model'.classAn implementation of the model object 'Enum Value Control View Model'.classAn implementation of the model object 'Exchange Plan Content View Model'.classAn implementation of the model object 'Ext Dimension Types View Model'.classAn implementation of the model object 'Font Value Control View Model'.classAn implementation of the model object 'Mobile Application Urls View Model'.classAn implementation of the model object 'Number Value Control View Model'.classAn implementation of the model object 'Predefined Data View Model'.classAn implementation of the model object 'Predefined Item Code View Model'.classAn implementation of the model object 'Predefined Value Control View Model'.classAn implementation of the model object 'Required Permission Messages View Model'.classAn implementation of the model object 'Required Permissions View Model'.classAn implementation of the model object 'String Value Control View Model'.classAn implementation of the model object 'Sys Enum Value Control View Model'.classAn implementation of the model object 'Type Selection Control View Model'.classAn implementation of the model object 'Value Control View Model'.classAn implementation of the model object 'Web Socket Client Headers View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeMethodDescriptionMdAefSwitch.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.viewModels
Subinterfaces of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Extended Common Attribute Content View Model'.interfaceA representation of the model object 'Extended Exchange Plan Content View Model'.interfaceA representation of the model object 'Extended Predefined Data View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Extended Common Attribute Content View Model'.classAn implementation of the model object 'Extended Exchange Plan Content View Model'.classAn implementation of the model object 'Extended Predefined Data View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeMethodDescriptionAefEditorExtensionSwitch.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.viewModels
Subinterfaces of ControlViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Combo Label Extension View Model'.interfaceA representation of the model object 'Label Extension View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Combo Label Extension View Model'.classAn implementation of the model object 'Label Extension View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeMethodDescriptionAefExtensionSwitch.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.aef
Subinterfaces of ControlViewModel in com._1c.g5.v8.dt.platform.services.ui.aefModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Data Separators View Model'.interfaceA representation of the model object 'Http Services View Model'.interfaceA representation of the model object 'Open Id Return To View Model'.interfaceA representation of the model object 'Selectable Label View Model'.interfaceA representation of the model object 'Unsupported View Model'.interfaceA representation of the model object 'Web Services View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Data Separators View Model'.classAn implementation of the model object 'Http Services View Model'.classAn implementation of the model object 'Open Id Return To View Model'.classAn implementation of the model object 'Selectable Label View Model'.classAn implementation of the model object 'Unsupported View Model'.classAn implementation of the model object 'Web Services View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeMethodDescriptionAefSwitch.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.viewModels
Subinterfaces of ControlViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Configuration Standalone Content View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Configuration Standalone Content View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeMethodDescriptionStandaloneContentAefSwitch.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.component
Methods in com._1c.g5.v8.dt.ui.aef.component with parameters of type ControlViewModelModifier and TypeMethodDescriptionprotected voidDtPictureComponent.updateViewModelStatus(ControlViewModel viewModel, IModel model) -
Uses of ControlViewModel in com._1c.g5.v8.dt.ui.aef.lwt.views
Classes in com._1c.g5.v8.dt.ui.aef.lwt.views with type parameters of type ControlViewModelModifier and TypeClassDescriptionclassLwtWrapperView<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.viewModels
Subinterfaces of ControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Action Bar View Model'.interfaceA representation of the model object 'Color Action Bar View Model'.interfaceA representation of the model object 'Combo Select View Model'.interfaceA representation of the model object 'Date Control View Model'.interfaceA representation of the model object 'Editable Combo View Model'.interfaceA representation of the model object 'Gantt Chart Scaling View Model'.interfaceA representation of the model object 'Grid View Model'.interfaceA representation of the model object 'Heavy View Model'.interfaceA representation of the model object 'Nullable Spinner View Model'.interfaceA representation of the model object 'Picture View Model'.interfaceA representation of the model object 'Select View Model'.interfaceA representation of the model object 'Shortcut View Model'.interfaceA representation of the model object 'Tab Folder View Model'.interfaceA representation of the model object 'Text Preview Control View Model'.interfaceA representation of the model object 'Tool Bar View Model'. -
Uses of ControlViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Action Bar View Model'.classAn implementation of the model object 'Color Action Bar View Model'.classAn implementation of the model object 'Combo Select View Model'.classAn implementation of the model object 'Date Control View Model'.classAn implementation of the model object 'Editable Combo View Model'.classAn implementation of the model object 'Gantt Chart Scaling View Model'.classAn implementation of the model object 'Grid View Model'.classAn implementation of the model object 'Heavy View Model'.classAn implementation of the model object 'Nullable Spinner View Model'.classAn implementation of the model object 'Picture View Model'.classAn implementation of the model object 'Select View Model'.classAn implementation of the model object 'Shortcut View Model'.classAn implementation of the model object 'Tab Folder View Model'.classAn implementation of the model object 'Text Preview Control View Model'.classAn implementation of the model object 'Tool Bar View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeMethodDescriptionDtAefSwitch.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.aef
Subinterfaces of ControlViewModel in com.e1c.g5.dt.applications.ui.editor.aefModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Radio Group View Model'.interfaceA representation of the model object 'Tree View Model'. -
Uses of ControlViewModel in com.e1c.g5.dt.applications.ui.editor.aef.impl
Classes in com.e1c.g5.dt.applications.ui.editor.aef.impl that implement ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Radio Group View Model'.classAn implementation of the model object 'Tree View Model'. -
Uses of ControlViewModel 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 ControlViewModelModifier and TypeMethodDescriptionApplicationEditorAefSwitch.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.internal.applications.ui.editor.aef.views
Classes in com.e1c.g5.dt.internal.applications.ui.editor.aef.views with type parameters of type ControlViewModelModifier and TypeClassDescriptionclassAbstractLwtWrappingView<VM extends ControlViewModel,HC extends org.eclipse.swt.widgets.Control> The abstract wrapping view for Application editor purposes. -
Uses of ControlViewModel in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels
Subinterfaces of ControlViewModel in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Distribution Support View Model'.interfaceA representation of the model object 'Icon Label View Model'. -
Uses of ControlViewModel in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels.impl
Classes in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels.impl that implement ControlViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Distribution Support View Model'.classAn implementation of the model object 'Icon Label View Model'. -
Uses of ControlViewModel in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels.util
Methods in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels.util with parameters of type ControlViewModelModifier and TypeMethodDescriptionDistributionSupportAefSwitch.caseControlViewModel(ControlViewModel object) Returns the result of interpreting the object as an instance of 'Control View Model'.