wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGridField is missing getCellFormatter and formatCell methods #538

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ListGridField has void setCellFormatter(CellFormatter formatter) method but not 
CellFormatter getCellFormatter() or String formatCell() methods. These would be 
needed if values are used outside of grid. 

What steps will reproduce the problem?
1. Create ListGridField with custom cellFormatter
2. Try to get cellFormatter of format cell value outside of grid
3.

What is the expected output? What do you see instead?
I excpect a method to get cellFormatter of format cell value

What version of the product are you using? On what operating system?
Gwt 2.0.3, SmartGwt 2.2

Please provide any additional information below.
SmartClient has api String formatCellValue (value, record, rowNum, colNum, 
grid) so atleast that would be nice to wrap inside ListGridField so values can 
be formatted outside of grid

Original issue reported on code.google.com by toni.paa...@gmail.com on 23 Nov 2010 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 13 Dec 2010 at 6:17