Class SheetRowColIndex

java.lang.Object
org.primefaces.extensions.model.sheet.SheetRowColIndex
All Implemented Interfaces:
Serializable

public class SheetRowColIndex extends Object implements Serializable
Spreadsheet component model for storing a row/column index.
Since:
6.2
Author:
Mark Lassiter / Melloware
See Also:
  • Constructor Details

    • SheetRowColIndex

      public SheetRowColIndex(String rowKey, Integer col)
      Constructs an instance of RowColIndex for the row and column specified.
      Parameters:
      rowKey - the row represented by this index
      col - the column represented by this index
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRowKey

      public String getRowKey()
      The rowIndex value.
      Returns:
      the rowIndex
    • getColIndex

      public Integer getColIndex()
      The colIndex value.
      Returns:
      the colIndex