You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.spreadsheet.rpc.

Interface SpreadsheetClientRpc

  • public interface SpreadsheetClientRpc
    • Method Detail

      • 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.

      • refreshCellStyles

        void refreshCellStyles()
      • editCellComment

        void editCellComment​(int col,
                             int row)