Class RowValueProviderDecimal

java.lang.Object
net.datenwerke.rs.grideditor.client.grideditor.vp.RowValueProvider<BigDecimal>
net.datenwerke.rs.grideditor.client.grideditor.vp.RowValueProviderDecimal

public class RowValueProviderDecimal extends RowValueProvider<BigDecimal>
  • Constructor Details

    • RowValueProviderDecimal

      public RowValueProviderDecimal(int index)
  • Method Details

    • getValue

      public BigDecimal getValue(GridEditorRecordDto object)
    • setValue

      public void setValue(GridEditorRecordDto object, BigDecimal value)