Class LongParserWithoutSeparator

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

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

    • LongParserWithoutSeparator

      public LongParserWithoutSeparator()
  • Method Details

    • instance

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

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