com.smartgwt.client.widgets.grid
Interface CellFormatter


public interface CellFormatter


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

Method Detail

format

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