|
||||||||||
| 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 |
SerializableTable.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> |
SerializableTable.getRow(int i)
|
ArrayList<TableCell> |
Table.getRows()
|
ArrayList<ArrayList<TableCell>> |
SerializableTable.getTable()
|
| Method parameters in org.gcube.portlets.d4sreporting.common.shared with type arguments of type TableCell | |
|---|---|
boolean |
SerializableTable.addRow(ArrayList<TableCell> row)
Gets the ArrayList of Strings row in the specified row. |
void |
Table.setRows(ArrayList<TableCell> rows)
|
void |
SerializableTable.setTable(ArrayList<ArrayList<TableCell>> table)
|
| Constructor parameters in org.gcube.portlets.d4sreporting.common.shared with type arguments of type TableCell | |
|---|---|
Table(int colsNumber,
int rowsNumber,
int width,
int border,
ArrayList<TableCell> rows)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||