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