Class EntityFieldCellValue

java.lang.Object
ch.tocco.nice2.netui.api.bind.grid.CellValue
ch.tocco.nice2.netui.impl.bind.entity.grid.EntityFieldCellValue

public class EntityFieldCellValue extends CellValue
Specialized cell value for values coming from the entity system (fields).
  • Constructor Details

    • EntityFieldCellValue

      public EntityFieldCellValue(String fieldName, @Nullable @Nullable Object value, String niceType)
  • Method Details

    • getFieldName

      public String getFieldName()