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 containing a date of a user
Since:
8.7.2
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • UserCellFormatter

      public UserCellFormatter()
  • Method Details

    • format

      public String format(Object value, com.smartgwt.client.widgets.grid.ListGridRecord rec, int rowNum, int colNum)
      Specified by:
      format in interface com.smartgwt.client.widgets.grid.CellFormatter