Package org.openl.excel.grid
Class ParsedGrid
- java.lang.Object
-
- org.openl.rules.table.AGrid
-
- org.openl.excel.grid.ParsedGrid
-
-
Field Summary
-
Fields inherited from class org.openl.rules.table.AGrid
RANGE_SEPARATOR
-
Fields inherited from interface org.openl.rules.table.IGrid
CELL_TYPE_BLANK, CELL_TYPE_BOOLEAN, CELL_TYPE_ERROR, CELL_TYPE_FORMULA, CELL_TYPE_NUMERIC, CELL_TYPE_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ICellgetCell(int column, int row)protected Object[][]getCells()protected ICellStylegetCellStyle(int row, int column)protected ObjectgetCellValue(int row, int column)intgetColumnWidth(int i)intgetMaxColumnIndex(int row)intgetMaxRowIndex()IGridRegiongetMergedRegion(int i)intgetMinColumnIndex(int row)intgetMinRowIndex()intgetNumberOfMergedRegions()protected IGridRegiongetRegion(int row, int col)IGridTable[]getTables()protected TableStylesgetTableStyles(int row, int column)StringgetUri()protected IWritableGridgetWritableGrid()protected booleanisEditing()booleanisEmpty(int col, int row)protected booleanisUse1904Windowing()protected voidstopEditing()-
Methods inherited from class org.openl.rules.table.AGrid
getRangeUri, getRegionContaining, getRegionStartingAt, isInOneMergedRegion, isPartOfTheMergedRegion, isTopLeftCellInMergedRegion
-
-
-
-
Method Detail
-
getCell
public ICell getCell(int column, int row)
-
getColumnWidth
public int getColumnWidth(int i)
-
getMaxColumnIndex
public int getMaxColumnIndex(int row)
-
getMaxRowIndex
public int getMaxRowIndex()
-
getMergedRegion
public IGridRegion getMergedRegion(int i)
-
getMinColumnIndex
public int getMinColumnIndex(int row)
-
getMinRowIndex
public int getMinRowIndex()
-
getNumberOfMergedRegions
public int getNumberOfMergedRegions()
-
getUri
public String getUri()
-
isEmpty
public boolean isEmpty(int col, int row)
-
getTables
public IGridTable[] getTables()
-
getCellValue
protected Object getCellValue(int row, int column)
-
getCellStyle
protected ICellStyle getCellStyle(int row, int column)
-
getTableStyles
protected TableStyles getTableStyles(int row, int column)
-
getRegion
protected IGridRegion getRegion(int row, int col)
-
getCells
protected Object[][] getCells()
-
isUse1904Windowing
protected boolean isUse1904Windowing()
-
getWritableGrid
protected IWritableGrid getWritableGrid()
-
stopEditing
protected void stopEditing()
-
isEditing
protected boolean isEditing()
-
-