Class AvatarListGridField.AvatarCellFormatter

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

    public class AvatarListGridField.AvatarCellFormatter
    extends Object
    implements com.smartgwt.client.widgets.grid.CellFormatter
    • Constructor Detail

      • AvatarCellFormatter

        public AvatarCellFormatter()
      • AvatarCellFormatter

        public AvatarCellFormatter​(int size)
    • 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