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
This commit is contained in:
Giancarlo Panichi 2014-09-03 16:07:41 +00:00
parent 68bf709620
commit 6384adaf6c
2 changed files with 34 additions and 1 deletions

View File

@ -5914,3 +5914,35 @@ Compiling...
Compilation completed in 0.00 seconds Compilation completed in 0.00 seconds
Removing invalidated units Removing invalidated units
Finding entry point classes 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

View File

@ -149,7 +149,8 @@ public class CreateDefColumnPanel extends FramedPanel {
comboColumnTypeCode.setEmptyText("Select a column type..."); comboColumnTypeCode.setEmptyText("Select a column type...");
comboColumnTypeCode.setWidth(191); comboColumnTypeCode.setWidth(191);
comboColumnTypeCode.setTypeAhead(true); comboColumnTypeCode.setEditable(false);
comboColumnTypeCode.setTypeAhead(false);
comboColumnTypeCode.setTriggerAction(TriggerAction.ALL); comboColumnTypeCode.setTriggerAction(TriggerAction.ALL);
comboColumnTypeCodeLabel = new FieldLabel(comboColumnTypeCode, comboColumnTypeCodeLabel = new FieldLabel(comboColumnTypeCode,