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
2
votes
2 answers

DateChooser cannot change to selected date visuallly in smartgwt

I am using DateChooser in my project.In that after selecting some other date the dateChooser remains in same date(in current date).It is not changing visually.I tried with setData() and redraw() method's also.Still it is not working.I am using…
DonX
  • 16,093
  • 21
  • 75
  • 120
2
votes
2 answers

How to include GWT Generated files in mvn:package

So I am trying to convert and existing maven project over to SmartGWT. I have GWT working but SmartGWT has some kind of problem working with Chrome and GWT doesn't work with firefox 8+ (I have 9). So I am not very good with GWT but my understanding…
Jackie
  • 21,969
  • 32
  • 147
  • 289
2
votes
2 answers

Should I use SmartGWT or Vaadin?

I'm going to develop a web application using SmartGWT. I've heard about Vaadin framework. I wonder what is the best to use? My application will be used by ~500 users at the same time. And I need high response performance and high security control.…
alain.janinm
  • 19,951
  • 10
  • 65
  • 112
2
votes
3 answers

Smartgwt Listgrid Filter Issues

I am facing a ListGrid filter issues. The problem i am facing is when i apply any filter on the ListGrid to edit any ListGridRecord that edited records just get removed as soon as i removed filtered text from the filter of the listgrid. When i try…
ankit
  • 438
  • 10
  • 26
2
votes
2 answers

SmartGWT ListGrid validation on newly added row

I have a ListGrid that is initially empty with no records with three ListGridFields defined. The first ListGridField is a Name and is editable, the second is a 'Low' value and is NOT editable whose value is set to 0 if it's the first row added, or…
rlb3778
  • 141
  • 2
  • 5
2
votes
1 answer

Using SmartGWT-extensions EventBus

I'm using SmartGWT, and I'd like to leverage the SmartGWT-extensions event…
binarygiant
  • 6,362
  • 10
  • 50
  • 73
2
votes
3 answers

GWT Suggestbox with Smartgwt

I am facing a problem that I can't see the drop down list of the GWT Suggestbox. I am adding a GWT Suggestbox into SmartGWT's VLayout. Then I can see the textbox of the Suggestbox. But when I input some data, I can't see the suggestions provided. Is…
John
  • 585
  • 1
  • 9
  • 21
2
votes
1 answer

How to convert a java bean to json?

I am using smart GWT for an application. I want to pass a bean to the client as a response. Is there any way to convert a java bean into json data. Or if someone has some different approach to do this then please suggest.
user968880
  • 645
  • 2
  • 10
  • 17
2
votes
1 answer

Using Packages and Classes from JDK in GWT Project

Possible Duplicate: How to find out which Java classes are missing in GWT (client side)? Help, prompt me which packages and classes from JDK (java.*) I can use in GWT web project and which I can't use?
2
votes
1 answer

Integrating SmartGWT in Gerrit (Maven project)

I want to add some feature to this project and I need smartgwt for all those fancy UI stuff. I modified the pom.xml to add the dependencies (smartgwt2.4 and skins). com.smartgwt
fneron
  • 1,057
  • 3
  • 15
  • 39
2
votes
1 answer

Any tutorial on integrating SmartGWT and JasperReports?

I need to integrate Reports within my GWT/SmartGWT web application. I have not found any tutorial that can guide me on how to integrate SmartGWT and Jasper Reports, so I'm concerned whether it's possible at all. Please respond if you have any…
Bhavesh
  • 519
  • 6
  • 26
2
votes
3 answers

Get call back from Servlet in GWT when Upload file in SmartGWT's dynamic form without using DataSource

I am using SmartGWT Dynamic form submitForm() to implement a file upload functionality in the client side, here is the code: final String DEFAULT_FILE_UPLOAD_SERVICE_PATH = "upload"; final String TARGET = "uploadTarget"; VLayout body = new…
John
  • 585
  • 1
  • 9
  • 21
2
votes
1 answer

GWT:How to generate pdf save/open window?

I am using GWT2.4 version in my application.In this I application I have created Form using GWT control (like textbox,textaera). I have also created preview of form.In that preview I have button of pdf generation. Now I want to create behavior to…
Sanjay Jain
  • 3,518
  • 8
  • 59
  • 93
2
votes
1 answer

How do you Insert line break in SC.say smartgwt?

I have a message I want to show but i don't know how to insert a line break. Example: SC.say("Hello world. \n Bye.") does not show a message with Bye on a new line
Adel Boutros
  • 10,205
  • 7
  • 55
  • 89
2
votes
2 answers

How to duplicate the look/functionality of a SmartGWT hover text when doing a click

I have a situation where I want something to be displayed when a user clicks on something in my UI (can be a grid, label, whatever). What I want is for a little box to be displayed that's similar to what's shown when a hover event is triggered.…
AHungerArtist
  • 9,332
  • 17
  • 73
  • 109