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:
parent
12331ccf39
commit
351c11ed8e
|
@ -3738,3 +3738,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...
|
||||
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
|
||||
|
|
|
@ -122,14 +122,14 @@ public class ReplaceBatchPanel extends FramedPanel implements
|
|||
private ComboBox<ShowOccurrencesTypeElement> comboShowOccurrencesType = null;
|
||||
|
||||
private TextButton btnConnect;
|
||||
private TextButton btnDisconnect;
|
||||
private TextField connectionField;
|
||||
|
||||
protected ListLoader<ListLoadConfig, ListLoadResult<ReplaceEntry>> loader;
|
||||
protected Grid<ReplaceEntry> grid;
|
||||
protected ListStore<ReplaceEntry> store;
|
||||
protected HTML info;
|
||||
protected TextButton btnDisconnect;
|
||||
|
||||
|
||||
private boolean simpleReplace;
|
||||
|
||||
public ReplaceBatchPanel(ReplaceBatchDialog parent, TRId trId,
|
||||
|
|
Loading…
Reference in New Issue