Class UserCellFormatter
- java.lang.Object
-
- com.logicaldoc.gui.common.client.formatters.UserCellFormatter
-
- All Implemented Interfaces:
com.smartgwt.client.widgets.grid.CellFormatter
public class UserCellFormatter extends Object implements com.smartgwt.client.widgets.grid.CellFormatter
Formats a cell depending on the guest flag- Since:
- 8.1.2
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description UserCellFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(Object value, com.smartgwt.client.widgets.grid.ListGridRecord record, int rowNum, int colNum)
-