Tagged Questions
GXT, also known as Ext GWT, is a dual licensed component framework that seeks to provide similar functionality to ExtJs for Google Web Toolkit (GWT) applications.
20
votes
6answers
17k views
Java Generics: Generic type defined as return type only
I'm looking at some GXT code for GWT and I ran across this use of Generics that I can't find another example of in the Java tutorials. The class name is com.extjs.gxt.ui.client.data.BaseModelData if ...
5
votes
3answers
2k views
GXT (EXT-GWT) Project compilation failed - Default Setup
I have set up GXT by following default instructions. When i run the project in Eclipse, everything displays nice in development mode. On the other hand when i try to compile the project it gives me ...
5
votes
3answers
576 views
Design patterns for enabling user interface elements based on user permissions?
We have a web application and its front end is implemented with GWT/GXT. Users can belong to various groups and these groups can then have various permissions. The permissions are quite fine grained, ...
4
votes
5answers
541 views
Is Ext-GWT still a nightmare?
Just got back reading a question from 2 years ago here.
From there and several other places on the internet i concluded that developing with Ext-GWT was sucky.
My question is, with the release of ...
4
votes
3answers
621 views
GXT alternatives
Do you know any good alternatives to GXT while using GWT as client-side?
GXT offers a lot of great widgets, but the main problem is that they are hard to customize. GXT means small font, small ...
4
votes
3answers
4k views
GXT (Ext-GWT): Layout problems with ContentPanel
I have a ContentPanel that fits the entire window. It has a topComponent, a widget in the center, and a bottomComponent.
I'm getting layout problems, when I try to add widgets to the topComponent ...
4
votes
3answers
532 views
GWT Application throws 'JavaScriptException' in IE only, stack trace has no helpful information
My GWT application is throwing a JavaScriptException at a certain point. This issue only occurs in Internet Explorer (both IE 8 and IE 8 running IE7 mode).
The stack trace is as follows:
...
4
votes
2answers
336 views
İdeas about reducing code length, JS size(loading time) in GWT, GXT, SmartGwt etc
Let's make brainstorm about "What could we do to reduce code size in GWT, GXT, SmartGWt etc.?"
For Example; To use a button;
Button b = new Button();
b.setText("Ok");
b.setListener(this);
...
4
votes
4answers
14k views
How can I tell what events fire from GXT?
I cannot seem to find any documentation of what events fire and when in GXT.
The API docs have lists of all the events that could fire (in Events). And it describes how to handle events that you ...
3
votes
1answer
810 views
GXT Performance Issues
We are working on a rather complex system using GXT. While everything works great on FF, IE (especially IE6) is a different story (looking at more than 10 seconds until the browser renders the page).
...
3
votes
1answer
803 views
How to deal with slow widgets rendering in Ext GWT (GXT)?
I have window with few widgets inside. When it is rendered, it shows in top left corner for a second and then is centered.
Is there any chance to lazy rendering? I mean that window is centered first ...
3
votes
3answers
2k views
EXT GWT + java EE
My question is: what is the best way to send my jee annotated entity beans' data to
the clientside to use it in a grid for example? Surely I could make the BaseModel-extended client models for each ...
3
votes
5answers
2k views
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 ...
3
votes
2answers
1k views
Is it possible to implement cross-browser username/password autocomplete in GXT?
Last night, I did a quick spike to try and implement username/password autocomplete in my GXT application. By "autocomplete", I don't mean Ajax-style autocomplete, but rather browser-based ...
3
votes
5answers
3k views
Debug console for GWT/GXT
I need to see component tree of the GWT application. DOM tree will be also acceptable. Unfortunatelly GWT hosted browser does not provide access for devToolbar.
The only way I found is to compile to ...
2
votes
0answers
39 views
Any other GXT themes?
The GXT themes which come by default are ok but they're all essentially versions of the same thing with different colors. Looking around I can't find any attractive commercial or free themes.
Is ...
2
votes
4answers
2k views
Ext GWT (GXT) tooltip over a grid row
I'm developing a custom tooltip using Ext GWT (GXT) for a project of mine, and this tooltip has to appear over Grid rows when they're selected.
I can't use the default GXT tooltip or quicktip because ...
2
votes
1answer
465 views
com.google.gwt.user.client.rpc.SerializationException when running in GWT Dev Mode
When we run our application in GWT Dev Mode, we are getting serialization exceptions as shown below that we do not get if we run from outside of dev mode. Any ideas? Please note that the class MySDO ...
2
votes
3answers
368 views
GWT RPC Warning: servlet has mapping, but web.xml has no corresponding mapping
I'm having a strange issue with GWT-RPC. I setup an Async RPC handler that is working fine. But when I run my server (using ant devmode) I get the following warning:
[WARN] Module declares a servlet ...
2
votes
5answers
3k views
How to configure Ext GWT with GWT Designer?
I have problem with configuration GXT with GWT Designer. I have all new releases of Eclipse, GWT plugin and GXT and cannot configure GXT to work with GWT Designer. I setup my project so that I can ...
2
votes
3answers
756 views
A little bit diffrent GWT/GXT persistent approach
I'm newbie with GWT/GXT and I'm looking for best persistence way for my future apps. I was considering many variants of doing that so I decided to draw a graph here:
So my conclusions are:
1) ...
2
votes
4answers
898 views
How can I override the browser keyboard shortcuts in my GWT/GXT app?
I'm using GWT and GXT and want to use keyboard shortcuts like CTRL-S (or CTRL-SHIFT-S) to save the current form. Problem is, I can't figure out how to override the browsers built-in CTRL-S. I tried ...
2
votes
2answers
2k views
Ext-GWT / GXT (Not So) Simple Layout Issue?
I have posted this question on the Ext-GWT forums, I am just hoping that someone here might have an answer for me!
I am struggling to do something I initially thought was simple but am beginning to ...
2
votes
3answers
941 views
GXT: How to bring the login page when session expires
I am developing a web application using GXT, Hibernate, mysql etc. There is a login page for the application. Actually I am getting problem to set the login page when the session expires. We can set ...
2
votes
1answer
509 views
Session variables not sticking with GXT
I'm encountering a strange problem with the session using GXT 2.1 and a Grails 1.2 backend. I'm creating two FormPanels, panelA and panelB, which submit to action1 and action2 in Grails respectively. ...
1
vote
1answer
11 views
GWT XML Replace class
<module>
<inherits name="com.google.gwt.core.Core"/>
<inherits name="com.google.gwt.user.UserAgent"/>
<inherits name="com.google.gwt.user.User"/>
<replace-with ...
1
vote
2answers
104 views
ClassCastException when comparing Dates?
I am using GXT/ExtGWT. I have below code which compares two dates.
private DateField startDateField = new DateField();
private DateField endDateField = new DateField();
Date date = new Date();
...
1
vote
1answer
43 views
GWT Product Mode AssertionException Catch ? HOW?
in product mode in GWT the assertion is not available which is good, but because of a GXT error I get an assertion error and because the necessary classes are not available all I get is a ...
1
vote
0answers
81 views
GXT and IE8 selection
I've faced a problem with ext gwt 2.2.0 and IE8-9. When i select some component and then switch tabs in tabbed view to another tab and then back to first tab the selection becomes persistent on a ...
1
vote
2answers
41 views
Using a third party library(libphonenumber) inside GWT
Is it possible to use a third party library in GWT ? In my case I want to use http://code.google.com/p/libphonenumber/ inside a GWT/GXT application. As I lose focus of an element, the phone number ...
1
vote
0answers
65 views
Displaying more complex XML in a GXT Grid using XmlReader
I have an XML response that I'd like to bind and display to a GXT grid.
The basic example I've found online says to do the following:
// defines the xml structure
ModelType type = new ...
1
vote
2answers
101 views
GXT / GWT - how to detect a label's text will take too much space. (not fit in one line)
I'm working on a web application in GXT.
I need a way to determine, at runtime if the text from a label is too large and show something like: click to view all text (shorter text maybe).
Then all ...
1
vote
4answers
148 views
google appengine not supporting FileOutputStream
I am trying to write to a file in Google appengine but it giving a error message java.io.FileOutputStream is not supported by Google App Engine's Java runtime environment
even though I imported
...
1
vote
1answer
129 views
What is the purpose of getVersion() in GWT's RequestFactory?
GWT's RequestFactory requires that I implement a getVersion() method in all my entity objects. I just have them all returning 0 and marked as @Transient and everything works fine.
Why do I need it? ...
1
vote
1answer
247 views
GWT GXT get all the values from a selected row?
I am using GXt GWt and am trying to get the values from a selected row in a tree grid, but can't seem to get it working..
E.g. if the user clicks row, i want to be able to get the values for all the ...
1
vote
1answer
88 views
Is it possible maximize the window without JSNI
I'm using this function to maximize the window:
/**
* Resize the principal window
*/
public static native void resizeWindow() /*-{
top.window.moveTo(0,0);
...
1
vote
2answers
124 views
How to work with GXT Grid?
I have a DTO object with fields:
public class EmpDTO extends BaseModel implements java.io.Serializable {
private short empno;
private EmpDTO emp;
private DeptDTO dept;
private String ...
1
vote
1answer
133 views
GXT Textfield postfix
I try to build a simple form.
Calc: [____] bar
So the Textfield with the prefix is no problem. But the postfix "bar". Currenty I have no idea to fix this problem. Here ist the current code:
...
1
vote
1answer
211 views
Masking Date field in gwt
Is there is any way in GWT where date field can be masked with various date formats?
http://digitalbush.com/projects/masked-input-plugin (in demo tab)
I came across solutions where in formatting can ...
1
vote
1answer
104 views
How to use Ext JS 4.0 with GXT
Firstly I love GWT and GXT I'm a big fan. But GXT's functionality lags behind that of Ext JS 4.0.
Specifically I'd like to use the Ext JS 4.0 Buffered Scrolling grid within an app otherwise ...
1
vote
0answers
140 views
GXT Shortcut Icon Alignment
I am trying to align my shortcut icon in the center. However, I have not found a way to do it yet. Below is my code:
Shortcut sh = new Shortcut();
sh.setSize(String.valueOf(BUTTON_SIZE), ...
1
vote
0answers
264 views
How to display an XML file in an Ext GWT / GXT TreeGrid with generic columns?
I'm using Ext GWT 2.2.3 and I am trying to read a XML as a string and display it as a TreeGrid.
The XML is in a form like:
<a>
<b>
<ba>Hello</ba>
</b>
...
1
vote
3answers
146 views
GWT/GXT tag editor?
I'm looking for a GWT (or GXT) based tag editor control similar to http://tagedit.webwork-albrecht.de or http://levycarneiro.com/projects/tag-it/example.html or even the StackOverflow tag editor (on ...
1
vote
2answers
783 views
TextField 'Change' Event only triggers on blur
Normally, the Change event will trigger after the TextField loses its focus (on blur).
But I need it to trigger as soon as the value of the field changes, without the need to lose the focus on the ...
1
vote
1answer
387 views
GXT(EXT-GWT) Cannot commit changes to EditorGrid store
I have an EditorGrid. When i edit the grid i use grid.getStore().commitChanges(), in order to save all the changes to the grid's store.
Then i print out each row of the grid's store. It return's the ...
1
vote
2answers
1k views
How to capture close event in EXT-GWT (GXT) window
I have this Window:
Window window = new Window();
window.setMaximizable(true);
window.setMinimizable(true);
window.setClosable(true);
And the event listener for minimize event.
...
1
vote
1answer
406 views
ext-gwt (gxt) onRender entry point class
I have a basic class that extends LayoutContainer with the method onRender. How can I assign this as my EntryPoint ? Traditionally I would define a class that implements EntryPoint, overriding ...
1
vote
1answer
182 views
Remove all children from an element works when using getLastChild(), but throws NullPointerException when using getFirstChild()
I'm using GWT and I have to manipulate the DOM directly because of a buggy widget that doesn't center itself properly. I wrote the following code to clean up the children on the <body> element ...
1
vote
3answers
2k views
GXT (Ext GWT) problem with SimpleComboBox
When creating a GXT SimpleComboBox (as in the accepted answer here),
final FormPanel fp = new FormPanel();
SimpleComboBox<String> combo = new SimpleComboBox<String>();
...
1
vote
3answers
517 views
Bug? GXT (Ext GWT) Compiles in 'devmode' target but not for 'build'
I'm working on a GXT project, and I'm using GXT UiBinder. I'm compiling with ant. The target devmode works fine with no errors, and I'm able to see my application running in the browser. But using the ...