Class CellValue

java.lang.Object
ch.tocco.nice2.netui.api.bind.grid.CellValue
Direct Known Subclasses:
EntityFieldCellValue, EntityRelationCellValue

public class CellValue extends Object
One part of a cell, most often the only part.
  • Field Details

    • value

      @Nullable protected @Nullable Object value
    • niceType

      protected String niceType
  • Constructor Details

    • CellValue

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

    • getValue

      @Nullable public @Nullable Object getValue()
    • getNiceType

      public String getNiceType()