Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@86246 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-27 10:14:21 +00:00 committed by Giancarlo Panichi
parent 5cd9e9a840
commit 1481b620e5
2 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ public class WizardCard extends BorderLayoutContainer {
protected HTML titleHtml;
protected HTML footerHtml;
final protected ResourceBundle res=ResourceBundle.INSTANCE;
protected ResourceBundle res=ResourceBundle.INSTANCE;
/**
* Creates a new wizard card.

View File

@ -33,13 +33,13 @@ import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
*/
public class WizardWindow extends Window {
protected final String WIZARDWIDTH = "550px";
protected final String WIZARDHEIGHT = "520px";
protected final boolean WIZARRESIZABLE = false;
protected final boolean WIZARDCOLLAPSIBLE = true;
protected final String BUTTONBACKLABEL="Back";
protected final String BUTTONNEXTLABEL="Next";
protected final String BUTTONFINISHLABEL="Finish";
protected String WIZARDWIDTH = "550px";
protected String WIZARDHEIGHT = "520px";
protected boolean WIZARRESIZABLE = false;
protected boolean WIZARDCOLLAPSIBLE = true;
protected String BUTTONBACKLABEL="Back";
protected String BUTTONNEXTLABEL="Next";
protected String BUTTONFINISHLABEL="Finish";
protected ArrayList<WizardCard> cardStack = new ArrayList<WizardCard>();