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