Uses of Interface
com._1c.g5.aef2.standard.viewModels.DynamicTreeInput
-
Packages that use DynamicTreeInput Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of DynamicTreeInput in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return DynamicTreeInput Modifier and Type Method Description <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 DynamicTreeInput Modifier and Type Class Description class
DynamicTreeInputImpl<T extends TreeItemViewModel>
An implementation of the model object 'Dynamic Tree Input'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return DynamicTreeInput Modifier and Type Method Description <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 DynamicTreeInput 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'.
-