我刚开始学习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();
}
答案 0 :(得分:1)