Uses of Class
uk.org.retep.table.Row

Uses of Row in uk.org.retep.table
 

Methods in uk.org.retep.table that return Row
 Row Table.getRow(int index)
           
 

Methods in uk.org.retep.table that return types with arguments of type Row
 Collection<Row> Table.getRows()
           
 

Methods in uk.org.retep.table with parameters of type Row
 void Table.addRow(Row row)
           
 void Table.setRow(int index, Row row)
           
 



Copyright © 1998-2009 Retep Development Group. All Rights Reserved.