Updated TRId

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-map-widget@100936 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-23 16:29:48 +00:00 committed by Giancarlo Panichi
parent 5a455c1a67
commit 21a606b5a2
1 changed files with 8 additions and 1 deletions

View File

@ -2,16 +2,23 @@ package org.gcube.portlets.user.td.mapwidget.client;
import org.gcube.portlets.user.td.gwtservice.shared.user.UserInfo;
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;
import com.google.web.bindery.event.shared.SimpleEventBus;
/**
*
* @author giancarlo
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public class MapWidgetTDEntry implements EntryPoint {
public void onModuleLoad() {
TRId trId=new TRId("10","20");
TRId trId=new TRId("10",TabResourceType.STANDARD, "20");
UserInfo userInfo=new UserInfo();
userInfo.setUsername("test.user");