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
Tab Panel in gwt-ext
Hello all
I am using Tab Panel (With single tab).
In this Tab Panel I am adding another Tab Panel (With single tab).
In the above Tab Panel I am adding another Tab Panel. (With 15 tab).
And for third & inner most Tab Panel I used auto horizontal…

Sanjay Jain
- 3,518
- 8
- 59
- 93
0
votes
1 answer
Are any of the GWT widget libraries compatible with uiBinder?
Are any of the third-party widget libraries compatible with GWT 2.0's features, including uiBinder? All I know is that it seems as if SmartGWT can't.

Apophenia Overload
- 2,485
- 3
- 28
- 46
0
votes
0 answers
GWT: Cannot read property reuseLoaderConfig of null
We've a GWT-EXT application, with detailed JavaScript flag turned on for the GWT compiler, we see the following error:
com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError) : Cannot read property…

enfany
- 875
- 2
- 15
- 33
0
votes
1 answer
GWT .client and .server
I would like to ask what's in the .client file and what's in the .server file for GWT? I followed a couple of tutorials asking me to paste this code into .server and .client file but unsure what these files are for? Also it involves a XML file and…

JCX
- 1,439
- 4
- 18
- 21
0
votes
1 answer
GWT Client and Server
I believe that GWT achieves RIA through initial throwing of
objects and files to the client side initially. but what I do not
understand is that is it possible to control the amount of information
being thrown to the client side? cos this is…

JCX
- 1,439
- 4
- 18
- 21
0
votes
2 answers
GWT-EXT tree xml Error
i am new to GWT GWT-EXT and i mimic it's demo
the problem is where i should put xml file
final TreePanel treePanel = new TreePanel() {
{
setAnimate(true);
setEnableDD(true);
setContainerScroll(true);
…

ehab refaat
- 854
- 2
- 12
- 23
0
votes
1 answer
Changing the font colour of TreeNode in GXT 3
How do I change the font colour of a TreeNode in GXT 3?
I've tried returning SafeHtml from the ValueProvider, but that just seems to call toString() on the SafeHtml object. I've also tried to get hold of the Element in ValueProvider.getValue() but…

marktucks
- 1,771
- 1
- 16
- 21
0
votes
1 answer
Can't run a web application with gwtext
I am using the GWT and the GWTExt libraries with Eclipse for the first time. I have followed all the procedures but when I go run the web application the following error appears:
1) In the Problems tab, I have this message:
Description Resource Path…

Anto
- 4,265
- 14
- 63
- 113
0
votes
1 answer
How to get GXT Pallette in Eclipse Kepler?
I am trying to add GXT palete in Eclipse.Using Ext GWT (GXT)
Eclipse -Kepler
App Engine 1.9.0
GXT 2.3.1
When i right click on module file, I couldn't see this option Google Web Toolkit > Configure for using Ext GWT
I also added Window Builder…

GameBuilder
- 1,169
- 4
- 31
- 62
0
votes
1 answer
Gwt-ext. Bean to record and record to bean
I write a RIA application and my JPA beans must be decoded to push it in Store.
My decisions are:
Brute Force. If I have property 'aProp' in bean (and getter/setter for it) i create RecordDef, then Record, then Recrod.set('aProp', bean.getAProp())…

den bardadym
- 2,747
- 3
- 25
- 27
0
votes
1 answer
How to add DateField to the Toolbar using gwtext or gxt
I need to add two Date Fields for From Date and To Date and a Button to a toolbar using gxt or gwtext.Please suggest how to do this.
UPDATE
I am creating one grid in gxt.I need to add a toolbar at top of the Grid.I am creating the Toolbar…

Gundamaiah
- 780
- 2
- 6
- 30
0
votes
3 answers
Why does GWT sometimes successfully compile and other times just stall?
I am working on a demo for a client of what's possible with GWT-Ext for GWT. After browsing for the simplest way to get up and running, I decided on installing the Google Plugin for Eclipse and using the New Web Application Wizard.
First time…

Christopher Tokar
- 11,644
- 9
- 38
- 56
0
votes
2 answers
GWT loading elements dynamically on page load
I have some page that should have dynamic count of check boxes, and inputs depends on data received from database
now I do like this:
make rpc call on component load (getting data for inputs)
onSuccess add inputs dynamically on the form
result:…

Sergey
- 933
- 2
- 19
- 48
0
votes
1 answer
Add PDF report button on TabPanel's header
I want to add PDFreport button at the right of the header in TabPanel or may be on TabItem.
Is it possible?

Kaha
- 171
- 4
- 14
0
votes
3 answers
Handle callback for ENTER key in GWT-Ext's NumberField
I use GWT-Ext library for building GUI for a webapp.
I'd like to process an ENTER key press inside of the NumberField.
It should be like this:
final NumberField requiredHeight = new NumberField();
requiredHeight.setValue(125);
…

kirushik
- 1,296
- 1
- 10
- 20