|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use S_TableCell | |
|---|---|
| org.gcube.portlets.d4sreporting.common.server.serializables | |
| Uses of S_TableCell in org.gcube.portlets.d4sreporting.common.server.serializables |
|---|
| Methods in org.gcube.portlets.d4sreporting.common.server.serializables that return S_TableCell | |
|---|---|
S_TableCell |
S_Table.getValue(int row,
int column)
Gets the value in the specified cell. |
| Methods in org.gcube.portlets.d4sreporting.common.server.serializables that return types with arguments of type S_TableCell | |
|---|---|
ArrayList<S_TableCell> |
S_Table.getRow(int i)
|
ArrayList<ArrayList<S_TableCell>> |
S_Table.getTable()
|
| Method parameters in org.gcube.portlets.d4sreporting.common.server.serializables with type arguments of type S_TableCell | |
|---|---|
boolean |
S_Table.addRow(ArrayList<S_TableCell> row)
Gets the ArrayList of Strings row in the specified row. |
void |
S_Table.setTable(ArrayList<ArrayList<S_TableCell>> table)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||