diff --git a/src/main/java/org/gcube/portlets/user/td/mainboxwidget/client/MainBoxEntry.java b/src/main/java/org/gcube/portlets/user/td/mainboxwidget/client/MainBoxEntry.java index 2054d10..77d7c7e 100644 --- a/src/main/java/org/gcube/portlets/user/td/mainboxwidget/client/MainBoxEntry.java +++ b/src/main/java/org/gcube/portlets/user/td/mainboxwidget/client/MainBoxEntry.java @@ -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.type.UIStateType; 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.google.gwt.core.client.EntryPoint; @@ -38,9 +39,9 @@ public class MainBoxEntry implements EntryPoint { protected void loadDataView() { // For example Tabular Resource 7 and table 402 - TRId trId1 = new TRId("220", "3555"); - TRId trId2 = new TRId("219", "3507"); - TRId trId3 = new TRId("168", "2165"); + TRId trId1 = new TRId("220", TabResourceType.STANDARD, "3555"); + TRId trId2 = new TRId("219", TabResourceType.STANDARD, "3507"); + TRId trId3 = new TRId("168", TabResourceType.STANDARD, "2165"); EventBus eventBus = new SimpleEventBus();