Updated TRId

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-mainbox-widget@100935 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-23 16:27:30 +00:00 committed by Giancarlo Panichi
parent 09c5b36130
commit 2a0c4c5707
1 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@ import org.gcube.portlets.user.td.mainboxwidget.client.rpc.TabularDataServiceAsy
import org.gcube.portlets.user.td.widgetcommonevent.client.event.UIStateEvent; import org.gcube.portlets.user.td.widgetcommonevent.client.event.UIStateEvent;
import org.gcube.portlets.user.td.widgetcommonevent.client.type.UIStateType; import org.gcube.portlets.user.td.widgetcommonevent.client.type.UIStateType;
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId; import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
import org.gcube.portlets.user.td.widgetcommonevent.shared.tr.TabResourceType;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.core.client.EntryPoint; import com.google.gwt.core.client.EntryPoint;
@ -38,9 +39,9 @@ public class MainBoxEntry implements EntryPoint {
protected void loadDataView() { protected void loadDataView() {
// For example Tabular Resource 7 and table 402 // For example Tabular Resource 7 and table 402
TRId trId1 = new TRId("220", "3555"); TRId trId1 = new TRId("220", TabResourceType.STANDARD, "3555");
TRId trId2 = new TRId("219", "3507"); TRId trId2 = new TRId("219", TabResourceType.STANDARD, "3507");
TRId trId3 = new TRId("168", "2165"); TRId trId3 = new TRId("168", TabResourceType.STANDARD, "2165");
EventBus eventBus = new SimpleEventBus(); EventBus eventBus = new SimpleEventBus();