Class ParsedGrid

  • All Implemented Interfaces:
    IGrid

    public class ParsedGrid
    extends AGrid
    • 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)
      • 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()
      • stopEditing

        protected void stopEditing()
      • isEditing

        protected boolean isEditing()