public abstract class AGridTable extends Object implements IGridTable
| Constructor and Description |
|---|
AGridTable() |
| Modifier and Type | Method and Description |
|---|---|
ICell |
getCell(int column,
int row) |
IGridTable |
getColumn(int column) |
IGridTable |
getColumns(int from) |
IGridTable |
getColumns(int from,
int to) |
IGridRegion |
getRegion() |
IGridTable |
getRow(int row) |
IGridTable |
getRows(int from) |
IGridTable |
getRows(int from,
int to) |
IGridTable |
getSubtable(int column,
int row,
int width,
int height) |
String |
getUri() |
String |
getUri(int col,
int row) |
XlsUrlParser |
getUriParser() |
String |
toString() |
IGridTable |
transpose() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitedit, getGrid, getGridColumn, getGridRow, stopEditinggetHeight, getWidth, isNormalOrientationpublic IGridRegion getRegion()
getRegion in interface IGridTablepublic String getUri()
getUri in interface IGridTablepublic XlsUrlParser getUriParser()
getUriParser in interface IGridTablepublic String getUri(int col, int row)
getUri in interface IGridTablepublic IGridTable transpose()
transpose in interface ITable<IGridTable>TransposedGridTable.public ICell getCell(int column, int row)
getCell in interface ITable<IGridTable>public IGridTable getColumn(int column)
getColumn in interface ITable<IGridTable>ITable by it`s index.public IGridTable getColumns(int from)
getColumns in interface ITable<IGridTable>ITable from given index and till the right last column, including
borders.public IGridTable getColumns(int from, int to)
getColumns in interface ITable<IGridTable>ITable from given start index and till the given end.public IGridTable getRow(int row)
getRow in interface ITable<IGridTable>ITable by it`s index.public IGridTable getRows(int from)
getRows in interface ITable<IGridTable>ITable from given index and till the bottom row, including borders.public IGridTable getRows(int from, int to)
getRows in interface ITable<IGridTable>ITable from given start index and till the given end.public IGridTable getSubtable(int column, int row, int width, int height)
getSubtable in interface ITable<IGridTable>column - 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.Copyright © 2004–2019 OpenL Tablets. All rights reserved.