java.lang.Object
ch.tocco.nice2.netui.api.bind.grid.Row

public class Row extends Object
Represents a row of a datagrid.
  • Constructor Details

  • Method Details

    • addSource

      public void addSource(Source source)
    • addCell

      public void addCell(String columnName, Cell cell)
    • getKey

      public Object getKey()
    • getDisplayValue

      public String getDisplayValue()
    • getSources

      public Source[] getSources()
    • getCells

      public Map<String,Cell> getCells()