Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@93321 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f563ffd746
commit
c899c8e657
|
@ -5,12 +5,10 @@ import java.util.List;
|
||||||
|
|
||||||
import org.gcube.portlets.user.td.columnwidget.client.ChangeColumnTypeDialog;
|
import org.gcube.portlets.user.td.columnwidget.client.ChangeColumnTypeDialog;
|
||||||
import org.gcube.portlets.user.td.columnwidget.client.custom.ActionButtonCell;
|
import org.gcube.portlets.user.td.columnwidget.client.custom.ActionButtonCell;
|
||||||
import org.gcube.portlets.user.td.columnwidget.client.dimension.CodelistSelectionListener;
|
|
||||||
import org.gcube.portlets.user.td.columnwidget.client.resources.ResourceBundle;
|
import org.gcube.portlets.user.td.columnwidget.client.resources.ResourceBundle;
|
||||||
import org.gcube.portlets.user.td.columnwidget.client.utils.UtilsGXT3;
|
import org.gcube.portlets.user.td.columnwidget.client.utils.UtilsGXT3;
|
||||||
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
|
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
|
||||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData;
|
import org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData;
|
||||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.TabResource;
|
|
||||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.batch.Occurences;
|
import org.gcube.portlets.user.td.gwtservice.shared.tr.batch.Occurences;
|
||||||
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
||||||
|
|
||||||
|
@ -57,8 +55,7 @@ import com.sencha.gxt.widget.core.client.toolbar.ToolBar;
|
||||||
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class BatchReplacePanel extends FramedPanel implements
|
public class BatchReplacePanel extends FramedPanel {
|
||||||
CodelistSelectionListener {
|
|
||||||
protected String WIDTH = "560px";
|
protected String WIDTH = "560px";
|
||||||
protected String HEIGHT = "520px";
|
protected String HEIGHT = "520px";
|
||||||
protected EventBus eventBus;
|
protected EventBus eventBus;
|
||||||
|
@ -291,7 +288,7 @@ public class BatchReplacePanel extends FramedPanel implements
|
||||||
}
|
}
|
||||||
|
|
||||||
String text = Format
|
String text = Format
|
||||||
.substitute("Assigned {0}({1} occurences) of {2} ({3} occurences)",
|
.substitute("Assigned {0} ({1} occurences) of {2} ({3} occurences)",
|
||||||
String.valueOf(assigned),
|
String.valueOf(assigned),
|
||||||
String.valueOf(assignedErrors), String.valueOf(total),
|
String.valueOf(assignedErrors), String.valueOf(total),
|
||||||
String.valueOf(totalErrors));
|
String.valueOf(totalErrors));
|
||||||
|
@ -333,24 +330,7 @@ public class BatchReplacePanel extends FramedPanel implements
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void selected(TabResource tabResource) {
|
|
||||||
// TODO Auto-generated method stub
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void aborted() {
|
|
||||||
// TODO Auto-generated method stub
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void failed(String reason, String detail) {
|
|
||||||
// TODO Auto-generated method stub
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue