From 6384adaf6c885618319f47a8eb4d0c4c185ad056 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 3 Sep 2014 16:07:41 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@99444 82a268e6-3cf1-43bd-a215-b396298e98cf --- .gwt/.gwt-log | 32 +++++++++++++++++++ .../client/create/CreateDefColumnPanel.java | 3 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/.gwt/.gwt-log b/.gwt/.gwt-log index 068d0e4..759c848 100644 --- a/.gwt/.gwt-log +++ b/.gwt/.gwt-log @@ -5914,3 +5914,35 @@ Compiling... Compilation completed in 0.00 seconds Removing invalidated units Finding entry point classes +Public resources found in... +Translatable source found in... +Found 0 cached/archived units. Used 0 / 2719 units from cache. +Compiling... + 20% complete (ETR: 17 seconds) + 20% complete (ETR: 17 seconds) + 20% complete (ETR: 17 seconds) + 30% complete (ETR: 14 seconds) + 40% complete (ETR: 10 seconds) + 50% complete (ETR: 8 seconds) + 60% complete (ETR: 6 seconds) + 70% complete (ETR: 4 seconds) + 80% complete (ETR: 3 seconds) + 90% complete (ETR: 1 seconds) + 100% complete (ETR: 0 seconds) + Compilation completed in 29.05 seconds +Removing invalidated units +Finding entry point classes +Public resources found in... +Translatable source found in... +Found 2719 cached/archived units. Used 2719 / 2719 units from cache. +Compiling... + Compilation completed in 0.00 seconds +Removing invalidated units +Finding entry point classes +Public resources found in... +Translatable source found in... +Found 2719 cached/archived units. Used 2719 / 2719 units from cache. +Compiling... + Compilation completed in 0.00 seconds +Removing invalidated units +Finding entry point classes diff --git a/src/main/java/org/gcube/portlets/user/td/columnwidget/client/create/CreateDefColumnPanel.java b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/create/CreateDefColumnPanel.java index 85bcca5..61d3f01 100644 --- a/src/main/java/org/gcube/portlets/user/td/columnwidget/client/create/CreateDefColumnPanel.java +++ b/src/main/java/org/gcube/portlets/user/td/columnwidget/client/create/CreateDefColumnPanel.java @@ -149,7 +149,8 @@ public class CreateDefColumnPanel extends FramedPanel { comboColumnTypeCode.setEmptyText("Select a column type..."); comboColumnTypeCode.setWidth(191); - comboColumnTypeCode.setTypeAhead(true); + comboColumnTypeCode.setEditable(false); + comboColumnTypeCode.setTypeAhead(false); comboColumnTypeCode.setTriggerAction(TriggerAction.ALL); comboColumnTypeCodeLabel = new FieldLabel(comboColumnTypeCode,