Class SheetRowColIndex
java.lang.Object
org.primefaces.extensions.model.sheet.SheetRowColIndex
- All Implemented Interfaces:
Serializable
Spreadsheet component model for storing a row/column index.
- Since:
- 6.2
- Author:
- Mark Lassiter / Melloware
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSheetRowColIndex
(String rowKey, Integer col) Constructs an instance of RowColIndex for the row and column specified. -
Method Summary
-
Constructor Details
-
SheetRowColIndex
Constructs an instance of RowColIndex for the row and column specified.- Parameters:
rowKey
- the row represented by this indexcol
- the column represented by this index
-
-
Method Details