Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@99022 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-25 18:03:51 +00:00 committed by Giancarlo Panichi
parent 6b7580f9ce
commit 3a84399740
1 changed files with 4 additions and 0 deletions

View File

@ -1,10 +1,12 @@
package org.gcube.portlets.user.td.openwidget.client;
import org.gcube.portlets.user.td.wizardwidget.client.WizardWindow;
import org.gcube.portlets.user.td.wizardwidget.client.dataresource.ResourceBundle;
import org.gcube.portlets.user.td.gwtservice.shared.tr.open.TDOpenSession;
import com.allen_sauer.gwt.log.client.Log;
import com.google.web.bindery.event.shared.EventBus;
import com.sencha.gxt.cell.core.client.ButtonCell.IconAlign;
/**
*
@ -30,6 +32,8 @@ public class TDOpen extends WizardWindow {
setHeight(HEIGHTWIZARD);
BUTTONNEXTLABEL="Open";
nextButton.setText(BUTTONNEXTLABEL);
nextButton.setIcon(ResourceBundle.INSTANCE.wizardGo());
nextButton.setIconAlign(IconAlign.RIGHT);
setEnableNextButton(false);
tdOpenSession= new TDOpenSession();