Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-export-widget@98813 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
cd91688f0e
commit
cea29eccc5
|
@ -79,7 +79,7 @@ public class AgenciesSelectionPanel extends ContentPanel implements
|
|||
this.parent = parent;
|
||||
this.res = res;
|
||||
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<Agencies, ?>> asList(
|
||||
nameColumn, descriptionColumn), nameColumn);
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@ public class CodelistSelectionPanel extends ContentPanel implements HasSelection
|
|||
this.parent=parent;
|
||||
this.res=res;
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ public class DatasetSelectionPanel extends ContentPanel implements HasSelectionH
|
|||
this.parent=parent;
|
||||
this.res=res;
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue