Constants in uiBinder

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

Constants in uiBinder

Postby saurabh.manik » Sun Dec 26, 2010 11:17 pm

hi , i am using constants in uibinder.
at the time of creating an instance of that constant i m getting error. my code is :

public static interface CwConstants extends Constants {
String cwCellTableColumnAddress();

String cwCellTableColumnCategory();

String cwCellTableColumnFirstName();

String cwCellTableColumnLastName();

String cwCellTableDescription();

String cwCellTableName();
}

/**
* An instance of the constants.
*/
private final CwConstants constants ;

so can any one tell me how to initialize the constants here.
saurabh.manik
 
Posts: 2
Joined: Mon Dec 20, 2010 2:48 am

Re: Constants in uiBinder

Postby Eric Clayberg » Mon Dec 27, 2010 7:43 pm

I would recommend posting general GWT questions to our (Google's) GWT Forum.

We would like to keep this forum focused on GWT Designer itself. Thank you.
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 2 guests

cron