Class RatingListGridField.RatingCellFormatter
java.lang.Object
com.logicaldoc.gui.common.client.grid.ColoredListGridField.ColoredCellFormatter
com.logicaldoc.gui.common.client.grid.RatingListGridField.RatingCellFormatter
- All Implemented Interfaces:
- com.smartgwt.client.widgets.grid.CellFormatter
- Enclosing class:
- RatingListGridField
public class RatingListGridField.RatingCellFormatter
extends ColoredListGridField.ColoredCellFormatter
Utility formatter for those cells that contains longs
- Since:
- 8.7
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RatingCellFormatterpublic RatingCellFormatter()
 
- 
- 
Method Details- 
formatpublic String format(Object value, com.smartgwt.client.widgets.grid.ListGridRecord rec, int rowNum, int colNum) - Specified by:
- formatin interface- com.smartgwt.client.widgets.grid.CellFormatter
- Overrides:
- formatin class- ColoredListGridField.ColoredCellFormatter
 
 
-