Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@98812 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b08185efc7
commit
7230f772a1
|
@ -80,7 +80,7 @@ public class CodelistSelectionPanel extends ContentPanel implements HasSelection
|
||||||
this.parent=parent;
|
this.parent=parent;
|
||||||
this.res=res;
|
this.res=res;
|
||||||
setHeaderVisible(false);
|
setHeaderVisible(false);
|
||||||
new Resizable(this, Dir.E, Dir.SE, Dir.S);
|
//new Resizable(this, Dir.E, Dir.SE, Dir.S);
|
||||||
buildPanel(properties.key(), Arrays.<ColumnConfig<Codelist, ?>>asList(nameColumn, agencyIdColumn, versionColumn, descriptionColumn), nameColumn);
|
buildPanel(properties.key(), Arrays.<ColumnConfig<Codelist, ?>>asList(nameColumn, agencyIdColumn, versionColumn, descriptionColumn), nameColumn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ public class DatasetSelectionPanel extends ContentPanel implements HasSelectionH
|
||||||
this.parent=parent;
|
this.parent=parent;
|
||||||
this.res=res;
|
this.res=res;
|
||||||
setHeaderVisible(false);
|
setHeaderVisible(false);
|
||||||
new Resizable(this, Dir.E, Dir.SE, Dir.S);
|
//new Resizable(this, Dir.E, Dir.SE, Dir.S);
|
||||||
buildPanel(properties.key(), Arrays.<ColumnConfig<Dataset, ?>>asList(nameColumn, agencyIdColumn, versionColumn, descriptionColumn), nameColumn);
|
buildPanel(properties.key(), Arrays.<ColumnConfig<Dataset, ?>>asList(nameColumn, agencyIdColumn, versionColumn, descriptionColumn), nameColumn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue