Skip to content
Snippets Groups Projects
Commit f293d04c authored by felmer's avatar felmer
Browse files

LMS-1364 IModule extended

SVN: 14739
parent 666f06ef
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
package ch.systemsx.cisd.openbis.plugin.phosphonetx.client.web.client.application; package ch.systemsx.cisd.openbis.plugin.phosphonetx.client.web.client.application;
import java.util.List;
import com.extjs.gxt.ui.client.widget.Component;
import com.google.gwt.user.client.rpc.AsyncCallback;
import com.google.gwt.user.client.ui.Widget; import com.google.gwt.user.client.ui.Widget;
import ch.systemsx.cisd.openbis.generic.client.web.client.application.IViewContext; import ch.systemsx.cisd.openbis.generic.client.web.client.application.IViewContext;
...@@ -41,4 +45,28 @@ public class PhosphoNetXModule implements IModule ...@@ -41,4 +45,28 @@ public class PhosphoNetXModule implements IModule
return new QueryMenu(viewContext); return new QueryMenu(viewContext);
} }
public List<Component> getMenuItems()
{
// TODO Auto-generated method stub
return null;
}
public String getModuleDescription()
{
// TODO Auto-generated method stub
return null;
}
public String getModuleName()
{
// TODO Auto-generated method stub
return null;
}
public void initialize(AsyncCallback<Void> callback)
{
// TODO Auto-generated method stub
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment