Questions tagged [smartgwt]

Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management

SmartGWT is based on the powerful and mature SmartClient library. SmartGWT provides a wide-array of rich components that are based on GWT. In addition to SmartGWT LGPL, Pro & Enterprise editions of Smart GWT are available with additional features & tools, as well as commercial support.

SmartGWT is compatible with GWT 1.5.3, GWT 1.6.4, GWT 1.7.x and GWT 2.x

More info at : www.smartclient.com/smartgwt/

1265 questions
3
votes
1 answer

Getting selected SectionStack Section in Smart GWT

I have a sectionStack where sections are added dynamically and I have added a handler to the section stack. When a sectionStack section is clicked I want to get the id or the contents of the section clicked . How can I do this?
Ekata
  • 259
  • 2
  • 7
  • 21
3
votes
1 answer

smartgwt - Leave a column in dynamic form blank

I created a 3 column dynamic form in smartgwt. now what I want to accomplish is to place form elements in the first and last columns. is there any whay? PS: I've set form.setTitleOrientation(TitleOrientation.TOP); so there are only 3 columns, not 6.…
Hrishi
  • 1,424
  • 1
  • 13
  • 29
3
votes
1 answer

is it possible to have gwt rpc in smartgwt?

I was creating an application with gwt. then I found that smartgwt widgets are easier to use. with the help of the smargwt showcase I managed to create some working stuff. Now I want to add some previously created gwt composite widgets. but when do…
Hrishi
  • 1,424
  • 1
  • 13
  • 29
3
votes
4 answers

smartgwt listgrid set cursor to hand over an icon field

I've been working on this problem for quite a while but have not been able to solve it. I have a listgrid with a field type icon. I would like to change the cursor to "hand" over the icon. I've been searching the web and saw that a couple of…
Eric C.
  • 3,310
  • 2
  • 22
  • 29
3
votes
3 answers

How to unit test GWT+SmartGWT?

I am Unit testing on the client side of a GWT+SmartGWT application. First I tested with GwtTestCase. Too long for unit testing a huge application. GwtTestSuite doesn't help. It still takes too much time to execute. (more, it asked me to start a …
Depado
  • 4,811
  • 3
  • 41
  • 63
3
votes
5 answers

GWT for large scale applications

I've heard the Google Web Toolkit isn't that good for web sites with more than 5 pages and a common layout. Is that true? We have at least a 100 subpages and a common layout defined in CSSes. Today were using PHP but we will move to a Java front…
2
votes
2 answers

Apply background color of specific cells in smartgwt ListGrid

I started developing with smartgwt few weeks ago and I am having a problem I want to insert background color in specific cells of a ListGrid. The problem is that i have not access in ListGrid Elements with their indexes (for example grid(i,j)) Any…
karvoynistas
  • 1,295
  • 1
  • 14
  • 30
2
votes
1 answer

Why SmartGWT does not have Paginated Grid?

Curious to know why SmartGWT does not have Paginated Grid? It is must have feature for all enterprise applications. I found Serendipity sample but it is not working in latest version of SmartGWT. Can I expect pagination enabled Grid in future ?
Bhavesh
  • 519
  • 6
  • 26
2
votes
1 answer

java or smart gwt- authentication for a REST data source with OAuth

I want to create a Java based REST API and secure it using OAuth. Are there any recommended how tos or best practices for accomplishing this? Another question- I want to bind smart GWT components to the REST data source, and I am confused about…
Arvind
  • 6,404
  • 20
  • 94
  • 143
2
votes
2 answers

how to change membe of vPanel in smart gwt

Is anybody know how to change Member of VPanel and HPanel dynamically. i am having problem while, changing member of vpanel in smart gwt.i want to change labels on click event. here is sample code please check it. import…
Dipesh Gandhi
  • 765
  • 1
  • 13
  • 31
2
votes
2 answers

where can i find the files of smart gwt themes and how to use a custom theme in smartgwt

I am looking for the files pertaining to the regular and mobile themes used by Smart GWT. I can see that there is a "smartgwt-skins.jar" JAR file, but I cannot see the HTML/CSS/Images... Also, how do I use my own theme, after I have created it?
Arvind
  • 6,404
  • 20
  • 94
  • 143
2
votes
3 answers

No source code is available for type org.apache.log4j.Logger; did you forget to inherit a required module?

No source code is available for type org.apache.log4j.Logger; did you forget to inherit a required module? I want to create a logfile. So I added log4j 1.2.16 and did build Path in log4j.properties wote code for consoleappender and rolling…
GameBuilder
  • 1,169
  • 4
  • 31
  • 62
2
votes
1 answer

how to set session timeout programatically in a gwt based java web app

I am working on a java web app which uses Smart GWT for the front end, in this app Oauth is used for initial authentication- when a user is successfully authenticated, a token is obtained which contains token expiry time period in seconds. What I…
Arvind
  • 6,404
  • 20
  • 94
  • 143
2
votes
0 answers

Drag Drop with XML based DataSource not working in SmartGWT

I am using the example : http://www.smartclient.com/smartgwt/showcase/#tree_interaction_drag_nodes but changed the datasource to XML file and now its not working. The XML used is : 2
Sagar Tandel
  • 299
  • 1
  • 3
  • 10
2
votes
0 answers

SmartGWT TreeGrid field filter with SelectItem

I am using SmartGwt 3.0, GWT 2.4.0 in IE9. I have a smartgwt treeGrid in which i customize a field filter to be a SelectItem as follows: ... TreeGridField field = new TreeGridField(); SelectItem selectItem = new SelectItem(); selectItem…
mif
  • 21
  • 2