Entry Point in SmartGWT

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

Entry Point in SmartGWT

Postby xocobola » Fri Sep 17, 2010 12:05 am

Hi, I'm trying to use GWT Designer with SmartGWT. I have the next interface:
Code: Select all
public interface Form<D> {
   
   public abstract D get();
   public abstract void show(D data);
   public abstract boolean validate();
   public abstract Canvas asCanvas();
}


the asCanvas method if for getting the outer canvas of the whole Form. How can I use GWT Designer to make an Impl of this interface? The editor is telling me that can not find the entry point, and selection "asCanvas" as the entry point is not working. What can I do?

Thxs!
xocobola
 
Posts: 2
Joined: Thu Sep 16, 2010 11:49 pm

Re: Entry Point in SmartGWT

Postby Eric Clayberg » Fri Sep 17, 2010 4:52 am

I'm not sure what problem you are describing.

Please provide a complete test case.

Also make sure that you are using SmartGWT 2.2
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 1 guest

cron