I´ve just started learning GWT and I´m trying to implement http://gwt.google.com/samples/Showcase/Showcase.html#!CwFileUpload and but failing miserably.
Where is the ContentWidget.CwConstants suppose to come from and what exactly is it?
public static interface CwConstants extends Constants,
ContentWidget.CwConstants {
String cwFileUploadButton();
String cwFileUploadDescription();
String cwFileUploadName();
String cwFileUploadNoFileError();
String cwFileUploadSelectFile();
String cwFileUploadSuccessful();
}