| Package | Description |
|---|---|
| org.gcube.portlets.d4sreporting.common.shared |
| Modifier and Type | Method and Description |
|---|---|
TableCell |
Table.getValue(int row,
int column)
Gets the value in the specified cell.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TableCell> |
Table.getRow(int i) |
ArrayList<ArrayList<TableCell>> |
Table.getTable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Table.addRow(ArrayList<TableCell> row)
Gets the ArrayList of Strings row in the specified row.
|
void |
Table.setTable(ArrayList<ArrayList<TableCell>> table) |
| Constructor and Description |
|---|
Table(int colsNo,
ArrayList<ArrayList<TableCell>> table,
String title,
String description,
AttributeArea attrArea)
only for serialization purposes
|
Copyright © 2014. All Rights Reserved.