package org.gcube.portlets.user.reportgenerator.client.dialog; import org.gcube.portlets.user.gcubewidgets.client.popup.GCubeDialog; import org.gcube.portlets.user.reportgenerator.client.uibinder.ShowSaving; public class SavingDialog extends GCubeDialog { public SavingDialog() { super(false, true); setText("Updating report, please wait ..."); setWidget(new ShowSaving()); } }