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
6
votes
1 answer

Using uibinder with SmartGWT?

Is it possible to use UiBinder with SmartGWT at all? I've heard that at the moment it's impossible, though there are efforts to bridge the gap. How are those efforts? Have they yielded any successes yet? Furthermore, if SmartGWT is still not…
Apophenia Overload
  • 2,485
  • 3
  • 28
  • 46
6
votes
3 answers

Issue with implementing Smartgwt

Hello I'm new to smartGwt, working with gwt fine. Now want to upgrade to smartgwt, try many tutorial they follow the same thing but when I tried it, I ran into error. I have used GWT-2.6.0,smartGWT-4.0. When I try to add
Manish Jain
  • 842
  • 1
  • 11
  • 29
6
votes
4 answers

How can I make the SmartGWT core smaller?

I have recently written a Hello World application using SmartGWT and noticed that the size of the application is huge. In my case it is over 600kb just for that application. I think that size is obscene so I narrowed the culprit down to two core…
user208293
6
votes
3 answers

is smartGWT really as slow as its showcase is?

I've started implementing my web application using smartGWT. Is it really as slow as it is on the showcase? It's practically unreasonably slow. I'm in a new empty project that all it does it display a modal window with a login form in onLoad. this…
codekitty
  • 1,438
  • 3
  • 20
  • 30
6
votes
7 answers

Failure in unit cache map load - GWT

I get this error during compile-time of my GWT project, there is no such folder as 'gwt-UnitCache' to delete, as suggested in the following questions Weird GWT compile error exception in GWT RPC app I'm using IntelliJ IDEA (IDE), SmartGWT EE…
Crowlix
  • 1,269
  • 9
  • 19
6
votes
1 answer

Integrating SmartGWT Layout in Vaadin 7

I want to use a SmartGWT Layout in Vaadin 7. I searched it everywhere; But, couldn't get the correct tutorial or any source code. Can anyone help me in this? And, I tried in SmartGWT. I created a Layout in SmartGWT. public class SmartGWTLayout…
Gugan
  • 1,625
  • 2
  • 27
  • 65
6
votes
1 answer

How to resize rownumber column of smartgwt's Listgrid?

Listgrid of smartgwt has a feature to show row number. I tried to use that for small tables and it works like a charm. But for tables where the number of rows is more than 9999, "row number" column does not show more that 4 digits. So, here is a…
corsair
  • 658
  • 5
  • 14
6
votes
2 answers

get all fields from DynamicForm

I use DataSource generated from xsd schema. I need to get all fields from DataSource, also nested ones. My problem is the same like in this topic from Smartclient forum forum, when I use DataSource.getFields() its return only first level…
Mariusz
  • 61
  • 4
6
votes
1 answer

Sizing SmartGWT Window based on contents

I'm trying to get a SmartGWT Window sizing based on its contents. The correct way of adding elements to a Window it's through the addItem method. So, when I run this code, the Window do not get resized. However, if I add the Label through addMember…
Jean-Michel Garcia
  • 2,359
  • 2
  • 23
  • 44
6
votes
2 answers

GWT equivalent of Smart-GWT's Live Grid

Is there a GWT equivalent for SmartGWT's Live Grid with the Async loading of scrolled data?
user1021138
  • 478
  • 4
  • 14
5
votes
3 answers

How to create a custom validator in smartGWT?

I got 2 TimeItems, I want to be able to validate that the value of the second item is not bigger than the first. I'm aware that I must inherit from CustomValidator and place my validation logic in #condition, I can retrieve the value of the…
javaNoober
  • 1,338
  • 2
  • 17
  • 43
5
votes
5 answers

ExtJs Vs Ext GWT Vs SmartGWT

I am going to start a new application which mainly consist NavigationPane, Grid, Toolbar. Layout should look like this demo page http://www.gwt-ext.com/demo/ I am quite confused which one to use in terms of writing less code, more performant,…
shafi
5
votes
2 answers

Support of pagination in smartGWT for ListGrid?

I have noticed after some research that smartGWT don't support pagination in the ListGrid but only dynamic scroll. But if I really need pagination, how can I achieve this? Let's say I want something like this with the "next" and "previous"…
Adel Boutros
  • 10,205
  • 7
  • 55
  • 89
5
votes
1 answer

javax/validation/Path GWT Java Maven converstion

I am using GWT in my project., recently I tried converting a manual compilation of GWT + Java + tomcat to a maven project., almost I am able successfully package it to a war., BUt when I deployed on tomcat I got followin error: EVERE: Exception…
BalaB
  • 3,687
  • 9
  • 36
  • 58
5
votes
2 answers

Leaf/Child Nodes of a SmartGWT TreeGrid do not show Folder icon to expand them

I have a requirement to fetch the child records of a tree node on expanding it using the "+" sign of the folder. If any particular node doesnt have children the "+" sign should vanish. This requirement is similar to the one in link But some how this…
user736179
  • 121
  • 2
  • 8
1
2
3
84 85