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.
Questions tagged [gwt-ext]
113 questions
1
vote
2 answers
Upgrading GWT to latest version
2 years back We have developed an application using GWT 1.4.6 and GWT-Ext 2.0.3 frameworks.
Now our management is thinking of upgrading these two frameworks.
But the Gwt-Ext website states that the development of Gwt-Ext has been superseded by…
user614868
1
vote
3 answers
How to make an application layout like desktop app in GWT?
I am new to GWT although having develop website for a long time, i really want to try this out.
Im trying to layout a GWT application using GWT Designer. My idea is to have the design as ff:
-----------------------------------
|Header - fixed…

DucDigital
- 4,580
- 9
- 49
- 97
1
vote
1 answer
Select text on click in EditorGridPanel (gwt-ext)
I have a gwt-ext EditorGridPanel, by clicking onto a cell, you can edit its value. The cursor is placed at the beginnig of the cell, but I want to select the whole text in this cell if the user clicks on it. Any idea how I can handle this?
I tried…

Tobias
- 7,238
- 10
- 46
- 77
1
vote
1 answer
GWT-EXT: Component.setId generates random prefix
I use the method Component.setId(String id) to set an ID to my grid.
I use:
setId("ARTICLE_STOCK.ABSATZ.ZEITRAUM_MONAT");
but later Firebug shows me that this id is set to the HTML object:
ext-gen1454__ARTICLE_STOCK.ABSATZ.ZEITRAUM_MONAT
why is…

Tobias
- 7,238
- 10
- 46
- 77
1
vote
0 answers
Integrating CSS file using ClientBundle in sencha gwt
i am trying to integrate CSS file using clientBundle. i am able to build my app successfully without an error.
But when i try to integrate with my app, its not getting reflected.
public interface CSSResources extends ClientBundle {
public…

karthik selvaraj
- 467
- 5
- 8
- 21
1
vote
1 answer
Google Web Tookit User extensions missing Spinner?
When I look at the example of the user extensions of GWT-Ext I saw the Spinner as a user extension: http://www.gwt-ext.com/demo-ux/#spinner
When I download the library from http://code.google.com/p/gwt-ext-ux/downloads/list (I downloaded the latest…

Hortitude
- 13,638
- 16
- 58
- 72
1
vote
1 answer
GWT - CSS GUI Notify User - Browser Issues
wow I couldn't think of a decent title so I went for the acronym approach :-)
basically I'm working in GWT and I want to notify the user of a panel changing it's text.
I've done this by using a Timer() and CSS
public void flashObject() {
final…

Blundell
- 75,855
- 30
- 208
- 233
1
vote
2 answers
GWT lazy loading
Does GWT has LazyPanel .I can not see it .Please let me know .If it got lazyPanel ,please lemme know version

Ratn Deo--Dev
- 1,038
- 2
- 15
- 29
1
vote
0 answers
GWText application doesn't work on IE11
I have an application which is developed using gwtext 2.0.5 , it used to work in IE9 but it doesn't work in IE11. It doesnt show any error message.
Request does go to backend code but when from my code request is forwarded to a page, nothing is…

Deepti-l
- 153
- 1
- 10
1
vote
2 answers
gwt-ext file upload
I am trying to do a file upload from gwt-ext without bringing up the dialog box. To do this, I created a FormPanel and added the appropriate fields to it. Then did a form.submit(). This doesn't seem to work. Any idea why? The code is shown…

Bala
- 979
- 1
- 10
- 21
1
vote
2 answers
Gwt-ext window positioning
How do I make an instance of gwtext.client.widgets.Window appear at specific DIV in my html ? I tried window.anchorTo(DOM.getElementById("Some_Div"),"left", new int[]{0,0}), thinking the window will anchor itself to div id="Some_Div" in my html.…
Prasan
1
vote
1 answer
In GWT-EXT checkboxtree how to handle single selection of tree nodes?
I'm working on checkBoxTree in GWT-EXT 2.0.3 with Java. My aim is to get a selectionModel which allows me to select(check) only one TreeNode at a time. If I select another TreeNode after selecting one then, the previous one should be unchecked. I've…

RAS
- 8,100
- 16
- 64
- 86
1
vote
1 answer
Dynamically creating GWT screens using Metadata?
I have an AWT applet application that needs to be ported over to GWT. The applet screens are described in meta data and the applet renders each screen dynamically using reflection.
We'd like the same thing in GWT/ExtGWT.
I've built a working…

Francis Shanahan
- 2,043
- 19
- 21
1
vote
1 answer
GWT EXT Exception only in charts
I am trying to create a chart (graph) using the Line chart showcase code from GWT-EXT showcase as on http://www.gwt-ext.com/demo-charts/#lineChart
But facing the following error in the browser:
onModuleLoad() threw an exception
Exception while…

Charchit Gupta
- 46
- 6
1
vote
0 answers
ComboBox values are displaying behind the window in gwtext
I added a ComboBox to a FlexTable and added that flextable to a Window of gwtext.But Now while clicking the ComboBox,the values in the ComboBox are displaying behind the Window.
I created Window and added the ContentPanel which contains the…

Gundamaiah
- 780
- 2
- 6
- 30