Class IntegerParserWithoutSeparator

java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.helper.IntegerParserWithoutSeparator
All Implemented Interfaces:
com.google.gwt.text.shared.Parser<Integer>

public class IntegerParserWithoutSeparator extends Object implements com.google.gwt.text.shared.Parser<Integer>
parse text to integer value.
Author:
Manfred Tremmel
  • Constructor Details

    • IntegerParserWithoutSeparator

      public IntegerParserWithoutSeparator()
  • Method Details

    • instance

      public static final com.google.gwt.text.shared.Parser<Integer> instance()
      returns the instance.
      Returns:
      IntegerParserWithoutSeparator
    • parse

      public final Integer parse(CharSequence object) throws ParseException
      Specified by:
      parse in interface com.google.gwt.text.shared.Parser<Integer>
      Throws:
      ParseException