Uses of Interface
com._1c.g5.aef2.standard.viewModels.NoChangeLayout
-
Packages that use NoChangeLayout Package Description com._1c.g5.aef2.standard.viewModels com._1c.g5.aef2.standard.viewModels.impl com._1c.g5.aef2.standard.viewModels.util -
-
Uses of NoChangeLayout in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return NoChangeLayout Modifier and Type Method Description NoChangeLayout
AefStandardFactory. createNoChangeLayout()
Returns a new object of class 'No Change Layout'. -
Uses of NoChangeLayout in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement NoChangeLayout Modifier and Type Class Description class
NoChangeLayoutImpl
An implementation of the model object 'No Change Layout'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return NoChangeLayout Modifier and Type Method Description NoChangeLayout
AefStandardFactoryImpl. createNoChangeLayout()
-
Uses of NoChangeLayout in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type NoChangeLayout Modifier and Type Method Description T1
AefStandardSwitch. caseNoChangeLayout(NoChangeLayout object)
Returns the result of interpreting the object as an instance of 'No Change Layout'.
-