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 interface
DynamicTreeInput<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 interface
StaticTreeItemViewModel
A 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 TreeItemViewModel
AefStandardFactory. createTreeItemViewModel()
Returns a new object of class 'Tree Item View Model'.TreeItemViewModel
TreeViewModel. 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 void
TreeViewModel. 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 class
DynamicTreeInputImpl<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 class
StaticTreeItemViewModelImpl
An implementation of the model object 'Static Tree Item View Model'.class
TreeItemViewModelImpl
An 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 TreeItemViewModel
TreeViewModelImpl. selectedItem
The 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 TreeItemViewModel
TreeViewModelImpl. basicGetSelectedItem()
TreeItemViewModel
AefStandardFactoryImpl. createTreeItemViewModel()
TreeItemViewModel
TreeViewModelImpl. getSelectedItem()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type TreeItemViewModel Modifier and Type Method Description void
TreeViewModelImpl. 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 T1
AefStandardSwitch. 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 TreeItemViewModel
CommonAttributeContentTreeComponent.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()
CreatesIAefTreeContentProvider
instance.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 void
CommonAttributeContentTreeComponent.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 interface
CommonAttributeContentItemViewModel
A representation of the model object 'Common Attribute Content Item View Model'.interface
ExchangePlanContentItemViewModel
A representation of the model object 'Exchange Plan Content Item View Model'.interface
PredefinedDataItemViewModel
A representation of the model object 'Predefined Data Item View Model'.interface
RequiredPermissionsItemViewModel
A 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 TreeItemViewModel
ExtDimensionTypesItemViewModel. getCharacteristicType()
Returns the value of the 'Characteristic Type' reference.TreeItemViewModel
CommonAttributesDataItemViewModel. 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 void
ExtDimensionTypesItemViewModel. setCharacteristicType(TreeItemViewModel value)
Sets the value of the 'Characteristic Type
' reference.void
CommonAttributesDataItemViewModel. 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 void
ExtDimensionTypesViewModel. setCharacteristicTypesConsumer(BiConsumer<ExtDimensionTypesItemViewModel,TreeItemViewModel> value)
Sets the value of the 'Characteristic Types Consumer
' attribute.void
ExtDimensionTypesViewModel. setCharacteristicTypesProvider(IAefTreeContentProvider<TreeItemViewModel> value)
Sets the value of the 'Characteristic Types Provider
' attribute.void
CommonAttributesDataViewModel. setMapper(IMapper<?,TreeItemViewModel> value)
Sets the value of the 'Mapper
' attribute.void
CommonAttributesDataViewModel. 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 class
CommonAttributeContentItemViewModelImpl
An implementation of the model object 'Common Attribute Content Item View Model'.class
ExchangePlanContentItemViewModelImpl
An implementation of the model object 'Exchange Plan Content Item View Model'.class
PredefinedDataItemViewModelImpl
An implementation of the model object 'Predefined Data Item View Model'.class
RequiredPermissionsItemViewModelImpl
An 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 TreeItemViewModel
ExtDimensionTypesItemViewModelImpl. characteristicType
The cached value of the 'Characteristic Type
' reference.protected TreeItemViewModel
CommonAttributesDataItemViewModelImpl. splitter
The 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. characteristicTypesConsumer
The cached value of the 'Characteristic Types Consumer
' attribute.protected IAefTreeContentProvider<TreeItemViewModel>
ExtDimensionTypesViewModelImpl. characteristicTypesProvider
The cached value of the 'Characteristic Types Provider
' attribute.protected IMapper<?,TreeItemViewModel>
CommonAttributesDataViewModelImpl. mapper
The cached value of the 'Mapper
' attribute.protected IAefTreeContentProvider<TreeItemViewModel>
CommonAttributesDataViewModelImpl. splitterProvider
The 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 TreeItemViewModel
ExtDimensionTypesItemViewModelImpl. basicGetCharacteristicType()
TreeItemViewModel
CommonAttributesDataItemViewModelImpl. basicGetSplitter()
TreeItemViewModel
ExtDimensionTypesItemViewModelImpl. getCharacteristicType()
TreeItemViewModel
CommonAttributesDataItemViewModelImpl. 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 void
ExtDimensionTypesItemViewModelImpl. setCharacteristicType(TreeItemViewModel newCharacteristicType)
void
CommonAttributesDataItemViewModelImpl. 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 void
ExtDimensionTypesViewModelImpl. setCharacteristicTypesConsumer(BiConsumer<ExtDimensionTypesItemViewModel,TreeItemViewModel> newCharacteristicTypesConsumer)
void
ExtDimensionTypesViewModelImpl. setCharacteristicTypesProvider(IAefTreeContentProvider<TreeItemViewModel> newCharacteristicTypesProvider)
void
CommonAttributesDataViewModelImpl. setMapper(IMapper<?,TreeItemViewModel> newMapper)
void
CommonAttributesDataViewModelImpl. 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 T1
MdAefSwitch. 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 TreeItemViewModel
ExchangePlanContentComponent.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()
CreatesIAefTreeContentProvider
instance.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 void
ExchangePlanContentComponent.ExchangePlatContentMapper. updateItemViewModel(TreeItemViewModel item, Object 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 interface
ExtendedExchangePlanContentItemViewModel
A representation of the model object 'Extended Exchange Plan Content 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 class
ExtendedExchangePlanContentItemViewModelImpl
An implementation of the model object 'Extended Exchange Plan Content 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 T
AefEditorExtensionSwitch. 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 interface
ConfigurationStandaloneContentItemViewModel
A 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 class
ConfigurationStandaloneContentItemViewModelImpl
An 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 T
StandaloneContentAefSwitch. 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 TreeItemViewModel
NavigatorTreeComponent.NavigatorMapper. createItemViewModel()
protected TreeItemViewModel
NavigatorTreeComponent.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()
CreatesIAefTreeContentProvider
instance.protected IViewModelsMapper<T,TreeItemViewModel>
DtDynamicTreeComponent. createTreeMapper()
Gets or createsIMapper
instance.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.TreeItemViewModel
TreeDoubleClickEvent. getItemViewModel()
Returns the item view model clicked.TreeItemViewModel
TreeModifyEvent. 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.
-