Class LocalTimeParser
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.widget.helper.LocalTimeParser
-
-
Constructor Summary
Constructors Constructor Description LocalTimeParser(String pformat)constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.google.gwt.text.shared.Parser<LocalTime>instance()returns the instance.LocalTimeparse(CharSequence pobject)
-
-
-
Field Detail
-
FORMAT
public static final String FORMAT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LocalTimeParser
public LocalTimeParser(String pformat)
constructor.- Parameters:
pformat- format to parse
-
-
Method Detail
-
instance
public static final com.google.gwt.text.shared.Parser<LocalTime> instance()
returns the instance.- Returns:
- Parser
-
parse
public final LocalTime parse(CharSequence pobject) throws ParseException
- Specified by:
parsein interfacecom.google.gwt.text.shared.Parser<LocalTime>- Throws:
ParseException
-
-