Class BooleanParser
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.helper.BooleanParser
- All Implemented Interfaces:
com.google.gwt.text.shared.Parser<Boolean>
parse text to date boolean.
- Author:
- Manfred Tremmel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final com.google.gwt.text.shared.Parser<Boolean>instance()returns the instance.final Booleanparse(CharSequence object)
-
Constructor Details
-
BooleanParser
public BooleanParser()
-
-
Method Details
-
instance
returns the instance.- Returns:
- Parser
-
parse
- Specified by:
parsein interfacecom.google.gwt.text.shared.Parser<Boolean>- Throws:
ParseException
-