Uses of Interface
com._1c.g5.aef2.standard.viewModels.TreeItemViewModel
-
-
Uses of TreeItemViewModel in com._1c.g5.aef2.standard.viewModels
Classes in com._1c.g5.aef2.standard.viewModels with type parameters of type TreeItemViewModel Modifier and Type Interface Description interfaceDynamicTreeInput<T extends TreeItemViewModel>A representation of the model object 'Dynamic Tree Input'.Subinterfaces of TreeItemViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interfaceStaticTreeItemViewModelA representation of the model object 'Static Tree Item View Model'.Methods in com._1c.g5.aef2.standard.viewModels with type parameters of type TreeItemViewModel Modifier and Type Method Description <T extends TreeItemViewModel>
DynamicTreeInput<T>AefStandardFactory. createDynamicTreeInput()Returns a new object of class 'Dynamic Tree Input'.Methods in com._1c.g5.aef2.standard.viewModels that return TreeItemViewModel Modifier and Type Method Description TreeItemViewModelAefStandardFactory. createTreeItemViewModel()Returns a new object of class 'Tree Item View Model'.TreeItemViewModelTreeViewModel. getSelectedItem()Returns the value of the 'Selected Item' reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type TreeItemViewModel Modifier and Type Method Description voidTreeViewModel. setSelectedItem(TreeItemViewModel value)Sets the value of the 'Selected Item' reference. -
Uses of TreeItemViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type TreeItemViewModel Modifier and Type Class Description classDynamicTreeInputImpl<T extends TreeItemViewModel>An implementation of the model object 'Dynamic Tree Input'.Classes in com._1c.g5.aef2.standard.viewModels.impl that implement TreeItemViewModel Modifier and Type Class Description classStaticTreeItemViewModelImplAn implementation of the model object 'Static Tree Item View Model'.classTreeItemViewModelImplAn implementation of the model object 'Tree Item View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as TreeItemViewModel Modifier and Type Field Description protected TreeItemViewModelTreeViewModelImpl. selectedItemThe cached value of the 'Selected Item' reference.Methods in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type TreeItemViewModel Modifier and Type Method Description <T extends TreeItemViewModel>
DynamicTreeInput<T>AefStandardFactoryImpl. createDynamicTreeInput()Methods in com._1c.g5.aef2.standard.viewModels.impl that return TreeItemViewModel Modifier and Type Method Description TreeItemViewModelTreeViewModelImpl. basicGetSelectedItem()TreeItemViewModelAefStandardFactoryImpl. createTreeItemViewModel()TreeItemViewModelTreeViewModelImpl. getSelectedItem()Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type TreeItemViewModel Modifier and Type Method Description voidTreeViewModelImpl. setSelectedItem(TreeItemViewModel newSelectedItem) -
Uses of TreeItemViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with type parameters of type TreeItemViewModel Modifier and Type Method Description <T extends TreeItemViewModel>
T1AefStandardSwitch. caseDynamicTreeInput(DynamicTreeInput<T> object)Returns the result of interpreting the object as an instance of 'Dynamic Tree Input'.Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type TreeItemViewModel Modifier and Type Method Description T1AefStandardSwitch. caseTreeItemViewModel(TreeItemViewModel object)Returns the result of interpreting the object as an instance of 'Tree Item View Model'. -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return TreeItemViewModel Modifier and Type Method Description protected TreeItemViewModelCommonAttributeContentTreeComponent.CommonAttributeContentMapper. createItemViewModel()Methods in com._1c.g5.v8.dt.md.ui.aef.components that return types with arguments of type TreeItemViewModel Modifier and Type Method Description protected IAefTreeContentProvider<TreeItemViewModel>CommonAttributeContentTreeComponent. createContentProvider()CreatesIAefTreeContentProviderinstance.protected IViewModelsMapper<Object,TreeItemViewModel>CommonAttributeContentTreeComponent. createTreeMapper()protected IViewModelsMapper<Object,TreeItemViewModel>StandardObjectsTreeComponent. createTreeMapper()Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type TreeItemViewModel Modifier and Type Method Description voidCommonAttributeContentTreeComponent.CommonAttributeContentMapper. updateItemViewModel(TreeItemViewModel item, Object modelValue) -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of TreeItemViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interfaceCommonAttributeContentItemViewModelA representation of the model object 'Common Attribute Content Item View Model'.interfaceExchangePlanContentItemViewModelA representation of the model object 'Exchange Plan Content Item View Model'.interfacePredefinedDataItemViewModelA representation of the model object 'Predefined Data Item View Model'.interfaceRequiredPermissionsItemViewModelA representation of the model object 'Required Permissions Item View Model'.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels that return TreeItemViewModel Modifier and Type Method Description TreeItemViewModelExtDimensionTypesItemViewModel. getCharacteristicType()Returns the value of the 'Characteristic Type' reference.TreeItemViewModelCommonAttributesDataItemViewModel. getSplitter()Returns the value of the 'Splitter' reference.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels that return types with arguments of type TreeItemViewModel Modifier and Type Method Description BiConsumer<ExtDimensionTypesItemViewModel,TreeItemViewModel>ExtDimensionTypesViewModel. getCharacteristicTypesConsumer()Returns the value of the 'Characteristic Types Consumer' attribute.IAefTreeContentProvider<TreeItemViewModel>ExtDimensionTypesViewModel. getCharacteristicTypesProvider()Returns the value of the 'Characteristic Types Provider' attribute.IMapper<?,TreeItemViewModel>CommonAttributesDataViewModel. getMapper()Returns the value of the 'Mapper' attribute.IAefTreeContentProvider<TreeItemViewModel>CommonAttributesDataViewModel. getSplitterProvider()Returns the value of the 'Splitter Provider' attribute.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels with parameters of type TreeItemViewModel Modifier and Type Method Description voidExtDimensionTypesItemViewModel. setCharacteristicType(TreeItemViewModel value)Sets the value of the 'Characteristic Type' reference.voidCommonAttributesDataItemViewModel. setSplitter(TreeItemViewModel value)Sets the value of the 'Splitter' reference.Method parameters in com._1c.g5.v8.dt.md.ui.aef.viewModels with type arguments of type TreeItemViewModel Modifier and Type Method Description voidExtDimensionTypesViewModel. setCharacteristicTypesConsumer(BiConsumer<ExtDimensionTypesItemViewModel,TreeItemViewModel> value)Sets the value of the 'Characteristic Types Consumer' attribute.voidExtDimensionTypesViewModel. setCharacteristicTypesProvider(IAefTreeContentProvider<TreeItemViewModel> value)Sets the value of the 'Characteristic Types Provider' attribute.voidCommonAttributesDataViewModel. setMapper(IMapper<?,TreeItemViewModel> value)Sets the value of the 'Mapper' attribute.voidCommonAttributesDataViewModel. setSplitterProvider(IAefTreeContentProvider<TreeItemViewModel> value)Sets the value of the 'Splitter Provider' attribute. -
Uses of TreeItemViewModel 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 TreeItemViewModel Modifier and Type Class Description classCommonAttributeContentItemViewModelImplAn implementation of the model object 'Common Attribute Content Item View Model'.classExchangePlanContentItemViewModelImplAn implementation of the model object 'Exchange Plan Content Item View Model'.classPredefinedDataItemViewModelImplAn implementation of the model object 'Predefined Data Item View Model'.classRequiredPermissionsItemViewModelImplAn implementation of the model object 'Required Permissions Item View Model'.Fields in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl declared as TreeItemViewModel Modifier and Type Field Description protected TreeItemViewModelExtDimensionTypesItemViewModelImpl. characteristicTypeThe cached value of the 'Characteristic Type' reference.protected TreeItemViewModelCommonAttributesDataItemViewModelImpl. splitterThe cached value of the 'Splitter' reference.Fields in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with type parameters of type TreeItemViewModel Modifier and Type Field Description protected BiConsumer<ExtDimensionTypesItemViewModel,TreeItemViewModel>ExtDimensionTypesViewModelImpl. characteristicTypesConsumerThe cached value of the 'Characteristic Types Consumer' attribute.protected IAefTreeContentProvider<TreeItemViewModel>ExtDimensionTypesViewModelImpl. characteristicTypesProviderThe cached value of the 'Characteristic Types Provider' attribute.protected IMapper<?,TreeItemViewModel>CommonAttributesDataViewModelImpl. mapperThe cached value of the 'Mapper' attribute.protected IAefTreeContentProvider<TreeItemViewModel>CommonAttributesDataViewModelImpl. splitterProviderThe cached value of the 'Splitter Provider' attribute.Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that return TreeItemViewModel Modifier and Type Method Description TreeItemViewModelExtDimensionTypesItemViewModelImpl. basicGetCharacteristicType()TreeItemViewModelCommonAttributesDataItemViewModelImpl. basicGetSplitter()TreeItemViewModelExtDimensionTypesItemViewModelImpl. getCharacteristicType()TreeItemViewModelCommonAttributesDataItemViewModelImpl. getSplitter()Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that return types with arguments of type TreeItemViewModel Modifier and Type Method Description BiConsumer<ExtDimensionTypesItemViewModel,TreeItemViewModel>ExtDimensionTypesViewModelImpl. getCharacteristicTypesConsumer()IAefTreeContentProvider<TreeItemViewModel>ExtDimensionTypesViewModelImpl. getCharacteristicTypesProvider()IMapper<?,TreeItemViewModel>CommonAttributesDataViewModelImpl. getMapper()IAefTreeContentProvider<TreeItemViewModel>CommonAttributesDataViewModelImpl. getSplitterProvider()Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with parameters of type TreeItemViewModel Modifier and Type Method Description voidExtDimensionTypesItemViewModelImpl. setCharacteristicType(TreeItemViewModel newCharacteristicType)voidCommonAttributesDataItemViewModelImpl. setSplitter(TreeItemViewModel newSplitter)Method parameters in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl with type arguments of type TreeItemViewModel Modifier and Type Method Description voidExtDimensionTypesViewModelImpl. setCharacteristicTypesConsumer(BiConsumer<ExtDimensionTypesItemViewModel,TreeItemViewModel> newCharacteristicTypesConsumer)voidExtDimensionTypesViewModelImpl. setCharacteristicTypesProvider(IAefTreeContentProvider<TreeItemViewModel> newCharacteristicTypesProvider)voidCommonAttributesDataViewModelImpl. setMapper(IMapper<?,TreeItemViewModel> newMapper)voidCommonAttributesDataViewModelImpl. setSplitterProvider(IAefTreeContentProvider<TreeItemViewModel> newSplitterProvider) -
Uses of TreeItemViewModel 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 TreeItemViewModel Modifier and Type Method Description T1MdAefSwitch. caseTreeItemViewModel(TreeItemViewModel object)Returns the result of interpreting the object as an instance of 'Tree Item View Model'. -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return types with arguments of type TreeItemViewModel Modifier and Type Method Description protected IAefTreeContentProvider<TreeItemViewModel>ConfigurationStandaloneContentComponent. createContentProvider()protected IViewModelsMapper<Object,TreeItemViewModel>ConfigurationStandaloneContentComponent. createTreeMapper() -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.document
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.document that return types with arguments of type TreeItemViewModel Modifier and Type Method Description protected IViewModelsMapper<Object,TreeItemViewModel>DocumentEditorPostingPageComponent. createTreeMapper() -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that return TreeItemViewModel Modifier and Type Method Description protected TreeItemViewModelExchangePlanContentComponent.ExchangePlatContentMapper. createItemViewModel()Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that return types with arguments of type TreeItemViewModel Modifier and Type Method Description protected IAefTreeContentProvider<TreeItemViewModel>ExchangePlanContentComponent. createContentProvider()CreatesIAefTreeContentProviderinstance.protected IViewModelsMapper<Object,TreeItemViewModel>ExchangePlanContentComponent. createTreeMapper()Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan with parameters of type TreeItemViewModel Modifier and Type Method Description voidExchangePlanContentComponent.ExchangePlatContentMapper. updateItemViewModel(TreeItemViewModel item, Object modelValue) -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Methods in com._1c.g5.v8.dt.md.ui.editor.predefineddata that return TreeItemViewModel Modifier and Type Method Description protected TreeItemViewModelPredefinedDataComponent.PredefinedDataMapper. createItemViewModel()Methods in com._1c.g5.v8.dt.md.ui.editor.predefineddata that return types with arguments of type TreeItemViewModel Modifier and Type Method Description protected IViewModelsMapper<org.eclipse.emf.ecore.EObject,TreeItemViewModel>PredefinedDataComponent. createTreeMapper()Methods in com._1c.g5.v8.dt.md.ui.editor.predefineddata with parameters of type TreeItemViewModel Modifier and Type Method Description voidPredefinedDataComponent.PredefinedDataMapper. updateItemViewModel(TreeItemViewModel item, org.eclipse.emf.ecore.EObject modelValue) -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels
Subinterfaces of TreeItemViewModel 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'.interfaceExtendedExchangePlanContentItemViewModelA representation of the model object 'Extended Exchange Plan Content Item View Model'.interfaceExtendedPredefinedDataItemViewModelA representation of the model object 'Extended Predefined Data Item View Model'. -
Uses of TreeItemViewModel 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 TreeItemViewModel Modifier and Type Class Description classExtendedCommonAttributeContentItemViewModelImplAn implementation of the model object 'Extended Common Attribute Content Item View Model'.classExtendedExchangePlanContentItemViewModelImplAn implementation of the model object 'Extended Exchange Plan Content Item View Model'.classExtendedPredefinedDataItemViewModelImplAn implementation of the model object 'Extended Predefined Data Item View Model'. -
Uses of TreeItemViewModel 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 TreeItemViewModel Modifier and Type Method Description TAefEditorExtensionSwitch. caseTreeItemViewModel(TreeItemViewModel object)Returns the result of interpreting the object as an instance of 'Tree Item View Model'. -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels
Subinterfaces of TreeItemViewModel 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'. -
Uses of TreeItemViewModel 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 TreeItemViewModel Modifier and Type Class Description classConfigurationStandaloneContentItemViewModelImplAn implementation of the model object 'Configuration Standalone Content Item View Model'. -
Uses of TreeItemViewModel 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 TreeItemViewModel Modifier and Type Method Description TStandaloneContentAefSwitch. caseTreeItemViewModel(TreeItemViewModel object)Returns the result of interpreting the object as an instance of 'Tree Item View Model'. -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.ui.aef.component
Methods in com._1c.g5.v8.dt.ui.aef.component that return TreeItemViewModel Modifier and Type Method Description protected TreeItemViewModelNavigatorTreeComponent.NavigatorMapper. createItemViewModel()protected TreeItemViewModelNavigatorTreeComponent.NavigatorMapper. createModelToView(Object modelValue)Methods in com._1c.g5.v8.dt.ui.aef.component that return types with arguments of type TreeItemViewModel Modifier and Type Method Description protected IAefTreeContentProvider<TreeItemViewModel>DtDynamicTreeComponent. createContentProvider()CreatesIAefTreeContentProviderinstance.protected IViewModelsMapper<T,TreeItemViewModel>DtDynamicTreeComponent. createTreeMapper()Gets or createsIMapperinstance.protected IViewModelsMapper<Object,TreeItemViewModel>NavigatorTreeComponent. createTreeMapper()protected IAefTreeContentProvider<TreeItemViewModel>DtDynamicTreeComponent. getContentProvider()Returns content provider.protected IViewModelsMapper<T,TreeItemViewModel>DtDynamicTreeComponent. getMapper()Returns mapper. -
Uses of TreeItemViewModel in com._1c.g5.v8.dt.ui.aef.events
Methods in com._1c.g5.v8.dt.ui.aef.events that return TreeItemViewModel Modifier and Type Method Description TreeItemViewModel[]TreeSetExpansionEvent. getExpandedItems()Returns the expanded objects.TreeItemViewModelTreeDoubleClickEvent. getItemViewModel()Returns the item view model clicked.TreeItemViewModelTreeModifyEvent. getItemViewModel()Returns the item view model clicked.TreeItemViewModel[]TreeRefreshEvent. getRefreshingObjects()Returns the refreshing objects.TreeItemViewModel[]TreeSetSelectionEvent. getSelectedItems()Returns the selected objects.Methods in com._1c.g5.v8.dt.ui.aef.events that return types with arguments of type TreeItemViewModel Modifier and Type Method Description Collection<TreeItemViewModel>TreeExpansionEvent. getItems()Returns the tree expansion items.Collection<TreeItemViewModel>TreeCommitEvent. getViewModels()Constructors in com._1c.g5.v8.dt.ui.aef.events with parameters of type TreeItemViewModel Constructor Description TreeCommitEvent(TreeItemViewModel... itemViewModels)Creates a new instanceTreeDoubleClickEvent(TreeItemViewModel itemViewModel)Creates a new instance.TreeModifyEvent(TreeItemViewModel itemViewModel, int keyCode)Creates a new instance.TreeRefreshEvent(TreeItemViewModel... refreshingObjects)Creates a new instance.TreeSetExpansionEvent(TreeItemViewModel... expanded)Creates a new instance.TreeSetSelectionEvent(TreeItemViewModel... selectedObjects)Creates a new instance.Constructor parameters in com._1c.g5.v8.dt.ui.aef.events with type arguments of type TreeItemViewModel Constructor Description TreeExpansionEvent(Collection<TreeItemViewModel> items)Creates a new event.
-