Interface SpreadsheetClientRpc


public interface SpreadsheetClientRpc
  • Method Details

    • updateBottomRightCellValues

      void updateBottomRightCellValues(ArrayList<CellData> cellData)
    • updateTopLeftCellValues

      void updateTopLeftCellValues(ArrayList<CellData> cellData)
    • updateTopRightCellValues

      void updateTopRightCellValues(ArrayList<CellData> cellData)
    • updateBottomLeftCellValues

      void updateBottomLeftCellValues(ArrayList<CellData> cellData)
    • updateFormulaBar

      void updateFormulaBar(String possibleName, int col, int row)
      Parameters:
      col - Selected cell's column. 1-based
      row - Selected cell's row. 1-based
    • invalidCellAddress

      void invalidCellAddress()
    • showSelectedCell

      void showSelectedCell(String name, int col, int row, String cellValue, boolean function, boolean locked, boolean initialSelection)
    • showActions

      void showActions(ArrayList<SpreadsheetActionDetails> actionDetails)
      The String arrays contain the caption and the icon resource key.
      Parameters:
      actionDetails -
    • setSelectedCellAndRange

      void setSelectedCellAndRange(String name, int col, int row, int c1, int c2, int r1, int r2, boolean scroll)
      Updates the selected cell and painted range. Displays the selected cell value. Indexes 1-based.
    • cellsUpdated

      void cellsUpdated(ArrayList<CellData> updatedCellData)
    • refreshCellStyles

      void refreshCellStyles()
    • editCellComment

      void editCellComment(int col, int row)