Example usage for com.vaadin.data.converter StringToLongConverter subclass-usage

List of usage examples for com.vaadin.data.converter StringToLongConverter subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.data.converter StringToLongConverter subclass-usage.

Usage

From source file org.jpos.util.StringToLongFormattedConverter.java

public class StringToLongFormattedConverter extends StringToLongConverter {
    public StringToLongFormattedConverter(String errorMessage) {
        super(errorMessage);
    }

    public StringToLongFormattedConverter(Long emptyValue, String errorMessage) {