Class UserDateCellFormatter

  • All Implemented Interfaces:
    com.smartgwt.client.widgets.grid.CellFormatter

    public class UserDateCellFormatter
    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 Detail

      • UserDateCellFormatter

        public UserDateCellFormatter()
    • 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