Example usage for com.google.gwt.text.shared Parser interface-usage

List of usage examples for com.google.gwt.text.shared Parser interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.text.shared Parser interface-usage.

Usage

From source file fr.putnami.pwt.core.widget.client.helper.StringParser.java

public final class StringParser implements Parser<String> {
    private static StringParser instance;

    private StringParser() {
    }

From source file gwt.material.design.client.base.FloatParser.java

/**
 * A localized parser based on {@link NumberFormat#getDecimalFormat}.
 */
public class FloatParser implements Parser<Float> {

    private static FloatParser INSTANCE;

From source file gwt.material.design.client.base.validator.BooleanParser.java

/**
 * Parses boolean values from a {@link CharSequence}.
 * 
 * @author Steven Jardine
 */
public class BooleanParser implements Parser<Boolean> {

From source file org.gwtbootstrap3.client.ui.form.validator.BooleanParser.java

/**
 * Parses boolean values from a {@link CharSequence}.
 * 
 * @author Steven Jardine
 */
public class BooleanParser implements Parser<Boolean> {