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
0
votes
1 answer
GWT logs says constructor is undefined though there is no compilation error in the file
I am working on GWT-Ext 2.0.4 .
I have just changed panel class and compiled it and it din't threw any error.
But when i ran the application in Hosted mode i got the following error
[WARN] Exception thrown into JavaScript
java.lang.Error:…

chebus
- 762
- 1
- 8
- 26
0
votes
2 answers
Get x/y location of URL/browser bar
I have a GWT widget that is a Window. The user can drag/drop the Window. I am using an old API called GWT-Ext. It has the ability to implement a listener to detect when the Window has been moved. I want to prevent the Window from being hidden under…
user195488
0
votes
1 answer
GWT-Ext DatePicker.setDisabledDatesRE
Does anyone have any experience using the GWT-Ext DatePicker.setDisabledDatesRE(String re) method? I have done the following, and the dates specified in the regular expressions are still selectable. I have been able to disable dates using…
user176039
0
votes
1 answer
enhancement for gwt-ext
Commonly, I create default GridPanel like new GridPanel(xxx, 480, 200, 1, 5) and I can control which column should be hidden through the first parameter in the constructor of gridpanel.
For example, I create a gridpanel like below and I want to…

liam xu
- 2,892
- 10
- 42
- 65
0
votes
1 answer
GWT Incubator Glass Panel not implementing ClickHandler
I have an app that uses the GWT-Incubator GlassPanel class.
I extended it to form a custom one that implemented a ClickListener. I upgraded to GWT1.7 and GWT-Incubator 1.7, and it broke ClickListener.
I tried to rewrite my class so that it…
None
0
votes
1 answer
GWT-EXT - What is the best way to widgets to a specific ContentPanel after an event?
first post don't hurt me :)
I am using a BorderLayout with the usual North, West, Center, South Panels. On the West ContentPanel, I've got a Tree. If an event (OnClick)occurs I want a particular dialog box displayed on the Center ContentPanel.
What…

anbanm
- 13,425
- 5
- 22
- 17
0
votes
1 answer
GWT Platform, GWT-Ext and SmartGWT
Currently we are using GWT Platform with MVP architecture for our UI development.
I could see that we always get an advantage of using SmartGWT or GWT-Ext over GWT Platform because there are many built in components which are hard to write in…

Santosh
- 1,849
- 4
- 19
- 31
-1
votes
1 answer
GXT FillToolItem
The FillToolItem , fills the toolbar width, pushing any newly added items to the right.
public FillToolItem() {
getAriaSupport().setPresentation(true);
}
@Override
protected void onRender(Element target, int index) {
…

Adi Mor
- 2,145
- 5
- 25
- 44