T - the generic type
RowSheet.SheetData and RowSheet classes.
| column name of the field 1 | column name of the field 2 | column name of the field 3 | column name of the field ...N | |
|---|---|---|---|---|
| row 1 | value of the field 1 | value of the field 2 | value of the field 3 | value of the field ...N |
| row 2 | value of the field 1 | value of the field 2 | value of the field 3 | value of the field ...N |
| row N | value of the field 1 | value of the field 2 | value of the field 3 | value of the field ...N |
public abstract class SheetData<T extends RowSheet> extends BaseSheet implements SheetComponent
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
listRowSheet
The list row sheet.
|
| Constructor and Description |
|---|
SheetData(@Size(max=31) String sheetName)
Instantiates a new sheet data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRowSheets(T... rows)
Adds the row sheets.
|
boolean |
equals(Object obj)
Equals.
|
List<T> |
getListRowSheet()
Gets the list row sheet.
|
Class<T> |
getRowClass()
Gets the row class.
|
int |
hashCode()
Hash code.
|
boolean |
isEnableInfoSheet() |
void |
setEnableInfoSheet(boolean enableInfoSheet) |
void |
setListRowSheet(List<T> listRowSheet)
Sets the list row sheet.
|
getSheetName, setSheetNameclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitsetSheetNamepublic SheetData(@Size(max=31)
@Size(max=31) String sheetName)
sheetName - the name sheetpublic List<T> getListRowSheet()
public void addRowSheets(T... rows)
rows - the rowspublic void setListRowSheet(List<T> listRowSheet)
listRowSheet - the new list row sheetpublic boolean isEnableInfoSheet()
public void setEnableInfoSheet(boolean enableInfoSheet)
Copyright © 2022. All rights reserved.