Example usage for org.apache.wicket.util.convert.converter BigDecimalConverter subclass-usage

List of usage examples for org.apache.wicket.util.convert.converter BigDecimalConverter subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.util.convert.converter BigDecimalConverter subclass-usage.

Usage

From source file org.apache.isis.viewer.wicket.ui.components.scalars.jdkmath.BigDecimalConverterWithScale.java

/**
 * The {@link IConverter} implementation that our {@link BigDecimalTextField} delegates to for converting strings into
 * values. 
 * 
 * <p>
 * We reuse as much of Wicket's {@link BigDecimal} implementation as possible, but overriding where necessary.

From source file org.devgateway.eudevfin.ui.common.converters.CustomBigDecimalConverter.java

/**
 * Custom {@link BigDecimalConverter} of {@link BigDecimal} objects that has a 
 * really generous number of digits. Especially useful because we deal with currencies
 * like HUF
 * 
 * @author mihai

From source file org.devgateway.toolkit.forms.wicket.converters.NonNumericFilteredBigDecimalConverter.java

/**
 * @author mpostelnicu
 * 
 *         This is a {@link BigDecimalConverter} adapted to remove all
 *         non-decimal characters before it complains (throws exception) that
 *         the number is not a number. This will lead to all {@link BigDecimal}

From source file org.projectforge.web.wicket.converter.BigDecimalPercentConverter.java

/**
 * Supports text fields with % symbol.
 * @author Kai Reinhard (k.reinhard@micromata.de)
 */
public class BigDecimalPercentConverter extends BigDecimalConverter {
    private static final long serialVersionUID = -1210802755722961881L;

From source file org.projectforge.web.wicket.converter.CurrencyConverter.java

/**
 * @author Kai Reinhard (k.reinhard@micromata.de)
 */
public class CurrencyConverter extends BigDecimalConverter {
    private static final long serialVersionUID = -7006507810932242601L;