Java com.google.gwt.cell.client DateCell fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.cell.client DateCell fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.cell.client DateCell.

The text is from its open source code.

Constructor

DateCell(SafeHtmlRenderer renderer)
Construct a new DateCell using the format PredefinedFormat#DATE_FULL and a SimpleSafeHtmlRenderer .
DateCell(DateTimeFormat format)
Construct a new DateCell using the specified format and a SimpleSafeHtmlRenderer .
DateCell()
Construct a new DateCell using the format PredefinedFormat#DATE_FULL and a SimpleSafeHtmlRenderer .

Method