Class 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 Detail

      • UserCellFormatter

        public UserCellFormatter()
    • Method Detail

      • format

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