Uses of Class
de.twenty11.skysail.common.grids.RowData

Packages that use RowData
de.twenty11.skysail.common.grids   
 

Uses of RowData in de.twenty11.skysail.common.grids
 

Methods in de.twenty11.skysail.common.grids that return RowData
 RowData RowData.add(Object data)
          A value object (think of a cell in a grid) gets added to the rowData instance, taking into account the position of the column (by increasing an internal counter each time 'add' is called).
 RowData RowData.add(String colName, String value)
           
 

Methods in de.twenty11.skysail.common.grids that return types with arguments of type RowData
 List<RowData> GridData.getRows()
           
 

Methods in de.twenty11.skysail.common.grids with parameters of type RowData
 void GridData.addRowData(RowData rowData)
          Adds a row to the rows.
 



Copyright © 2011-2012. All Rights Reserved.