I am loading images using code (please see below) I found through stackoverflow. However, I now notice that the "getWidget()" is deprecated. Rather than wait until this is no longer available I would like to fix this now. What should I use instead of "getWidget()" please?
// Add a finish handler which will load the image once the upload finishes
existingdefaultUploader.addOnFinishUploadHandler(onReplaceFinishUploaderHandler);
existingdefaultUploader.getFileInput().getWidget().setStyleName("customButton");
existingdefaultUploader.getFileInput().getWidget().setSize("100px", "20px");
Regards,
Glyn