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
1 answer
After select the Column of row ,Grid is moving to the left side in EditorGridPanel of GWTEXT
I created a Grid using EditorGridPanel with CheckBoxSelectionModel in gwtext.Now I am disabling the check box after select the Column of row using the below code:
cbSelectionModel.addListener(new RowSelectionListener() {
public…

Gundamaiah
- 780
- 2
- 6
- 30
1
vote
1 answer
Getting Exception while doing BasicGrid using gwtext
I am new to gwt and gwtext.I am doing BasicGrid Example by following the GWT EXT Demo
I am getting the below Exception
onModuleLoad() threw an exception
Exception while loading module com.csscorp.client.BasicGridExample. See Development Mode for…

Gundamaiah
- 780
- 2
- 6
- 30
1
vote
1 answer
Adding GWT-EXT Button on toolbar displayed differently than to add it on a panel
I want to know that when i add a GWT-EXT button to the toolbar it appears as if it were a link,you can see the border is not visible and it just got blended with the toolbar .
However when add the same button to the panel it viewed properly.
I…

chebus
- 762
- 1
- 8
- 26
1
vote
0 answers
GWT DateField - 'ExceptionInInitializerError'
I am new to GWT. I am trying to develop a GWT application. In my project I am using a 'DateField' as follows,
DateField dob = new DateField("Birthday", "d/m/y");
When I am trying to run in hosted mode, I am getting the…

user184794
- 1,036
- 9
- 15
1
vote
2 answers
How can I replace a div with a widget when it is already contained in another widget?
I'm using Ext-GWT and I think ListView is the right layout for what I need. My problem is that I have to use a HTML template for all of my items, but I want to build GWT/Ext-GWT widgets instead, so I'm using div placeholders that I will replace with…

Asa Ayers
- 4,854
- 6
- 40
- 57
1
vote
1 answer
How to refresh GXT Local Pagination (PagingModelMemoryProxy) header sorting
I need to customized the header sorting result of one column using GXT Local Pagination (PagingModelMemoryProxy). Here is my code:
PagingModelMemoryProxy proxy = new PagingModelMemoryProxy(data) {
@Override
public void…

user1899646
- 61
- 1
- 3
1
vote
0 answers
When trying to implement file download using servlets Java
In GWT-EXT, I am using the file download functionality using servlet
as follows.
I defined the servlet mapping as follows.
FileDownloadServlet
File…

chebus
- 762
- 1
- 8
- 26
1
vote
1 answer
How do I make a gwt-ext window not resize when its content resizes?
I've run setHeight(600) on a Window, that's it's initial size. I've also went ahead and done setAutoScroll(true).
When the content of the window resizes, the window itself resizes. What I want is for the window to stay fixed in size, and when the…

Hans Sjunnesson
- 21,745
- 17
- 54
- 63
1
vote
1 answer
Gwt-Ext grid inside Gwt-Ext ColumnTree
I need to display a Gwt-Ext grid as a a node of a Gwt-Ext ColumnTree.
The idea is that if the user expand an item they would see a grid with headers with items under the headers.
Any ideas?
km
1
vote
2 answers
Best Practices: How to build your UI depending on the logged user
I m trying to find the best way to build my UI based on whos logged in.
The scenario is, there are (at the moment) 2 types of user normal and super-user the super-user will normally see more controls than a normal user
I was gonna do some heavy…

roundcrisis
- 17,276
- 14
- 60
- 92
0
votes
1 answer
How do I avoid using an async class when using gwt dto?
Can anyone please explain how I can avoid using an aync class when using dto to serialize an object in a service?

cometta
- 35,071
- 77
- 215
- 324
0
votes
1 answer
gwt ext helloworld application
I am trying to make my HelloWorld Application in GWt Ext from this tutorial
In out HTML class we have to put this line
can anyone please…

junaidp
- 10,801
- 29
- 89
- 137
0
votes
1 answer
how would I get the selected checkboxes from the combobox? Give example to get the selected check box values from combo box
I am looking for something like combobox with checkbox selection(second one on that page, the picklist):
http://www.smartclient.com/smartgwt/showcase/#multi_select_combobox_category
please give code snippet to get selected checkboxes values from…

user1036074
- 1
- 1
0
votes
1 answer
GWT-Ext migration to native gwt. Is JavaScriptObjectHelper analog in native gwt v2.4?
I am working on migrating a large GWT application from gwt-ext to native GWT v2.4. In gwt-ext there is a class called JavaScriptObjectHelper. Is there a corresponding class in the native gwt libraries?

Joe
- 283
- 4
- 10
0
votes
1 answer
how to disable browser autofill username and password. we are using Gwt MVP model for creating screen and using Sencha GXT library
we have autocomplete="off" in jquery but not finding to set in gwt xml file.Can someone help me to set autocomplete to false.

ramya
- 51
- 1
- 4