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
3 answers

How to gray out few option items in SelectItem in smartgwt?

I am trying to disable few option items in SelectItem in smartgwt but have not been able to find a suitable API. Please help.
user652465
  • 31
  • 2
3
votes
2 answers

SmartGwt DateItem useTextField=true - how to make text entry field UNeditable

Since I can't figure out how to solve my problem presented here I'm thinking for the moment at a temporary solution. I have a smartgwt DateItem widget: DateItem date = new…
Paul
  • 3,812
  • 10
  • 50
  • 73
3
votes
2 answers

Ideas about reducing code length, JS size(loading time) in GWT, GXT, SmartGwt etc

Let's make brainstorm about "What could we do to reduce code size in GWT, GXT, SmartGWt etc.?" For Example; To use a button; Button b = new Button(); b.setText("Ok"); b.setListener(this); b.setEnabled(false); Button b2 = new…
Yusuf K.
  • 4,195
  • 1
  • 33
  • 69
3
votes
1 answer

SmartGWT vs React.js: a good widget library for the latter?

We are exploring the feasibility of replacing our current SmartGWT app by technologies based on React.js. SmartGWT currently supports a very rich set of widgets. You can explore the library from their showcase sites: SmartGWT Showcase SmartGWT…
leeyuiwah
  • 6,562
  • 8
  • 41
  • 71
3
votes
2 answers

Smart GWT how to select item in ComboBoxItem

I have what seems like it should be a really simple problem, but somehow it is not. SmartGwt has a way of taking something easy and making it overly complicated! I have a ComboBoxItem populated by a LinkedHashMap. All I want to do is to be able to…
Kwame
  • 1,115
  • 2
  • 21
  • 38
3
votes
1 answer

Smart gwt. How to determine when loading is complete

I'm trying to write a progress bar or add a loading gif to my Smart Gwt application, which starts in onModuleLoad, and ends when the app is just about to display. Is there some type of event handler that can determine this? I've looked but i haven't…
Kwame
  • 1,115
  • 2
  • 21
  • 38
3
votes
2 answers

Integrating smartgwt and web2py

I'd like to build an application using smartgwt and web2py. I am new to both. Ultimately what I would like to do is display objects obtained from a web2py backend in a smartgwt TileGrid. Can anyone enumerate the broad strokes of what needs to be…
carrier
  • 32,209
  • 23
  • 76
  • 99
3
votes
4 answers

Smart GWT or ext GWT or Vaadin for Google app engine?

I have my back end on the Google app engine. Now I need a RIA on top of it. What should be my option? Smart GWT? Ext GWT? or Vaadin? or if any of you know any other RIA UI tecnology other than JSF and Flex, pls let me know.
lonelymo
  • 3,972
  • 6
  • 28
  • 36
3
votes
1 answer

ckeditor + smartgwt modal window + dialog dropdown gains focus but does not show options

I am using the ckEditor along with GWT and SmartGWT. I have a problem that whenever the ckEditor displays a dialog (e.g. link button, table button), although the items in the dialog gain focus (input texts work fine, I can write inside them), the…
pleft
  • 7,567
  • 2
  • 21
  • 45
3
votes
4 answers

Calling a Composite's GWT method from another Composite

I'm new to GWT and trying to make a simple app (like a small version of fmylife). Up to now i made a composite that loads the facts and another composite that has a form to submit new facts (this one has a load method that clear the list and…
Pabloks
  • 1,484
  • 1
  • 14
  • 15
3
votes
2 answers

Getting visible columns in SmartGWT ListGrid

I am trying to get the number of visible columns in ListGrid and came across the same problem in this question :- However this does not work. Here is my code:- ListGridField firstName=new ListGridField("firstName","First Name"); …
Kanwaljeet Singh
  • 1,215
  • 4
  • 15
  • 25
3
votes
1 answer

SmartGwt Select all option for Selectitem

I would like to have select all option for a select item where multiple set as true. Can I place it like a button or by using some other components ? I have tried by using some buttons but it doesn't looks good.
3
votes
1 answer

how to get html element id of smartgwt widgets?

I want get html id of input field & icon field of a TextItem widget, how can i do this ??? (no getId methos is available for TextItem widget & seems that setAttribiute("id", "foo") has no effect)
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
3
votes
1 answer

ListGrid scrollbar buggy on IE11 with SmartGWT 4.0 and GWT 2.6.0

I spent a day trying to figure out what's wrong with the scrollbar on IE11 and no luck. The list grid is displaying all results at once and the scrollbar buttons doesn't work. SmartGWT's showcase doesn't have that issue and the funny thing is that I…
Gustavo Matias
  • 3,508
  • 3
  • 27
  • 30
3
votes
1 answer

Equivalent of Line Separator in smartGWT?

Is there an equivalent or alternate for System.getProperty("line.separator"); It gives the below error The method getProperty(String, String) in the type System is not applicable for the arguments (String)
Jess
  • 425
  • 1
  • 5
  • 15