【发布时间】:2010-02-23 13:16:39
【问题描述】:
我刚刚开始学习 GWT,我正在尝试实现 http://gwt.google.com/samples/Showcase/Showcase.html#!CwFileUpload,但失败得很惨。
ContentWidget.CwConstants 假设来自哪里,它到底是什么?
public static interface CwConstants extends Constants,
ContentWidget.CwConstants {
String cwFileUploadButton();
String cwFileUploadDescription();
String cwFileUploadName();
String cwFileUploadNoFileError();
String cwFileUploadSelectFile();
String cwFileUploadSuccessful();
}
【问题讨论】: