Class ColoredListGridField.ColoredCellFormatter

java.lang.Object
com.logicaldoc.gui.common.client.widgets.grid.ColoredListGridField.ColoredCellFormatter
All Implemented Interfaces:
com.smartgwt.client.widgets.grid.CellFormatter
Direct Known Subclasses:
DateListGridField.DateCellFormatter, FileNameListGridField.FileNameCellFormatter, FileSizeListGridField.FileSizeCellFormatter, FolderListGridField.FolderNameCellFormatter, IntegerListGridField.LongCellFormatter, RatingListGridField.RatingCellFormatter, UserListGridField.AvatarCellFormatter
Enclosing class:
ColoredListGridField

public class ColoredListGridField.ColoredCellFormatter extends Object implements com.smartgwt.client.widgets.grid.CellFormatter
  • Constructor Details

    • ColoredCellFormatter

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