Uses of Interface
com._1c.g5.aef2.standard.viewModels.DynamicTreeInput
Packages that use DynamicTreeInput
Package
Description
-
Uses of DynamicTreeInput in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return DynamicTreeInputModifier and TypeMethodDescription<T extends TreeItemViewModel>
DynamicTreeInput<T>AefStandardFactory.createDynamicTreeInput()Returns a new object of class 'Dynamic Tree Input'. -
Uses of DynamicTreeInput in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement DynamicTreeInputModifier and TypeClassDescriptionclassDynamicTreeInputImpl<T extends TreeItemViewModel>An implementation of the model object 'Dynamic Tree Input'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return DynamicTreeInputModifier and TypeMethodDescription<T extends TreeItemViewModel>
DynamicTreeInput<T>AefStandardFactoryImpl.createDynamicTreeInput() -
Uses of DynamicTreeInput in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type DynamicTreeInputModifier and TypeMethodDescription<T extends TreeItemViewModel>
T1AefStandardSwitch.caseDynamicTreeInput(DynamicTreeInput<T> object) Returns the result of interpreting the object as an instance of 'Dynamic Tree Input'.