Uses of Interface
com._1c.g5.v8.dt.moxel.Row
-
Packages that use Row Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util -
-
Uses of Row in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return Row Modifier and Type Method Description RowMoxelFactory. createRow()Returns a new object of class 'Row'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type Row Modifier and Type Method Description org.eclipse.emf.common.util.EMap<Integer,Row>SpreadsheetDocument. getRows()Returns the value of the 'Rows' map. -
Uses of Row in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement Row Modifier and Type Class Description classRowImplAn implementation of the model object 'Row'.Methods in com._1c.g5.v8.dt.moxel.impl that return Row Modifier and Type Method Description RowMoxelFactoryImpl. createRow()RowRowMapEntryImpl. getTypedValue()RowRowMapEntryImpl. getValue()RowRowMapEntryImpl. setValue(Row value)Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type Row Modifier and Type Method Description Map.Entry<Integer,Row>MoxelFactoryImpl. createRowMapEntry()org.eclipse.emf.common.util.EMap<Integer,Row>RowMapEntryImpl. getEMap()org.eclipse.emf.common.util.EMap<Integer,Row>SpreadsheetDocumentImpl. getRows()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type Row Modifier and Type Method Description voidRowMapEntryImpl. setTypedValue(Row newValue)RowRowMapEntryImpl. setValue(Row value) -
Uses of Row in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return Row Modifier and Type Method Description RowSheetAccessor. getRowContent(int rowIndex)Получить содержимое строки.RowSheetAccessor. lookupRowContent(int rowIndex)Получить содержимое строки по индексу. -
Uses of Row in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return Row Modifier and Type Method Description static RowMoxelUtil. getRowContent(SpreadsheetDocument document, int rowIndex)Get row content.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Row Modifier and Type Method Description TMoxelSwitch. caseRow(Row object)Returns the result of interpreting the object as an instance of 'Row'.Method parameters in com._1c.g5.v8.dt.moxel.util with type arguments of type Row Modifier and Type Method Description TMoxelSwitch. caseRowMapEntry(Map.Entry<Integer,Row> object)Returns the result of interpreting the object as an instance of 'Row Map Entry'.
-