Shortcomings of GWT Designer

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

Shortcomings of GWT Designer

Postby laiboonh » Thu May 27, 2010 2:22 am

Hi,
i am an application developer evaluating the usefulness of GWTDesigner. Am i right to say that the designer does not cover absolutely everything you need in order to create a GWT app in the sense that if i want to do something like:

Tree tree = new Tree();
tree.addItem(new CheckBox("Item 1"));

i still have to hand code it, the designer does not provide such a capability.
laiboonh
 
Posts: 1
Joined: Thu May 27, 2010 2:16 am

Re: Shortcomings of GWT Designer

Postby Eric Clayberg » Sun May 30, 2010 1:16 pm

That is a rarely used feature of GWT, and up until now no one has ever asked us to provide support for hard coding widgets as tree items at design time.

Hard coding tree items is not very common in general as the contents of trees are typically determined dynamically at runtime based on application logic.

We have added this ability in the latest GWT Designer v7.5 build. You can now drop arbitrary widgets on TreeItem children of a Tree widget in the component tree.
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