public interface Row<I extends QueryItem>
Report. It contains an array of cells whose index
corresponds to the ColumnHeader index in the Report.| Modifier and Type | Method and Description |
|---|---|
void |
addItem(I item,
int index)
Appends a specific item value at a specific index.
|
int[] |
getCells() |
int |
getTotalValue() |
void |
updateTotalValue(I item)
updates the total value of the row without changing any cell value.
|
void addItem(I item, int index) throws IndexOutOfBoundsException
item - the item which will be appendedindex - the index at which the item will be appended at.IndexOutOfBoundsException - if the given index is invalid.void updateTotalValue(I item)
item - the item whose value will be added to the total value of this row.int getTotalValue()
int[] getCells()
Copyright © 2020. All rights reserved.