Uses of Interface
com._1c.g5.v8.dt.moxel.Column
Packages that use Column
Package
Description
-
Uses of Column in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return ColumnModifier and TypeMethodDescriptionMoxelFactory.createColumn()Returns a new object of class 'Column'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type Column -
Uses of Column in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement ColumnModifier and TypeClassDescriptionclassAn implementation of the model object 'Column'.Methods in com._1c.g5.v8.dt.moxel.impl that return ColumnModifier and TypeMethodDescriptionMoxelFactoryImpl.createColumn()ColumnMapEntryImpl.getTypedValue()ColumnMapEntryImpl.getValue()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type ColumnModifier and TypeMethodDescriptionMoxelFactoryImpl.createColumnMapEntry()ColumnsImpl.getColumns()ColumnMapEntryImpl.getEMap()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Column -
Uses of Column in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type ColumnModifier and TypeMethodDescriptionMoxelSwitch.caseColumn(Column object) Returns the result of interpreting the object as an instance of 'Column'.Method parameters in com._1c.g5.v8.dt.moxel.util with type arguments of type ColumnModifier and TypeMethodDescriptionMoxelSwitch.caseColumnMapEntry(Map.Entry<Integer, Column> object) Returns the result of interpreting the object as an instance of 'Column Map Entry'. -
Uses of Column in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return ColumnModifier and TypeMethodDescriptionstatic ColumnSpreadsheetUtils.createColumn(SheetAccessor sheet, int width) Create column from sheet accessor