From 9e3ae25ed189cf3f0523f5c9dedc48957366e873 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 3 Sep 2014 10:00:53 +0000 Subject: [PATCH] Added Licences git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@99415 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/csvimportwidget/client/CSVTableDetailCard.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVTableDetailCard.java b/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVTableDetailCard.java index b8648ec..20e689d 100644 --- a/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVTableDetailCard.java +++ b/src/main/java/org/gcube/portlets/user/td/csvimportwidget/client/CSVTableDetailCard.java @@ -73,9 +73,8 @@ public class CSVTableDetailCard extends WizardCard { protected TabResource detail = new TabResource(); - private ListLoader> loader; - - private ComboBox comboLicences; + protected ListLoader> loader; + protected ComboBox comboLicences; public CSVTableDetailCard(final CSVImportSession importSession) { super("Tabular Resource Detail", ""); @@ -172,7 +171,11 @@ public class CSVTableDetailCard extends WizardCard { Log.trace("Combo Licence created"); // / + p.add(new FieldLabel(comboLicences, "Licence"), + new VerticalLayoutData(1, -1)); + + tableDetailPanel.add(form); setContent(tableDetailPanel);