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

Print preview from multiple iframes?

I have several iframes in a page. I want to show in a print preview all the iframe contents as snapshots of iframes. I used window.print() for individual iframes, and it's working fine, but how do I do it for multiple frames?
Srinath Thota
  • 1,208
  • 12
  • 17
3
votes
4 answers

SmartGWT with GWT?

Greetings , I have been using GWT for few weeks and wanted a rich Table widget.I came across with SmartGWT library. Can I use SmartGWT widgets same way I develop using GWT or is there any special things I need to know ? thanks
Ashika Umanga Umagiliya
  • 8,988
  • 28
  • 102
  • 185
3
votes
1 answer

Differentiate browser tab close and refresh (to detect multiple instances of application)

How can Differentiating browser tab close and refresh functionality. As of now window refresh and close event doesn't have different events. My requirement is to checking weather user already logged in or not in any of tabs,So that I wont allow…
Suresh Atta
  • 120,458
  • 37
  • 198
  • 307
3
votes
2 answers

SmartGWT timezones

I'm trying to figure out how to use SmartGWT's TimeItem, Calendar and DateItem. I'm stuck since all of these components convert their data to client's timezone. For the sake of the argument let us take TimeItem. I have a DynamicForm which has a…
Berker Soyluoglu
  • 198
  • 2
  • 14
3
votes
1 answer

is it possible to add a toolTip to a SmartGWT listGrid cell on hover?

is it possible to add a toolTip to a SmartGWT listGrid cell on hover ? and how if possible? i cant fined any method that adds a toolTip directly to the cell on hover , can any one help me please ?
mohammad
  • 2,142
  • 7
  • 35
  • 60
3
votes
1 answer

Synchronization between onRowHover and onDragMove events

I'm working on Java, SmartGWT 2.5 & Mozilla FF 3.6.x. I'm using Tree, TreeGrid & TreeNode in my application. I have these events: addDragMoveHandler(new DragMoveHandler() { @Override public void onDragMove(DragMoveEvent event) { …
Katerina
  • 364
  • 6
  • 22
3
votes
0 answers

SmartGWT close/hide all windows

How can I close/hide/iterate through all SmartGWT or GWT Windows? For example: Set allWindow = SecretGWTClass.getAllWindows(); for(Window w : allWindow) w.hide();
sz9
  • 95
  • 8
3
votes
2 answers

SmartGWT: is it possible to color a a certain row in a list grid?

all is it possible to color a certain Row in smartGWT listGrid ? i want to color just 1 row , not all the listGrid
mohammad
  • 2,142
  • 7
  • 35
  • 60
3
votes
0 answers

SmartGWT TextItem add style dynamically

I need add a "line-height" value to my TextItem object in DynamicForm after i calculate it. I can't do it like this myTextItem.getElement.getStyle... Someone can help me ?
Zaki
  • 202
  • 1
  • 13
3
votes
3 answers

TinyMCE or SmartGWT Rich Text Editor for my GWT app?

I want to add a rich text editor to my GWT application. TinyMCE is one candidate, and so is the rich text editor in SmartGWT. Do you have any advice about choosing between the two?
David
  • 5,184
  • 3
  • 41
  • 67
3
votes
3 answers

SmartGWT 3.0 with Maven

I couldn't find the SmartGWT 3.0 entry for maven. For 2.4, I found below link: http://code.google.com/p/smartgwt/wiki/NightlyBuilds_and_MavenRepository
sachinpkale
  • 989
  • 3
  • 14
  • 35
3
votes
1 answer

SmartGWT together with UIBinder

Now I have a project on GWT with UIBinder and I need to integrate SmartGWT into it. If I'm just trying to add SmartGWT components to ui.xml and view class as plain GWT components, I get an error when compiling. What additional actions should I make…
Hleb
  • 7,037
  • 12
  • 58
  • 117
3
votes
2 answers

How to prevent GWT Widgets from loading based on Roles?

I am writing a GWT application and and I need to only load certain widgets based on User Roles. For eg. there maybe admin widgets, user widgets etc. Any thoughts how I can implement this? One option is that I can check the role in the code and hide…
Pushkar
  • 7,450
  • 10
  • 38
  • 57
3
votes
1 answer

smartGWT: How to increase the TabPanel Header's Width

I have created a tabPanel in smartGWT, Attached is the screenshot I am trying to increase my tab headers width or to make my header name place vertically so that the names "company information " and "relations" can be visible in one line I have…
junaidp
  • 10,801
  • 29
  • 89
  • 137
3
votes
0 answers

Smart GWT Calendar: How to customize appearance of Events and Calendar itself?

I would like to customize my smart GWT Calendar. Is this possible? For example: Have something written between Calendar and Day-/Weeks-Tabs. Have some horizontal space between the Events. Change the appearance of the events: If there are three…