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

SmartGWT Datasource customization tutorial

I'm looking for a good tutorial on how to customize a DataSource in SmartGWT (a code sample will also do for now). Some details: I have a GWT project which uses a proprietary client-server protocol for fetching data (with an extensive API based on…
adamk
  • 45,184
  • 7
  • 50
  • 57
5
votes
2 answers

Easy GWT Animations

I've started looking at some external GWT libraries for animations, but they all seemd a bit overkill for what i want. I'm trying to mimic JQuery Tools scrollabel plugin in GWT for a scrolling navigation (think iphone). User clicks an item, page…
brad
  • 31,987
  • 28
  • 102
  • 155
5
votes
3 answers

SmartGWT, appending HTML to HTMLPane

I am currently working with SmartGWT and have been trying to obtain a way of including a panel such as the gwt Standard VerticalPanel into a smart GWT window. The reason for the VerticalPanel is that I can append widgets to the verticalpanel object…
Christopher
  • 51
  • 1
  • 2
5
votes
3 answers

Spring 3.0 exception converting String to java.util.Date on POST

I'm hoping someone can help me since I have been banging my head against a wall for a couple of days on a issue which seems straightforward and which has been documented in other threads on the web. I am using Smart GWT client (3.0) in conjunction…
Stephen Harper
  • 191
  • 1
  • 1
  • 9
4
votes
1 answer

Add dynamically an FormItem to a DynamicForm with SmartGWT

I would like to add a FormItem to a DynamicForm in a SmartGWT form, but all I can find is the setItems method, which adds all FormItem of the form, so it can only be used to initialize the form. Am I missing something? My form contains a TextItem,…
Alexis Dufrenoy
  • 11,784
  • 12
  • 82
  • 124
4
votes
2 answers

Use smartGwt with playframework

Please How can I integrate smartGwt 2.3 with play?, I'm using GWT2 [gwt2] module 1.8, but I don't know how to add smartgwt components
Javier Gutierrez
  • 549
  • 5
  • 16
4
votes
1 answer

GWT Designer with smartGWT : No palettes for smart widgets (XML UIBinder mode)

I added and configured SmartGWT in my project into eclipse. I have no news SmartGWT palettes that appear in the GWT developer. Yet, according to the official documentation of google, widgets palettes should appear…
Greg
  • 41
  • 1
  • 3
4
votes
1 answer

Setting ListGrid selection in SmartGWT

I'm trying to set the selected records of a ListGrid table object in SmartGWT, but I can't find any way of doing it. I know there's a getSelectedRecords() function, but no matching setSelectedRecords(). I tried to see if set/getSelectedState() would…
therin
  • 1,448
  • 1
  • 15
  • 27
4
votes
2 answers

What does setWidth("*") do in CSS / SmartGWT?

I've come across some legacy code which uses SmartGWT. I suspect the API is present in standard GWT too. widget.setWidth("*"); Keeping in mind that the same bit of code has: otherWidget.setWidth100(); I'm not aware that CSS has anything…
rich
  • 18,987
  • 11
  • 75
  • 101
4
votes
2 answers

smart gwt developer console

Hello all I am using smart gwt 2.3 pro version with Mozilla on windows xp system. I made Test Application on it & it is running successfully. Now I want to use developer console for this application. I gwt.xml coding is like below.
Sanjay Jain
  • 3,518
  • 8
  • 59
  • 93
4
votes
1 answer

Consuming REST services with SmartGWT

While creating a simple client for a REST service which I have stubbed out, I noticed that smartGWT's RestDataSource class is limited in the type of xml it can understand. All REST resources must respond with XML in the following…
rshepherd
  • 1,396
  • 3
  • 12
  • 21
4
votes
1 answer

scrollabe Img smartgwt

i wrote a code to zoom in, and zoom out an image using smartGWT. but the problem is that the including canvas can't show it's scroll bars how to solve that public class ImageViewer implements EntryPoint { static int counter = 0; int widths[] = new…
ehab refaat
  • 854
  • 2
  • 12
  • 23
4
votes
1 answer

GWT: Prevent Javascript minification

In GWT, the javascript that is generated from the GWT compiler is super optimized an unreadable. It would be quite helpful it there is a way to avoid this and obtain human readable javascript code. Is there a config or any other way to prevent GWT…
tharindu_DG
  • 8,900
  • 6
  • 52
  • 64
4
votes
1 answer

I am building a web application that is deployable via WAR file, can I put 3rd party licenses in a folder, or must I display them in the application?

The SmartGWT showcase examples only seem to include licenses in a folder (one copy of the appropriate license per 3rd party library). I was hoping I could do the same, but I want to make sure that is appropriate. Most of the licenses are Apache (1.1…
BLuFeNiX
  • 2,496
  • 2
  • 20
  • 40
4
votes
0 answers

SmartGWT and IE11 support

Has anybody experienced the pleasure of IE11 and SmartGWT? IE 11 introduces a new User Agent string which seems to cause lots of UI issues in our SmartGWT application. If you take a look at SmartGWT's showcase…
1 2
3
84 85