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
This commit is contained in:
parent
bfa092d0e4
commit
9e3ae25ed1
|
@ -73,9 +73,8 @@ public class CSVTableDetailCard extends WizardCard {
|
||||||
|
|
||||||
protected TabResource detail = new TabResource();
|
protected TabResource detail = new TabResource();
|
||||||
|
|
||||||
private ListLoader<ListLoadConfig, ListLoadResult<LicenceData>> loader;
|
protected ListLoader<ListLoadConfig, ListLoadResult<LicenceData>> loader;
|
||||||
|
protected ComboBox<LicenceData> comboLicences;
|
||||||
private ComboBox<LicenceData> comboLicences;
|
|
||||||
|
|
||||||
public CSVTableDetailCard(final CSVImportSession importSession) {
|
public CSVTableDetailCard(final CSVImportSession importSession) {
|
||||||
super("Tabular Resource Detail", "");
|
super("Tabular Resource Detail", "");
|
||||||
|
@ -172,6 +171,10 @@ public class CSVTableDetailCard extends WizardCard {
|
||||||
Log.trace("Combo Licence created");
|
Log.trace("Combo Licence created");
|
||||||
|
|
||||||
// /
|
// /
|
||||||
|
p.add(new FieldLabel(comboLicences, "Licence"),
|
||||||
|
new VerticalLayoutData(1, -1));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tableDetailPanel.add(form);
|
tableDetailPanel.add(form);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue