com.smartgwt.client.widgets.grid
Interface CellFormatter


public interface CellFormatter


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

Method Detail

format

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