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

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

    • Row

      public Row(Object key, String displayValue)
      Deprecated.
  • Method Details

    • addSource

      public void addSource(Source source)
      Deprecated.
    • addCell

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

      public Object getKey()
      Deprecated.
    • getDisplayValue

      public String getDisplayValue()
      Deprecated.
    • getSources

      public Source[] getSources()
      Deprecated.
    • getCells

      public Map<String,Cell> getCells()
      Deprecated.