Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@99389 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-09-02 10:18:35 +00:00
parent 3f55852b8c
commit a4a8248eb5
1 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ public class LabelColumnPanel extends FramedPanel implements
protected ArrayList<FieldLabel> generateFields() {
ArrayList<FieldLabel> fields = new ArrayList<FieldLabel>();
for (ColumnData col : columns) {
if (col != null) {
FieldLabel textLabel;
@ -183,7 +183,7 @@ public class LabelColumnPanel extends FramedPanel implements
textLabel.setId(col.getColumnId());
} else {
TextField text = new TextField();
text.setValue(col.getLabel());
text.setValue("nolabel");
textLabel = new FieldLabel(text, "nolabel");
textLabel.setLabelWidth(LABELWIDTH);
textLabel.setId(col.getColumnId());