Uses of Interface
com._1c.g5.aef2.standard.viewModels.StaticTreeInput
-
Packages that use StaticTreeInput Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of StaticTreeInput in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return StaticTreeInput Modifier and Type Method Description StaticTreeInput
AefStandardFactory. createStaticTreeInput()
Returns a new object of class 'Static Tree Input'. -
Uses of StaticTreeInput in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement StaticTreeInput Modifier and Type Class Description class
StaticTreeInputImpl
An implementation of the model object 'Static Tree Input'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return StaticTreeInput Modifier and Type Method Description StaticTreeInput
AefStandardFactoryImpl. createStaticTreeInput()
-
Uses of StaticTreeInput in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type StaticTreeInput Modifier and Type Method Description T1
AefStandardSwitch. caseStaticTreeInput(StaticTreeInput object)
Returns the result of interpreting the object as an instance of 'Static Tree Input'.
-