Uses of Interface
com._1c.g5.v8.dt.moxel.ColumnsArea
-
Packages that use ColumnsArea Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of ColumnsArea in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return ColumnsArea Modifier and Type Method Description ColumnsArea
MoxelFactory. createColumnsArea()
Returns a new object of class 'Columns Area'. -
Uses of ColumnsArea in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement ColumnsArea Modifier and Type Class Description class
ColumnsAreaImpl
An implementation of the model object 'Columns Area'.Methods in com._1c.g5.v8.dt.moxel.impl that return ColumnsArea Modifier and Type Method Description ColumnsArea
MoxelFactoryImpl. createColumnsArea()
-
Uses of ColumnsArea in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type ColumnsArea Modifier and Type Method Description T
MoxelSwitch. caseColumnsArea(ColumnsArea object)
Returns the result of interpreting the object as an instance of 'Columns Area'.
-