Uses of Class
org.gcube.portlets.d4sreporting.common.client.gwtserializables.TableCell

Packages that use TableCell
org.gcube.portlets.d4sreporting.common.client.gwtserializables   
 

Uses of TableCell in org.gcube.portlets.d4sreporting.common.client.gwtserializables
 

Methods in org.gcube.portlets.d4sreporting.common.client.gwtserializables that return TableCell
 TableCell SerializableTable.getValue(int row, int column)
          Gets the value in the specified cell.
 

Methods in org.gcube.portlets.d4sreporting.common.client.gwtserializables 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.client.gwtserializables 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.client.gwtserializables with type arguments of type TableCell
Table(int colsNumber, int rowsNumber, int width, int border, ArrayList<TableCell> rows)
           
 



Copyright © 2013. All Rights Reserved.