com.smartgwt.client.widgets.grid
Interface CellEditValueFormatter


public interface CellEditValueFormatter


Method Summary
 Object format(Object value, ListGridRecord record, int rowNum, int colNum)
           
 

Method Detail

format

Object format(Object value,
              ListGridRecord record,
              int rowNum,
              int colNum)