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

TimeZone in SmartGwt

I want to provide TimeZone settings in application, So, I need to get the Time Zones from the browser using smart Gwt. Please tell me the methods for getting time zones. Actually I have written java coding in smart gwt application as follows, String…
0
votes
0 answers

grouped gridlist hide column

Possible Duplicate: SmartGWT: hide a column in a grouped grid (which makes the group) I have a grouped grid in SmartGWT, and one column makes the group, but i don't want to see this column, only the fields as headers of the group it belongs to. I…
Roman
  • 171
  • 1
  • 2
  • 16
0
votes
5 answers

SmartGWT: hide a column in a grouped grid (which makes the group)

I have a SmartGWT grid, where I want to display some data from JBoss-Server and it's grouped by one textfield that I fetch from JSON. So, but I want this textfield only in the header of each group. When I do .hideField on this field, then i'm…
Roman
  • 171
  • 1
  • 2
  • 16
0
votes
1 answer

How to send list grid data to email using GWT

can anyone suggest how to send grid data to email(compose email) using smart gwt/GXT.because i am smart gwt beginer
0
votes
1 answer

How I can drag and drop an element within a cell in a listgrid?

I'm use: SmartGwt 3.0; gwt 2.4; firefox 11 and Google Chrome 19.0.1084.52. First I want to apologize for my English, because it is very bad. What I need is to drag and drop a component (eg a label, image, etc ...) inside a cell in a listgrid. I know…
0
votes
1 answer

SmartGWT two modules one datasource

I am having a hell of a time sharing a datasource across two GWT modules. Is there some trick I am missing? I have tried about everything. I would post something, but not sure it would help as I have changed it so much. Any guidance/tutorial on…
Blaine Mucklow
  • 592
  • 7
  • 18
0
votes
3 answers

How to create Drag and drop components?

I want to create drag and drop components in my web page. For example in right side of the page input text box, radio button, checkbox should be available. Then I need to drag and drop these components to left side of the page. For this requirement…
Rajesh
  • 213
  • 1
  • 3
  • 9
0
votes
2 answers

SmartGWT: Selected Record from Listgrid bind to TextBox in another Window

Im new to SmartGWT, I have two Windows. Button1 in Window1 shows a Window2 containing a listgrid. On Press of Button2 in Window2 the selected record in listgrid must be shown in TextBox in Window1. What is the best approach for this? Any help is…
0
votes
1 answer

How to change cell color in a listgrid

I want to change font and color of a specific cell in a ListGrid. I succeeded to change the color of the entire row with the following lines, but not of a single row: for (ListGrid table : tables) { ListGridField[] columns = table.getFields(); for…
yaron
  • 439
  • 6
  • 16
0
votes
1 answer

SmartGWT: TreeGrid expand empty folder resets the tree

I am building a TreeGrid with data from an XML type DataSource, as in SmartClient showcase. I am using Windows XP and SmartGWT version 3.0, GWT SDK 2.4.0 (using Eclipse IDE). However, the problem is when I try to expand an empty folder, the tree…
dvdchr
  • 734
  • 11
  • 26
0
votes
2 answers

SmartGWT - how to create a .jar file for a smartGWT UI dialog

I created a SmartGWT application that displays a UI dialog (shows some controls on a dialog). This dialog app is tested and works well, but now I have to distribute this as a jar file, so that other SmartGWT projects can use this as a widget. I am…
Mopparthy Ravindranath
  • 3,014
  • 6
  • 41
  • 78
0
votes
0 answers

tab key event in ListGrid cell

thing is that i want to catch the tab key event when editing a cell. not every cell is editable, that is for certain record in grid, some cells are editable while others not. when editing with single/double click, i can control the cell edit-ability…
0
votes
2 answers

UmbrellaException caused by NullPointerException

I have null pointer exception in my GWT project when I call this method: public void getPerson(ArrayList set, TextItem box, ListBox listBox) { if (listBox.getSelectedIndex() == 0) { Person person = new…
malkoto1
  • 417
  • 8
  • 19
0
votes
2 answers

smartgwt servlet use

Hi I have a listgrid in smartgwt and I need to have a button to upload a file to the server, I created an ordinary servlet and have declared in the web.xml of my project but I can not make it work, make me 404 error to deploy . You can use regular…
Mariah
  • 1,073
  • 1
  • 14
  • 33
0
votes
1 answer

TinyMCE loads in GWT, but toolbar buttons does not work

I'm using tinymce-gwt in a smartgwt project. I've written some code to create a panel & add a textarea item to that panel & then load tinymce editor. It works fine & I can load it correctly & it shows all desired buttons well. But I've a problem…
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87