2012-10-24 40 views
0

我想使用DateCell(格式)向單元格表格報表添加日期列。DateCell(DateTimeFormat)構造函數undeflined

DateTimeFormat format = DateTimeFormat 
     .getFormat(PredefinedFormat.DATE_MEDIUM); 

DateCell classDateCell = new DateCell(format); 

我收到錯誤消息:「構造DateCell(DateTimeFormat)是不確定的」,但javadoc的,http://google-web-toolkit.googlecode.com/svn/javadoc/latest/index.html?overview-summary.html說,這是一個有效的構造。

這裏有什麼問題?

回答

0

如果使用這樣的:

com.google.gwt.cell.client.DateCell 

com.google.gwt.i18n.client.DateTimeFormat 

,那麼你應該沒問題。