Class DateCellFormatter

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

    public class DateCellFormatter
    extends Object
    implements com.smartgwt.client.widgets.grid.CellFormatter
    Utility formatter for those cells that contains dates
    Since:
    6.0
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • DateCellFormatter

        public DateCellFormatter​(boolean shortFormat)
    • 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