|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableCell | |
|---|---|
| org.gcube.portlets.d4sreporting.common.shared | |
| Uses of TableCell in org.gcube.portlets.d4sreporting.common.shared |
|---|
| Methods in org.gcube.portlets.d4sreporting.common.shared that return TableCell | |
|---|---|
TableCell |
Table.getValue(int row,
int column)
Gets the value in the specified cell. |
| Methods in org.gcube.portlets.d4sreporting.common.shared that return types with arguments of type TableCell | |
|---|---|
ArrayList<TableCell> |
Table.getRow(int i)
|
ArrayList<ArrayList<TableCell>> |
Table.getTable()
|
| Method parameters in org.gcube.portlets.d4sreporting.common.shared with type arguments of type TableCell | |
|---|---|
boolean |
Table.addRow(ArrayList<TableCell> row)
Gets the ArrayList of Strings row in the specified row. |
void |
Table.setTable(ArrayList<ArrayList<TableCell>> table)
|
| Constructor parameters in org.gcube.portlets.d4sreporting.common.shared with type arguments of type TableCell | |
|---|---|
Table(int colsNo,
ArrayList<ArrayList<TableCell>> table,
String title,
String description,
AttributeArea attrArea)
only for serialization purposes |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||