Class MonthRenderer
- java.lang.Object
-
- com.google.gwt.text.shared.AbstractRenderer<Date>
-
- de.knightsoftnet.mtwidgets.client.ui.widget.helper.MonthRenderer
-
-
Constructor Summary
Constructors Constructor Description MonthRenderer(String pformat)constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.google.gwt.text.shared.Renderer<Date>instance()returns the instance.Stringrender(Date pobject)
-
-
-
Constructor Detail
-
MonthRenderer
public MonthRenderer(String pformat)
constructor.- Parameters:
pformat- format to render
-
-