Class EnabledCellFormatter

java.lang.Object
com.logicaldoc.gui.common.client.grid.formatters.EnabledCellFormatter
All Implemented Interfaces:
com.smartgwt.client.widgets.grid.CellFormatter

public class EnabledCellFormatter extends Object implements com.smartgwt.client.widgets.grid.CellFormatter
Formats a cell with special representation in case of disabled record (attribute eenabled=false)
Since:
9.1.1
Author:
Marco Meschieri - LogicalDOC
  • Constructor Details

    • EnabledCellFormatter

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