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:
Giancarlo Panichi 2014-07-18 16:34:52 +00:00 committed by Giancarlo Panichi
parent cd91688f0e
commit cea29eccc5
3 changed files with 3 additions and 3 deletions

View File

@ -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);
}

View File

@ -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);
}

View File

@ -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);
}