Uses of Interface
com._1c.g5.v8.dt.moxel.content.ColumnsProperties
-
Packages that use ColumnsProperties Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.content.util -
-
Uses of ColumnsProperties in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return ColumnsProperties Modifier and Type Method Description ColumnsProperties
ContentFactory. createColumnsProperties()
Returns a new object of class 'Columns Properties'. -
Uses of ColumnsProperties in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement ColumnsProperties Modifier and Type Class Description class
ColumnsPropertiesImpl
An implementation of the model object 'Columns Properties'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return ColumnsProperties Modifier and Type Method Description ColumnsProperties
ContentFactoryImpl. createColumnsProperties()
-
Uses of ColumnsProperties in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type ColumnsProperties Modifier and Type Method Description T
ContentSwitch. caseColumnsProperties(ColumnsProperties object)
Returns the result of interpreting the object as an instance of 'Columns Properties'.
-