public class RowValueProviderDecimal extends RowValueProvider<java.math.BigDecimal>
| Constructor and Description |
|---|
RowValueProviderDecimal(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getValue(GridEditorRecordDto object) |
void |
setValue(GridEditorRecordDto object,
java.math.BigDecimal value) |
getPathpublic java.math.BigDecimal getValue(GridEditorRecordDto object)
public void setValue(GridEditorRecordDto object, java.math.BigDecimal value)