Class BooleanParser
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.widget.helper.BooleanParser
-
-
Constructor Summary
Constructors Constructor Description BooleanParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.google.gwt.text.shared.Parser<Boolean>instance()returns the instance.Booleanparse(CharSequence pobject)
-
-
-
Method Detail
-
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:
parsein interfacecom.google.gwt.text.shared.Parser<Boolean>- Throws:
ParseException
-
-