public class SingleCellGridTable extends AGridTableDecorator
table| Constructor and Description |
|---|
SingleCellGridTable(IGridTable table,
int fromColumn,
int fromRow) |
| 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() |
IGridTable |
getSubtable(int column,
int row,
int width,
int height) |
int |
getWidth() |
boolean |
isNormalOrientation() |
edit, getGrid, getOriginalGridTable, stopEditinggetColumn, getColumns, getColumns, getRegion, getRow, getRows, getRows, getUri, getUri, getUriParser, toString, transposepublic SingleCellGridTable(IGridTable table, int fromColumn, int fromRow)
public 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.