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

Relocate "gwt-unitCache" directory

GWT will generated a gwt-unitCache directory with some cache files. After couple of days of working, the directory might produce over 1GB cache files. I am afraid to generate these files might damage my SSD harddisk. I have created a 2GB ramdisk…
stanleyxu2005
  • 8,081
  • 14
  • 59
  • 94
4
votes
3 answers

SmartGWT alternatives

I have been using SmartGWT but have run into trouble mixing SmartGWT with other frameworks such as Wicket. Infact it has been a bit of a disaster and I regret going with it in the first place. I do not want this question to turn into any type of…
Roger
  • 79
  • 1
  • 5
4
votes
2 answers

ListGrid disable fields dropdown for sorting, freezing, editing

I'm developing web-app where I use the SmartGWT Listgrid. When I create and visualize the Listgrid there is arrow dropdown for sorting, configuring sort, etc. Searching in the documentation I didn't find property to disable this dropdown. Does…
Zhivko Draganov
  • 1,213
  • 2
  • 10
  • 16
4
votes
3 answers

Use Node.js and ExtJS to build an enterprise-grade grid-based single page application?

While the title suggests I wanted to cram as many buzzwords into the question as possible, I am actually serious ;) I am exploring my options for building an enterprise application that will have plenty of grids and needs to be as snappy as a…
Joseph Tura
  • 6,290
  • 8
  • 47
  • 73
3
votes
1 answer

How to extract all the data from a Datasource?

I have a datasource in SmartGWT. How do i extract data from it? I have tried using fetchData()method but then in criteria i need to add a value i.e. Criteria cr = new Criteria(); cr.addCriteria("Name", "Name_Value"); In order to execute a selectall…
Sagar Tandel
  • 299
  • 1
  • 3
  • 10
3
votes
0 answers

Select-item is not populating

I am populating a SelectItem. My server call returns the result but UI side it is not being populated. I am getting the following error. Can anyone help me? What is the reason behind this error? WARN:DataSource:isc_CellOptionDataSource_0:one-time…
Dhruva
  • 185
  • 1
  • 3
  • 15
3
votes
2 answers

How to open pickList of ComboboxItem/SelectItem manually/programatically using SmartGWT?

I'm using SmartGWT 2.5 with Java & Mozilla FF 3.6.x. I want to open pickList of ComboboxItem or SelectItem manually that means programatically. Is it possible? It's OK if I need to use JavaScript to achieve this. Any hint or solution is appreciated.
RAS
  • 8,100
  • 16
  • 64
  • 86
3
votes
1 answer

How do I add a TextItem to HLayout in Smartgwt 2.4?

I want to add a TextItem component into a HLayout in SmartGwt. I would just want to avoid adding each component to DynamicForm and then to a Layout Instead I want to directly add a TextItem to HLayout. public class Test4 implements EntryPoint { …
3
votes
2 answers

Disable Drop on root node in SmartGWT

I am using the following example of SmartGWT : http://www.smartclient.com/smartgwt/showcase/#tree_interaction_drag_nodes And i want to disable dropping of any node on the root node. How do I do it?
Sagar Tandel
  • 299
  • 1
  • 3
  • 10
3
votes
2 answers

SmartGWT pdf export

Has anyone successfully used SmartGWT 3.x pdf export? My client code looks like this: DSRequest requestProperties = new…
per_jansson
  • 2,103
  • 4
  • 29
  • 46
3
votes
1 answer

Different ListGridFieldType's in same ListGridField in SmartGWT?

I am using SmartGWT and it's ListGrid. Is it possible to have different ListGridFieldType's in same ListGridField in SmartGWT? E.g. having both ListGridFieldType.FLOAT and ListGridFieldType.IMAGE for the same column? The background to my question is…
per_jansson
  • 2,103
  • 4
  • 29
  • 46
3
votes
1 answer

SmartGWT onModuleLoad() threw an exception

I'm getting the following exception, after I've added SmartGWT to an existing GWT project: onModuleLoad() threw an exception Exception while loading module com.smartgwt.client.SmartGwtEntryPoint. See Development Mode for…
MichaelS
  • 7,023
  • 10
  • 51
  • 75
3
votes
3 answers

GWT MVP and SmartGWT compatibility

In my new project client has requested to use GWT/SmartGWT for developing presentation tier. (Note: Screens are not much complex) I am aware about the MVP Pattern (never used) but I need to decide which flavor of the MVP pattern I should use which…
Bhavesh
  • 519
  • 6
  • 26
3
votes
1 answer

How to size a SmartGWT Label or HTMLFlow to fit the size of the content?

I feel like I must be doing something really stupid. What can I do to have the size of the HTMLFlow be sized base on the content? I don't need this to be done dynamically, just the first and only time it's created. Below are two ways I've tried it…
AHungerArtist
  • 9,332
  • 17
  • 73
  • 109
3
votes
3 answers

Developing with GWT (in eclipse) when NOT using a Java Backend

I want to use a python backend while developing a SmartGWT front end. In order to get the debugging working correctly, I think I need the dev server running in eclipse which means the webserver will be running in eclipse. My python (Django) backend…
boatcoder
  • 17,525
  • 18
  • 114
  • 178