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

public class BooleanParser extends Object implements com.google.gwt.text.shared.Parser<Boolean>
parse text to date boolean.
Author:
Manfred Tremmel
  • Constructor Details

    • BooleanParser

      public BooleanParser()
  • Method Details

    • instance

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

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