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 Row
MoxelFactory. 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 class
RowImpl
An implementation of the model object 'Row'.Methods in com._1c.g5.v8.dt.moxel.impl that return Row Modifier and Type Method Description Row
MoxelFactoryImpl. createRow()
Row
RowMapEntryImpl. getTypedValue()
Row
RowMapEntryImpl. getValue()
Row
RowMapEntryImpl. 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 void
RowMapEntryImpl. setTypedValue(Row newValue)
Row
RowMapEntryImpl. 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 Row
SheetAccessor. getRowContent(int rowIndex)
Получить содержимое строки.Row
SheetAccessor. 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 Row
MoxelUtil. 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 T
MoxelSwitch. 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 T
MoxelSwitch. caseRowMapEntry(Map.Entry<Integer,Row> object)
Returns the result of interpreting the object as an instance of 'Row Map Entry'.
-