Class I18NCellFormatter
- java.lang.Object
 - 
- com.logicaldoc.gui.common.client.formatters.I18NCellFormatter
 
 
- 
- All Implemented Interfaces:
 com.smartgwt.client.widgets.grid.CellFormatter
public class I18NCellFormatter extends Object implements com.smartgwt.client.widgets.grid.CellFormatter
Utility formatter for those cells that contains internationalized messages (the content is an i18n message key).- Since:
 - 6.0
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description I18NCellFormatter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(Object value, com.smartgwt.client.widgets.grid.ListGridRecord record, int rowNum, int colNum) 
 -