Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@96126 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-27 10:30:42 +00:00
parent 12331ccf39
commit 351c11ed8e
2 changed files with 34 additions and 2 deletions

View File

@ -3738,3 +3738,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...
70% complete (ETR: 2 seconds)
70% complete (ETR: 2 seconds)
70% complete (ETR: 2 seconds)
70% complete (ETR: 2 seconds)
70% complete (ETR: 2 seconds)
70% complete (ETR: 2 seconds)
70% complete (ETR: 2 seconds)
70% complete (ETR: 2 seconds)
80% complete (ETR: 1 seconds)
90% complete (ETR: 1 seconds)
100% complete (ETR: 0 seconds)
Compilation completed in 9.49 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

@ -122,14 +122,14 @@ public class ReplaceBatchPanel extends FramedPanel implements
private ComboBox<ShowOccurrencesTypeElement> comboShowOccurrencesType = null; private ComboBox<ShowOccurrencesTypeElement> comboShowOccurrencesType = null;
private TextButton btnConnect; private TextButton btnConnect;
private TextButton btnDisconnect;
private TextField connectionField; private TextField connectionField;
protected ListLoader<ListLoadConfig, ListLoadResult<ReplaceEntry>> loader; protected ListLoader<ListLoadConfig, ListLoadResult<ReplaceEntry>> loader;
protected Grid<ReplaceEntry> grid; protected Grid<ReplaceEntry> grid;
protected ListStore<ReplaceEntry> store; protected ListStore<ReplaceEntry> store;
protected HTML info; protected HTML info;
protected TextButton btnDisconnect;
private boolean simpleReplace; private boolean simpleReplace;
public ReplaceBatchPanel(ReplaceBatchDialog parent, TRId trId, public ReplaceBatchPanel(ReplaceBatchDialog parent, TRId trId,