public class

DateTimeFormatRenderer

extends AbstractRenderer<T>
java.lang.Object
   ↳ com.google.gwt.text.shared.AbstractRenderer<T>
     ↳ com.google.gwt.text.client.DateTimeFormatRenderer

Class Overview

Renders Date objects with a DateTimeFormat.

Summary

Public Constructors
DateTimeFormatRenderer()
Create an instance using DATE_SHORT.
DateTimeFormatRenderer(DateTimeFormat format)
Create an instance with the given format and the default time zone.
DateTimeFormatRenderer(DateTimeFormat format, TimeZone timeZone)
Create an instance with the given format and time zone.
Public Methods
String render(Date object)
[Expand]
Inherited Methods
From class com.google.gwt.text.shared.AbstractRenderer
From class java.lang.Object
From interface com.google.gwt.text.shared.Renderer

Public Constructors

public DateTimeFormatRenderer ()

Create an instance using DATE_SHORT.

public DateTimeFormatRenderer (DateTimeFormat format)

Create an instance with the given format and the default time zone.

public DateTimeFormatRenderer (DateTimeFormat format, TimeZone timeZone)

Create an instance with the given format and time zone.

Public Methods

public String render (Date object)