public class SubGridTable extends AGridTableDecorator
table| Constructor and Description |
|---|
SubGridTable(IGridTable table,
int fromColumn,
int fromRow,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
ICell |
getCell(int column,
int row) |
int |
getGridColumn(int col,
int row) |
int |
getGridRow(int col,
int row) |
int |
getHeight() |
IGridRegion |
getRegion() |
IGridTable |
getSubtable(int column,
int row,
int width,
int height) |
int |
getWidth() |
boolean |
isNormalOrientation() |
edit, getGrid, getOriginalGridTable, stopEditinggetColumn, getColumns, getColumns, getRow, getRows, getRows, getUri, getUri, getUriParser, toString, transposepublic SubGridTable(IGridTable table, int fromColumn, int fromRow, int width, int height)
public IGridRegion getRegion()
getRegion in interface IGridTablegetRegion in class AGridTablepublic int getGridColumn(int col,
int row)
public int getGridRow(int col,
int row)
public int getHeight()
public int getWidth()
public boolean isNormalOrientation()
ITable.transpose() and TransposedGridTable.public IGridTable getSubtable(int column, int row, int width, int height)
getSubtable in interface ITable<IGridTable>getSubtable in class AGridTablecolumn - from which we want to take the subtable, including border.row - from which we want to take the subtable, including border.width - of the needed table.height - of the needed table.public ICell getCell(int column, int row)
getCell in interface ITable<IGridTable>getCell in class AGridTableCopyright © 2004–2019 OpenL Tablets. All rights reserved.