Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@86344 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-28 18:57:28 +00:00 committed by Giancarlo Panichi
parent 75629687d9
commit 0053ee6cda
1 changed files with 7 additions and 7 deletions

View File

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