Class Cell.AddRowCellsBuilder

  • Enclosing class:
    Cell

    public static class Cell.AddRowCellsBuilder
    extends java.lang.Object
    A convenience class for quickly creating a List of cells to add.
    • Constructor Detail

      • AddRowCellsBuilder

        public AddRowCellsBuilder()
    • Method Detail

      • addCell

        public Cell.AddRowCellsBuilder addCell​(java.lang.Long columnId,
                                               java.lang.Object value,
                                               java.lang.Boolean strict,
                                               Hyperlink hyperlink,
                                               CellLink linkInFromCell)
        Adds the cell.
        Parameters:
        columnId - the column id
        value - the value
        strict - the strict
        hyperlink - the hyperlink
        linkInFromCell - the link
        Returns:
        the add row cells builder
      • addCell

        public Cell.AddRowCellsBuilder addCell​(java.lang.Long columnId,
                                               java.lang.Object value,
                                               java.lang.Boolean strict,
                                               Hyperlink hyperlink,
                                               CellLink linkInFromCell,
                                               java.lang.Boolean overrideValidation)
        Adds the cell
        Parameters:
        columnId - the column id
        value - the value
        strict - the strict
        hyperlink - the hyperlink
        linkInFromCell - the link
        overrideValidation - the overrideValidation flag
        Returns:
        the add row cells builder
      • addCell

        public Cell.AddRowCellsBuilder addCell​(java.lang.Long columnId,
                                               java.lang.Object value)
        Adds the cell.
        Parameters:
        columnId - the column id
        value - the value
        Returns:
        the builder
      • getCells

        public java.util.List<Cell> getCells()
      • build

        public java.util.List<Cell> build()
        Returns the list of cells.
        Returns:
        the list