Uses of Interface
com._1c.g5.aef2.viewModels.IViewModel
-
-
Uses of IViewModel in com._1c.g5.aef2.components
Methods in com._1c.g5.aef2.components that return types with arguments of type IViewModel Modifier and Type Method Description Iterable<IViewModel>Component. getViewModels()Iterable<IViewModel>IComponent. getViewModels()Methods in com._1c.g5.aef2.components with parameters of type IViewModel Modifier and Type Method Description protected voidComponent. addViewModel(IViewModel viewModel)Adds the view model to the view models of this component.protected voidComponent. removeViewModel(IViewModel viewModel)Removes the view model from the view models of this component. -
Uses of IViewModel in com._1c.g5.aef2.events
Methods in com._1c.g5.aef2.events that return IViewModel Modifier and Type Method Description IViewModelViewModelEvent. getViewModel()Returns the event view model.Constructors in com._1c.g5.aef2.events with parameters of type IViewModel Constructor Description FocusEvent(IViewModel viewModel)Instantiates a new event.ViewModelEvent(IViewModel viewModel)Instantiates a newViewModelEventwith the givenviewModel. -
Uses of IViewModel in com._1c.g5.aef2.lwt
Methods in com._1c.g5.aef2.lwt with parameters of type IViewModel Modifier and Type Method Description protected booleanLwtRenderer. viewCanBeReused(IView<?,?,?> view, IViewModel oldViewModel, IViewModel newViewModel)Checks if the specified view associated with theoldViewModelcan be reused for the givennewViewModel.Method parameters in com._1c.g5.aef2.lwt with type arguments of type IViewModel Modifier and Type Method Description voidLwtDialogRenderer. render(Iterable<IViewModel> viewModels)voidLwtRenderer. render(Iterable<IViewModel> viewModels) -
Uses of IViewModel in com._1c.g5.aef2.renderers
Methods in com._1c.g5.aef2.renderers that return types with arguments of type IViewModel Modifier and Type Method Description Collection<IViewModel>ChangelessTreeTransformation. getChildren(IViewModel viewModel)Iterable<IViewModel>ITreeTransformation. getChildren(IViewModel viewModel)Returns the child view models of the given view model.Collection<IViewModel>ChangelessTreeTransformation. getRoots(Iterable<IViewModel> viewModels)Iterable<IViewModel>ITreeTransformation. getRoots(Iterable<IViewModel> roots)Returns the transformed root view models.Methods in com._1c.g5.aef2.renderers with parameters of type IViewModel Modifier and Type Method Description Collection<IViewModel>ChangelessTreeTransformation. getChildren(IViewModel viewModel)Iterable<IViewModel>ITreeTransformation. getChildren(IViewModel viewModel)Returns the child view models of the given view model.IContainerViewModelChangelessTreeTransformation. getParent(IViewModel viewModel)IContainerViewModelITreeTransformation. getParent(IViewModel viewModel)Returns the parent view model of the given one.Method parameters in com._1c.g5.aef2.renderers with type arguments of type IViewModel Modifier and Type Method Description Collection<IViewModel>ChangelessTreeTransformation. getRoots(Iterable<IViewModel> viewModels)Iterable<IViewModel>ITreeTransformation. getRoots(Iterable<IViewModel> roots)Returns the transformed root view models.voidIRenderer. render(Iterable<IViewModel> viewModels)Renders the provided view models. -
Uses of IViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components with parameters of type IViewModel Modifier and Type Method Description protected voidLinkComponent. handleLinkClicked(IViewModel viewModel)Handles the link clicked event. -
Uses of IViewModel in com._1c.g5.aef2.standard.events
Constructors in com._1c.g5.aef2.standard.events with parameters of type IViewModel Constructor Description ClickEvent(IViewModel viewModel)Instantiates a new event with the given args.ExecuteActionEvent(IViewModel viewModel)Creates a new event.SelectionEvent(IViewModel viewModel)Instantiates a new event.SelectionEvent(IViewModel viewModel, ClientSelectionEvent.ClientSelectionType type)Instantiates a new event with the givenClientSelectionEvent.ClientSelectionType(which will be translated intoSelectionEvent.SelectionType).SelectionEvent(IViewModel viewModel, SelectionEvent.SelectionType type)Instantiates a new event with the given type.ValidationRequiredEvent(IViewModel viewModel, Object target, boolean discardModelChanges)Creates a new event. -
Uses of IViewModel in com._1c.g5.aef2.standard.lwt.renderers
Methods in com._1c.g5.aef2.standard.lwt.renderers with type parameters of type IViewModel Modifier and Type Method Description protected <VM extends IViewModel>
booleanLwtStandardRenderer. containsHeavyControls(VM viewModel)Returnstrueif the view model or one of its child corresponds to heavy view.Method parameters in com._1c.g5.aef2.standard.lwt.renderers with type arguments of type IViewModel Modifier and Type Method Description voidLwtStandardRenderer. render(Iterable<IViewModel> viewModels) -
Uses of IViewModel in com._1c.g5.aef2.standard.models
Methods in com._1c.g5.aef2.standard.models that return IViewModel Modifier and Type Method Description IViewModelViewModelValue. getObject()Constructors in com._1c.g5.aef2.standard.models with parameters of type IViewModel Constructor Description ViewModelList(IViewModel object, org.eclipse.emf.ecore.EStructuralFeature feature, IEventChannel channel)Instantiates a new ViewModel list.ViewModelValue(IViewModel object, org.eclipse.emf.ecore.EStructuralFeature feature, IEventChannel channel)Instantiates a new ViewModel value. -
Uses of IViewModel in com._1c.g5.aef2.standard.swt.renderers
Method parameters in com._1c.g5.aef2.standard.swt.renderers with type arguments of type IViewModel Modifier and Type Method Description voidSwtStandardRenderer. render(Iterable<IViewModel> viewModels) -
Uses of IViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of IViewModel 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'.interfaceCheckedItemViewModelA representation of the model object 'Checked Item View Model'.interfaceComboItemViewModelA representation of the model object 'Combo Item 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'.interfaceContainerViewModelA representation of the model object 'Container View Model'.interfaceControlViewModelA representation of the model object 'Control View Model'.interfaceDialogViewModelA representation of the model object 'Dialog View Model'.interfaceDoubleSpinnerViewModelA representation of the model object 'Double Spinner View Model'.interfaceFieldViewModelA representation of the model object 'Field View Model'.interfaceImageButtonViewModelA representation of the model object 'Image Button View Model'.interfaceItemViewModelA representation of the model object 'Item 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'.interfaceRadioGroupItemViewModelA representation of the model object 'Radio Group Item 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'.interfaceSectionActionItemViewModelA representation of the model object 'Section Action Item 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'.interfaceStaticTableItemViewModelA representation of the model object 'Static Table Item View Model'.interfaceStaticTreeItemViewModelA representation of the model object 'Static Tree Item View Model'.interfaceStructuredViewModelA representation of the model object 'Structured View Model'.interfaceTableItemViewModelA representation of the model object 'Table Item View Model'.interfaceTableViewModelA representation of the model object 'Table View Model'.interfaceTextViewModelA representation of the model object 'Text View Model'.interfaceTreeItemViewModelA representation of the model object 'Tree Item View Model'.interfaceTreeViewModelA representation of the model object 'Tree View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return IViewModel Modifier and Type Method Description IViewModelDialogViewModel. getActiveChildViewModel()Returns the value of the 'Active Child View Model' reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type IViewModel Modifier and Type Method Description voidDialogViewModel. setActiveChildViewModel(IViewModel value)Sets the value of the 'Active Child View Model' reference. -
Uses of IViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement IViewModel 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'.classCheckedItemViewModelImplAn implementation of the model object 'Checked Item View Model'.classComboItemViewModelImplAn implementation of the model object 'Combo Item 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'.classContainerViewModelImplAn implementation of the model object 'Container View Model'.classControlViewModelImplAn implementation of the model object 'Control View Model'.classDialogViewModelImplAn implementation of the model object 'Dialog View Model'.classDoubleSpinnerViewModelImplAn implementation of the model object 'Double Spinner View Model'.classFieldViewModelImplAn implementation of the model object 'Field View Model'.classImageButtonViewModelImplAn implementation of the model object 'Image Button View Model'.classItemViewModelImplAn implementation of the model object 'Item 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'.classRadioGroupItemViewModelImplAn implementation of the model object 'Radio Group Item 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'.classSectionActionItemViewModelImplAn implementation of the model object 'Section Action Item 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'.classStaticTableItemViewModelImplAn implementation of the model object 'Static Table Item View Model'.classStaticTreeItemViewModelImplAn implementation of the model object 'Static Tree Item View Model'.classStructuredViewModelImplAn implementation of the model object 'Structured View Model'.classTableItemViewModelImplAn implementation of the model object 'Table Item View Model'.classTableViewModelImplAn implementation of the model object 'Table View Model'.classTextViewModelImplAn implementation of the model object 'Text View Model'.classTreeItemViewModelImplAn implementation of the model object 'Tree Item View Model'.classTreeViewModelImplAn implementation of the model object 'Tree View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as IViewModel Modifier and Type Field Description protected IViewModelDialogViewModelImpl. activeChildViewModelThe cached value of the 'Active Child View Model' reference.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type IViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<IViewModel>CompositeControlViewModelImpl. childrenThe cached value of the 'Children' containment reference list.protected org.eclipse.emf.common.util.EList<IViewModel>ContainerViewModelImpl. childrenThe cached value of the 'Children' containment reference list.protected org.eclipse.emf.common.util.EList<IViewModel>DialogViewModelImpl. childrenThe cached value of the 'Children' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return IViewModel Modifier and Type Method Description IViewModelDialogViewModelImpl. basicGetActiveChildViewModel()IViewModelDialogViewModelImpl. getActiveChildViewModel()Methods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type IViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<IViewModel>CompositeControlViewModelImpl. getChildren()org.eclipse.emf.common.util.EList<IViewModel>ContainerViewModelImpl. getChildren()org.eclipse.emf.common.util.EList<IViewModel>DialogViewModelImpl. getChildren()Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type IViewModel Modifier and Type Method Description voidDialogViewModelImpl. setActiveChildViewModel(IViewModel newActiveChildViewModel) -
Uses of IViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type IViewModel Modifier and Type Method Description T1AefStandardSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.aef2.swt.renderers
Method parameters in com._1c.g5.aef2.swt.renderers with type arguments of type IViewModel Modifier and Type Method Description voidSwtDialogRenderer. render(Iterable<IViewModel> viewModels)voidSwtRenderer. render(Iterable<IViewModel> viewModels) -
Uses of IViewModel in com._1c.g5.aef2.viewModels
Subinterfaces of IViewModel in com._1c.g5.aef2.viewModels Modifier and Type Interface Description interfaceIContainerControlViewModelA representation of the model object 'IContainer Control View Model'.interfaceIContainerViewModelA representation of the model object 'IContainer View Model'.interfaceIControlViewModelA representation of the model object 'IControl View Model'.interfaceIDialogViewModelA representation of the model object 'IDialog View Model'.Methods in com._1c.g5.aef2.viewModels that return types with arguments of type IViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<IViewModel>IContainerViewModel. getChildren()Returns the value of the 'Children' containment reference list. -
Uses of IViewModel in com._1c.g5.aef2.viewModels.util
Methods in com._1c.g5.aef2.viewModels.util with parameters of type IViewModel Modifier and Type Method Description TAefSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.properties.ui.transformation
Methods in com._1c.g5.properties.ui.transformation that return types with arguments of type IViewModel Modifier and Type Method Description Collection<IViewModel>AlphabeticalTreeTransformation. getChildren(IViewModel viewModel)Collection<IViewModel>CategoreisTreeTransformation. getChildren(IViewModel viewModel)Methods in com._1c.g5.properties.ui.transformation with parameters of type IViewModel Modifier and Type Method Description Collection<IViewModel>AlphabeticalTreeTransformation. getChildren(IViewModel viewModel)Collection<IViewModel>CategoreisTreeTransformation. getChildren(IViewModel viewModel)IContainerViewModelAlphabeticalTreeTransformation. getParent(IViewModel viewModel)IContainerViewModelCategoreisTreeTransformation. getParent(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel
Subinterfaces of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel Modifier and Type Interface Description interfaceAggregatesTableColumnViewModelA representation of the model object 'Aggregates Table Column View Model'.interfaceAggregatesTableViewModelA representation of the model object 'Aggregates Table View Model'.interfaceAggregateTableItemViewModelA representation of the model object 'Aggregate Table Item View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Classes in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that implement IViewModel Modifier and Type Class Description classAggregatesTableColumnViewModelImplAn implementation of the model object 'Aggregates Table Column View Model'.classAggregatesTableViewModelImplAn implementation of the model object 'Aggregates Table View Model'.classAggregateTableItemViewModelImplAn implementation of the model object 'Aggregate Table Item View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Method Description TAggregatesAefSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.bp.scheme.ui.aef.components
Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.components with parameters of type IViewModel Modifier and Type Method Description protected voidGraphicalSchemeLineComponent. handleButtonClicked(IViewModel viewModel)protected voidHandlerSelectionComponent. handleButtonClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.components
Methods in com._1c.g5.v8.dt.form.ui.aef.components with parameters of type IViewModel Modifier and Type Method Description protected voidHandlerSelectionComponent. handleButtonClicked(IViewModel viewModel)protected voidOpenEditorInFormByLinkComponent. handleLinkClicked(IViewModel viewModel)protected voidOpenGeographicalSchemaEditorInFormByLinkComponent. handleLinkClicked(IViewModel viewModel)protected voidOpenGraphicalSchemeEditorInFormByLinkComponent. handleLinkClicked(IViewModel viewModel)protected voidOpenMoxelEditorByLinkComponent. handleLinkClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels
Subinterfaces of IViewModel 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'.interfaceDataPathItemA representation of the model object 'Data Path Item'.interfaceDataPathRowItemA representation of the model object 'Data Path Row Item'.interfaceDataPathTableItemA representation of the model object 'Data Path Table Item'.interfaceDataPathViewModelA representation of the model object 'Data Path View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Class Description classConditionalAppearanceControlViewModelImplAn implementation of the model object 'Conditional Appearance Control View Model'.classDataPathItemImplAn implementation of the model object 'Data Path Item'.classDataPathRowItemImplAn implementation of the model object 'Data Path Row Item'.classDataPathTableItemImplAn implementation of the model object 'Data Path Table Item'.classDataPathViewModelImplAn implementation of the model object 'Data Path View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Method Description TFormAefSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.chart.aef.components
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.components with parameters of type IViewModel Modifier and Type Method Description protected voidIntervalBoundComponent. handleButtonClicked(IViewModel viewModel)protected voidOpenTimeScaleEditorByLinkComponent. handleLinkClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.help.ui.aef
Methods in com._1c.g5.v8.dt.md.help.ui.aef with parameters of type IViewModel Modifier and Type Method Description protected voidOpenMdHelpComponent. handleLinkClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.mobiledigisign.ui
Methods in com._1c.g5.v8.dt.md.mobiledigisign.ui with parameters of type IViewModel Modifier and Type Method Description protected voidMobileDigiSignComponent. handleLinkClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type IViewModel Modifier and Type Method Description protected voidAbstractChoiceParameterLinksComponent. handleButtonClicked(IViewModel viewModel)protected voidAbstractDtActionBarHandlerSelectComponent. handleButtonClicked(IViewModel viewModel)protected voidAbstractMultilanguageComponent. handleButtonClicked(IViewModel viewModel)protected voidAbstractSingleLanguageComponent. handleButtonClicked(IViewModel viewModel)protected voidAbstractTypeLinkComponent. handleButtonClicked(IViewModel viewModel)protected voidColorComponent. handleButtonClicked(IViewModel viewModel)protected voidFontSelectionComponent. handleButtonClicked(IViewModel viewModel)protected voidFormatStringComponent. handleButtonClicked(IViewModel viewModel)protected voidFormSelectionComponent. handleButtonClicked(IViewModel viewModel)protected voidHandlerSelectComponent. handleButtonClicked(IViewModel viewModel)protected voidMainDataCompositionSchemeComponent. handleButtonClicked(IViewModel viewModel)protected voidPictureSelectionComponent. handleButtonClicked(IViewModel viewModel)protected voidReportFormSelectionComponent. handleButtonClicked(IViewModel viewModel)protected voidSourceUrlComponent. handleButtonClicked(IViewModel viewModel)protected voidMdPictureComponent. handleLinkClicked(IViewModel viewModel)protected voidOpenEditorByLinkComponent. handleLinkClicked(IViewModel viewModel)protected voidAbstractDtActionBarHandlerSelectComponent. handleOpenButton(IViewModel viewModel)Handle of open button click event.protected voidAbstractDtActionBarHandlerSelectComponent. handleSelectButton(IViewModel viewModel)Handle of select button click event. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters
Methods in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters with parameters of type IViewModel Modifier and Type Method Description protected voidChoiceParametersComponent. handleButtonClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.components.value
Methods in com._1c.g5.v8.dt.md.ui.aef.components.value with parameters of type IViewModel Modifier and Type Method Description protected voidValueComponent. handleButtonClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.lwt
Methods in com._1c.g5.v8.dt.md.ui.aef.lwt with type parameters of type IViewModel Modifier and Type Method Description protected <VM extends IViewModel>
booleanMdLwtRenderer. containsHeavyControls(VM viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interfaceAccountingFlagsItemViewModelA representation of the model object 'Accounting Flags Item View Model'.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'.interfaceCharacteristicsTableItemViewModelA representation of the model object 'Characteristics Table Item View Model'.interfaceCharacteristicsTableViewModelA representation of the model object 'Characteristics Table View Model'.interfaceChoiceParameterItemA representation of the model object 'Choice Parameter Item'.interfaceChoiceParametersViewModelA representation of the model object 'Choice Parameters View Model'.interfaceColorValueControlViewModelA representation of the model object 'Color Value Control View Model'.interfaceCommonAttributeContentItemViewModelA representation of the model object 'Common Attribute Content Item View Model'.interfaceCommonAttributeContentViewModelA representation of the model object 'Common Attribute Content View Model'.interfaceCommonAttributesDataItemViewModelA representation of the model object 'Common Attributes Data Item View Model'.interfaceCommonAttributesDataViewModelA representation of the model object 'Common Attributes Data View Model'.interfaceDataExchangeItemViewModelA representation of the model object 'Data Exchange Item 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'.interfaceExchangePlanContentItemViewModelA representation of the model object 'Exchange Plan Content Item View Model'.interfaceExchangePlanContentViewModelA representation of the model object 'Exchange Plan Content View Model'.interfaceExtDimensionTypesItemViewModelA representation of the model object 'Ext Dimension Types Item View Model'.interfaceExtDimensionTypesViewModelA representation of the model object 'Ext Dimension Types View Model'.interfaceFontValueControlViewModelA representation of the model object 'Font Value Control View Model'.interfaceMobileApplicationUrlItemViewModelA representation of the model object 'Mobile Application Url Item View Model'.interfaceMobileApplicationUrlsViewModelA representation of the model object 'Mobile Application Urls View Model'.interfaceNumberValueControlViewModelA representation of the model object 'Number Value Control View Model'.interfacePredefinedDataItemViewModelA representation of the model object 'Predefined Data Item 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'.interfaceRequiredPermissionMessageItemViewModelA representation of the model object 'Required Permission Message Item View Model'.interfaceRequiredPermissionMessagesViewModelA representation of the model object 'Required Permission Messages View Model'.interfaceRequiredPermissionsItemViewModelA representation of the model object 'Required Permissions Item 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 IViewModel 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 IViewModel Modifier and Type Class Description classAccountingFlagsItemViewModelImplAn implementation of the model object 'Accounting Flags Item View Model'.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'.classCharacteristicsTableItemViewModelImplAn implementation of the model object 'Characteristics Table Item View Model'.classCharacteristicsTableViewModelImplAn implementation of the model object 'Characteristics Table View Model'.classChoiceParameterItemImplAn implementation of the model object 'Choice Parameter Item'.classChoiceParametersViewModelImplAn implementation of the model object 'Choice Parameters View Model'.classColorValueControlViewModelImplAn implementation of the model object 'Color Value Control View Model'.classCommonAttributeContentItemViewModelImplAn implementation of the model object 'Common Attribute Content Item View Model'.classCommonAttributeContentViewModelImplAn implementation of the model object 'Common Attribute Content View Model'.classCommonAttributesDataItemViewModelImplAn implementation of the model object 'Common Attributes Data Item View Model'.classCommonAttributesDataViewModelImplAn implementation of the model object 'Common Attributes Data View Model'.classDataExchangeItemViewModelImplAn implementation of the model object 'Data Exchange Item 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'.classExchangePlanContentItemViewModelImplAn implementation of the model object 'Exchange Plan Content Item View Model'.classExchangePlanContentViewModelImplAn implementation of the model object 'Exchange Plan Content View Model'.classExtDimensionTypesItemViewModelImplAn implementation of the model object 'Ext Dimension Types Item View Model'.classExtDimensionTypesViewModelImplAn implementation of the model object 'Ext Dimension Types View Model'.classFontValueControlViewModelImplAn implementation of the model object 'Font Value Control View Model'.classMobileApplicationUrlItemViewModelImplAn implementation of the model object 'Mobile Application Url Item View Model'.classMobileApplicationUrlsViewModelImplAn implementation of the model object 'Mobile Application Urls View Model'.classNumberValueControlViewModelImplAn implementation of the model object 'Number Value Control View Model'.classPredefinedDataItemViewModelImplAn implementation of the model object 'Predefined Data Item 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'.classRequiredPermissionMessageItemViewModelImplAn implementation of the model object 'Required Permission Message Item View Model'.classRequiredPermissionMessagesViewModelImplAn implementation of the model object 'Required Permission Messages View Model'.classRequiredPermissionsItemViewModelImplAn implementation of the model object 'Required Permissions Item 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 IViewModel 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 IViewModel Modifier and Type Method Description T1MdAefSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels Modifier and Type Interface Description interfaceNewWizardPageViewModelA representation of the model object 'New Wizard Page View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl that implement IViewModel Modifier and Type Class Description classNewWizardPageViewModelImplAn implementation of the model object 'New Wizard Page View Model'.Fields in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl with type parameters of type IViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<IViewModel>NewWizardPageViewModelImpl. childrenThe cached value of the 'Children' containment reference list.Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl that return types with arguments of type IViewModel Modifier and Type Method Description org.eclipse.emf.common.util.EList<IViewModel>NewWizardPageViewModelImpl. getChildren() -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.util with parameters of type IViewModel Modifier and Type Method Description TAefWizardsSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.editor.aef
Methods in com._1c.g5.v8.dt.md.ui.editor.aef that return types with arguments of type IViewModel Modifier and Type Method Description Collection<IViewModel>SkipEmptySectionTreeTransformation. getChildren(IViewModel viewModel)Methods in com._1c.g5.v8.dt.md.ui.editor.aef with parameters of type IViewModel Modifier and Type Method Description Collection<IViewModel>SkipEmptySectionTreeTransformation. getChildren(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.aef.components
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.components with parameters of type IViewModel Modifier and Type Method Description protected voidExtendedConfigurationObjectComponent. handleButtonClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels Modifier and Type Interface Description interfaceExtendedCommonAttributeContentItemViewModelA representation of the model object 'Extended Common Attribute Content Item View Model'.interfaceExtendedCommonAttributeContentViewModelA representation of the model object 'Extended Common Attribute Content View Model'.interfaceExtendedExchangePlanContentItemViewModelA representation of the model object 'Extended Exchange Plan Content Item View Model'.interfaceExtendedExchangePlanContentViewModelA representation of the model object 'Extended Exchange Plan Content View Model'.interfaceExtendedPredefinedDataItemViewModelA representation of the model object 'Extended Predefined Data Item View Model'.interfaceExtendedPredefinedDataViewModelA representation of the model object 'Extended Predefined Data View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Class Description classExtendedCommonAttributeContentItemViewModelImplAn implementation of the model object 'Extended Common Attribute Content Item View Model'.classExtendedCommonAttributeContentViewModelImplAn implementation of the model object 'Extended Common Attribute Content View Model'.classExtendedExchangePlanContentItemViewModelImplAn implementation of the model object 'Extended Exchange Plan Content Item View Model'.classExtendedExchangePlanContentViewModelImplAn implementation of the model object 'Extended Exchange Plan Content View Model'.classExtendedPredefinedDataItemViewModelImplAn implementation of the model object 'Extended Predefined Data Item View Model'.classExtendedPredefinedDataViewModelImplAn implementation of the model object 'Extended Predefined Data View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Method Description TAefEditorExtensionSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels
Subinterfaces of IViewModel 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 IViewModel 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 IViewModel 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 IViewModel 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 IViewModel Modifier and Type Method Description TAefExtensionSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.properties.renderers
Methods in com._1c.g5.v8.dt.md.ui.properties.renderers with parameters of type IViewModel Modifier and Type Method Description protected booleanLwtPropertyPaletteRenderer. viewCanBeReused(IView<?,?,?> view, IViewModel oldViewModel, IViewModel newViewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.moxel.ui.aef.components
Methods in com._1c.g5.v8.dt.moxel.ui.aef.components with parameters of type IViewModel Modifier and Type Method Description protected voidMoxelAreaComponent. handleButtonClicked(IViewModel viewModel)protected voidMoxelSpreadsheetLineComponent. handleButtonClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.platform.services.ui.aef
Subinterfaces of IViewModel in com._1c.g5.v8.dt.platform.services.ui.aef Modifier and Type Interface Description interfaceDataSeparatorItemModelA representation of the model object 'Data Separator Item Model'.interfaceDataSeparatorsViewModelA representation of the model object 'Data Separators View Model'.interfaceHttpServicesItemModelA representation of the model object 'Http Services Item 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'.interfaceWebServicesItemModelA representation of the model object 'Web Services Item Model'.interfaceWebServicesViewModelA representation of the model object 'Web Services View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Class Description classDataSeparatorItemModelImplAn implementation of the model object 'Data Separator Item Model'.classDataSeparatorsViewModelImplAn implementation of the model object 'Data Separators View Model'.classHttpServicesItemModelImplAn implementation of the model object 'Http Services Item 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'.classWebServicesItemModelImplAn implementation of the model object 'Web Services Item Model'.classWebServicesViewModelImplAn implementation of the model object 'Web Services View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Method Description TAefSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels Modifier and Type Interface Description interfaceConfigurationStandaloneContentItemViewModelA representation of the model object 'Configuration Standalone Content Item View Model'.interfaceConfigurationStandaloneContentViewModelA representation of the model object 'Configuration Standalone Content View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Class Description classConfigurationStandaloneContentItemViewModelImplAn implementation of the model object 'Configuration Standalone Content Item View Model'.classConfigurationStandaloneContentViewModelImplAn implementation of the model object 'Configuration Standalone Content View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Method Description TStandaloneContentAefSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.component
Fields in com._1c.g5.v8.dt.ui.aef.component declared as IViewModel Modifier and Type Field Description protected IViewModelDtDynamicTableComponent. currentSelectionprotected IViewModelDtDynamicTreeComponent. currentSelectionMethods in com._1c.g5.v8.dt.ui.aef.component with parameters of type IViewModel Modifier and Type Method Description protected voidAbstractDtSelectComponent. handleButtonClicked(IViewModel viewModel)Handles the button clicked event.protected voidAbstractSelectionActionBarComponent. handleButtonClicked(IViewModel viewModel)protected voidDirectorySelectionComponent. handleButtonClicked(IViewModel viewModel)protected voidDtBorderStyleComponent. handleButtonClicked(IViewModel viewModel)protected voidDtDateComponent. handleButtonClicked(IViewModel viewModel)protected voidFileSelectionComponent. handleButtonClicked(IViewModel viewModel)protected voidShortcutComponent. handleButtonClicked(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.events
Constructors in com._1c.g5.v8.dt.ui.aef.events with parameters of type IViewModel Constructor Description TabItemChangedEvent(IViewModel viewModel)Instantiates a newTabItemChangedEventwith the givenviewModel.TableSelectionEvent(IViewModel viewModel)Creates a new instance.TreeSelectionEvent(IViewModel viewModel)Creates a new instance. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels Modifier and Type Interface Description interfaceActionBarViewModelA representation of the model object 'Action Bar View Model'.interfaceButtonItemViewModelA representation of the model object 'Button Item 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'.interfaceGridColumnViewModelA representation of the model object 'Grid Column 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'.interfaceTabItemViewModelA representation of the model object 'Tab Item View Model'.interfaceTextPreviewControlViewModelA representation of the model object 'Text Preview Control View Model'.interfaceToolBarItemViewModelA representation of the model object 'Tool Bar Item View Model'.interfaceToolBarViewModelA representation of the model object 'Tool Bar View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement IViewModel Modifier and Type Class Description classActionBarViewModelImplAn implementation of the model object 'Action Bar View Model'.classButtonItemViewModelImplAn implementation of the model object 'Button Item 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'.classGridColumnViewModelImplAn implementation of the model object 'Grid Column 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'.classTabItemViewModelImplAn implementation of the model object 'Tab Item View Model'.classTextPreviewControlViewModelImplAn implementation of the model object 'Text Preview Control View Model'.classToolBarItemViewModelImplAn implementation of the model object 'Tool Bar Item View Model'.classToolBarViewModelImplAn implementation of the model object 'Tool Bar View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Method Description T1DtAefSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef
Subinterfaces of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef Modifier and Type Interface Description interfaceRadioGroupItemViewModelA representation of the model object 'Radio Group Item View Model'.interfaceRadioGroupViewModelA representation of the model object 'Radio Group View Model'.interfaceTreeItemViewModelA representation of the model object 'Tree Item View Model'.interfaceTreeViewModelA representation of the model object 'Tree View Model'. -
Uses of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef.impl
Classes in com.e1c.g5.dt.applications.ui.editor.aef.impl that implement IViewModel Modifier and Type Class Description classRadioGroupItemViewModelImplAn implementation of the model object 'Radio Group Item View Model'.classRadioGroupViewModelImplAn implementation of the model object 'Radio Group View Model'.classTreeItemViewModelImplAn implementation of the model object 'Tree Item View Model'.classTreeViewModelImplAn implementation of the model object 'Tree View Model'. -
Uses of IViewModel 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 IViewModel Modifier and Type Method Description TApplicationEditorAefSwitch. caseIViewModel(IViewModel object)Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com.e1c.g5.v8.dt.check.suppress.ui.aef.components
Methods in com.e1c.g5.v8.dt.check.suppress.ui.aef.components with parameters of type IViewModel Modifier and Type Method Description protected voidOpenSuppressionSettingsEditorByLinkComponent. handleLinkClicked(IViewModel viewModel)
-