public class ReportRow<Item extends QueryItem> extends Object
Report.
It contains an array of cells whose index corresponds to the ReportColumnHeader index in the Report.| Constructor and Description |
|---|
ReportRow(int columnCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(Item item,
int index) |
int[] |
getCells() |
int |
getTotalValue() |
void |
updateTotalValue(Item item) |
public int[] getCells()
public int getTotalValue()
public void updateTotalValue(Item item)
public void addItem(Item item, int index) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionCopyright © 2018. All rights reserved.