private static final class LocalTimeBox.LocalTimeFormat extends com.google.gwt.text.shared.AbstractRenderer<LocalTime> implements com.google.gwt.text.shared.Parser<LocalTime>
Modifier and Type | Field and Description |
---|---|
private static LocalTimeBox.LocalTimeFormat |
INSTANCE
The singleton instance.
|
Modifier | Constructor and Description |
---|---|
private |
LocalTimeFormat()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
LocalTime |
parse(CharSequence text) |
String |
render(LocalTime time) |
private static final LocalTimeBox.LocalTimeFormat INSTANCE
public String render(LocalTime time)
render
in interface com.google.gwt.text.shared.Renderer<LocalTime>
public LocalTime parse(CharSequence text) throws ParseException
parse
in interface com.google.gwt.text.shared.Parser<LocalTime>
ParseException
Copyright © 2001–2016 mmm-Team. All rights reserved.