Questions tagged [gwt-ext]

GWT-Ext is an Open Source GWT Widget Library. that wraps around the Ext JS 2.0.x library. It has been superseded by SmartGWT.

113 questions
189
votes
24 answers

Biggest GWT Pitfalls?

I'm at the beginning/middle of a project that we chose to implement using GWT. Has anyone encountered any major pitfalls in using GWT (and GWT-EXT) that were unable to be overcome? How about from a performance perspective? A couple things that we've…
agartzke
  • 3,885
  • 6
  • 24
  • 17
12
votes
2 answers

Ext GWT vs GWT-EXT

is there a difference between Ext GWT and GWT-Ext? Cos i was surfing Ext GWT and saw this page http://gwt-ext.com/demo/. any help guys?
JCX
  • 1,439
  • 4
  • 18
  • 21
11
votes
2 answers

Difference between gwt-ext and ext-gwt

Am I taking crazy pills, or are these two things pretty much identical?
KevMo
  • 5,590
  • 13
  • 57
  • 70
10
votes
3 answers

Generating html for SEO

I found this article http://docs.google.com/Doc?id=dcsq25m_04k4cmgfd on generating html on server side for spider. What do you folks think about using this technique to serve different content depending on the user-agent? Any reference articles, or…
cometta
  • 35,071
  • 77
  • 215
  • 324
6
votes
5 answers

How to force a redraw/re-layout in Ext GWT (GXT)?

In GXT, I've got a control with an important panel added to the bottom component, basically like this: public class SamplePanel extends ContentPanel { ContentPanel panel = new ContentPanel(); public SamplePanel() { …
Cuga
  • 17,668
  • 31
  • 111
  • 166
6
votes
4 answers

GWT Themes and Component Libraries

Are there any good themes or component libraries for GWT? The built-in themes are rather plain for my purposes. I've seen gwt-ext and smartgwt, but those aren't that great looking. Are there any others that have a real nice look? I know of vaadin…
KevMo
  • 5,590
  • 13
  • 57
  • 70
5
votes
5 answers

ExtJs Vs Ext GWT Vs SmartGWT

I am going to start a new application which mainly consist NavigationPane, Grid, Toolbar. Layout should look like this demo page http://www.gwt-ext.com/demo/ I am quite confused which one to use in terms of writing less code, more performant,…
shafi
5
votes
2 answers

Easy GWT Animations

I've started looking at some external GWT libraries for animations, but they all seemd a bit overkill for what i want. I'm trying to mimic JQuery Tools scrollabel plugin in GWT for a scrolling navigation (think iphone). User clicks an item, page…
brad
  • 31,987
  • 28
  • 102
  • 155
5
votes
6 answers

gwt widget - mutually-exclusive toggle button

I want a hybrid of a ToggleButton and RadioButton. I want the "mutually-exclusive" part of RadioButton, and the gui look and behavior of ToggleButton(up and down states). Does one already exist?
antony.trupe
  • 10,640
  • 10
  • 57
  • 84
4
votes
4 answers

re-rendering of combox store in Gwt-Ext

i've created a Form Panel, and i'm rendering couple of Combo Boxes in the panel with a store which is populated via an response handler. the problem if i want to render the panel again it renders the combo boxes without the store, though i'm…
Ashwani
4
votes
6 answers

How to display java applet inside GWT page?

I'm probably missing something simple here, but I can't find the answer elsewhere. I just want to display an applet in my GWT code. OS: Windows XP Java: JDK 1.6.0_10 Other: GWT, GWT-Ext 2.0.5 Here is the applet (obviously simplified for…
user9945
  • 95
  • 1
  • 2
  • 7
4
votes
5 answers

Rendering the elements of a GXT RadioGroup or CheckBoxGroup in multiple columns?

I am looking for a way to render the elements of a GXT (GWT-Ext) RadioGroup or CheckBoxGroup in a layout other than a single column (Orientation.VERTICAL) or a single row (Orientation.HORIZONTAL). I see that in ExtJS 3.0, RadioGroups and…
mshafrir
  • 5,190
  • 12
  • 43
  • 56
4
votes
5 answers

md5 hash for password string in GWT/GWT-Ext?

I am currently trying to modify an existing GWT-Ext application, that is using plain text passwords in its MySql database. My plan was to use md5 hashes, as the existing passwords can be easily altered with the MySql function and I was expecting to…
FrankS
  • 2,374
  • 3
  • 26
  • 32
3
votes
1 answer

Information about lazy-loading in GWT and GWT-Ext

Where can I find more information about GWT and GWT-Ext's lazy loading?
Saravanan M
  • 4,697
  • 5
  • 35
  • 37
3
votes
2 answers

How to share Domain objects on Grails with Ext GWT (GXT)?

My application is logically divided into server, which contain my Grails domain objects and controllers; and client, where I have my Ext GWT classes that build all the UI pages. For UI requests, I am using an AJAX call to a controller method that…
kolrie
  • 12,562
  • 14
  • 64
  • 98
1
2 3 4 5 6 7 8