package com.smartgwt.client.widgets.tableview; import com.smartgwt.client.widgets.grid.ListGridRecord; public interface RecordFormatter { String format(ListGridRecord record); }