Tagged Questions

Ext GWT, also known as GXT , is a dual licensed component framework that seeks to provide similar functionality to ExtJs for Google Web Toolkit (GWT) applications.

learn more… | top users | synonyms (1)

9
votes
1answer
2k views

Difference between gwt, gwt-rpc, ext-gwt, smart gwt

I would like to know the difference between GWT, GWT-RPC, EXT-GWT and Smart GWT. Currently, I managed to borrow books on GWT which I understand is just a library designed to facilitate fast and ...
8
votes
1answer
1k views

Ext GWT vs GWT-EXT

is there a difference between Ext GWT and GWT-Ext? Cos i was surfing Ext GWT and saw this page http://gwt-ext.com/demo/. any help guys?
8
votes
2answers
2k views

Difference between gwt-ext and ext-gwt

Am I taking crazy pills, or are these two things pretty much identical?
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
1answer
1k views

Whats difference between library EXT-JS , EXT-CORE , EXT-GWT

Whats difference between library EXT-JS , EXT-CORE , EXT-GWT as i have worked on ext-js so please explain me in a layman language :)
4
votes
5answers
539 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 ...
3
votes
1answer
800 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 ...
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
3answers
168 views

WebDriver can't run tests on Firefox 4 and higher

Recently I am facing a strange problem. I am using WebDriver for test automation for GWT web application. (It's Maven 3 project) I am performing tests only for Firefox browser. Everything works fine ...
2
votes
2answers
389 views

Scrolling on iPad for an iframe within GWT window

PLEASE NOTE: This is not a "use two fingers to scroll" problem. Whether it is one finger, or two, or three, or the whole hand, for some reason our iframe does not scroll on an iPad. :) Here is the ...
2
votes
1answer
84 views

gwt Button Error

Unable to remove this error, nothing is working although the same code is working fine on other systems. "com.pariter.client.Button can not be found in source packages. Check the inheritance chain ...
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
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
1answer
304 views

Which GWT library is best for development of a data intensive application

I'm starting to develop a GWT application which will have 500 plus users with various roles and the main functionality centered on RPC calls to watch how data is changing on the server. Think of a ...
2
votes
1answer
978 views

How to split a panel in EXT-GWT?

I'm using ext-gwt and can't figure out how to split a panel so that I have 2 widgets, one on each side of the resizeable splitter, with the height of both widgets being 100% and their widths being ...
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
1answer
508 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. ...
2
votes
2answers
344 views

DateField getting value

I have problem with getting value of com.gwtext.client.widgets.form.DateField component. I would like to parse date on the server side so I'm using method getText() instead of getValue(). Problem is ...
2
votes
1answer
1k views

Ext-GWT Advanced Form

I'm attempting to use the advanced forms of Ext-GWT, but the provided example is only shows how to lay out the form, not submit or process data. Are there any end to end examples of how to use these? ...
1
vote
0answers
9 views

ComboBox selection is not visible

I am using gxt ComboBox , in the field drop down it is showing values, but when i select a value from the drop down list it is now visible(disappearing). Here i am using setTemplate(), is there any ...
1
vote
2answers
87 views

Mixing GWT and Ext GWT

I use Ext GWT in my project. Why is it recommended to use a minimal amount of native GWT widgets and classes when using Ext GWT? Is it because of increases in the size of the client-side code package ...
1
vote
1answer
60 views

Set alignment on HorizontalPanel. ExtGwt

How I can implement following: I want to create HorizontalPanel, then I want to add 3 buttons. 1st button in left, 2nd in middle and 3rd into end. How I can to set alignment for this buttons?
1
vote
1answer
67 views

gxt/ExtGwt. Column rendering

What is best (optimized) way to set image as renderer to only one column? (always same image, image don't change)
1
vote
0answers
41 views

ExtGWT - Populate Combo-Box from restful Service

How I can populate comboBox with data from remote REST Service? Or for this task is better to use Advanced ComboBox?
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
2answers
257 views

How to apply like search on GWT cell table?

I am using GWT 2.3.I which I am using GWT cell table. Here below is the code for my cell table: public class FormGrid extends SuperGrid { List<Form> formList; @Override public void ...
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
2answers
777 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
3answers
516 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 ...
1
vote
3answers
247 views

store image in database [closed]

how to store image in database and retrive from database
1
vote
1answer
253 views

populating an ExtGWT tree via RequestFactory

I upgraded to GWT 2.2.0 with RequestFactory - I have a TreePanel and I want to get some ModelData instances from server to populate it. If I use ValueProxies, can I return the ModelData instances ...
1
vote
2answers
455 views

ExtGWT working with GWT UIBinder

Is there any way to make ExtGWT work inside UIBinder ui.xml files? Thanks.
1
vote
3answers
547 views

How to recognize a a http error code from within GWT?

When my users try to do an action our website after their session has expired (for instance, if they left their browser open), the server responds with a HTTP Status 405 because the user is no longer ...
1
vote
1answer
627 views

ExtJS vs ExtGWT - Are they functionally equal?

Assuming a person has same level of expertise in JS and Java, Should he choose ExtJS or ExtGWT for a new project with Java / Spring server side backend, 1.Are they functionally equal?. All the ...
1
vote
3answers
635 views

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: ...
1
vote
3answers
875 views

GWT and Jersey integration

I've built an app that is using ExtJS that connects through Ajax requests to a Jersey RESTful service. All is working well in this app but now I want to port it to ExtGWT. Since ExtGWT already has ...
1
vote
1answer
631 views

ExtGWT vs ExtJS

When starting a new application, what are the things that you weight out in order to decide whether to go with ExtGWT or ExtJS? For a programmer that knows both Javascript and Java, what is best to ...
1
vote
1answer
659 views

What's the right way to be notified when a Window is resized?

I have an application that places several Windows within a com.extjs.gxt.desktop.client.Desktop. I need to attach a listener which records the size of each window when it is resized. I'm seeing two ...
1
vote
4answers
3k views

How to let a GXT grid take up all available width?

I have a grid in GXT, something like this: List<ColumnConfig> configs = new ArrayList<ColumnConfig>(); ColumnConfig config = new ColumnConfig(); config.setId("type"); ...
1
vote
1answer
619 views

RowExpander With Dynamic Content

I want to create a grid with a RowExpander. The problem I am facing is that each row has different information to be displayed in the expanded area. For example, each row represents a subject and the ...
1
vote
2answers
948 views

Horizontal scroll bar in combo box in GXT

I am working with GXT to develop a web application. But I am finding difficulty in adding the horizontal scroll bar in combo box. Some of the items of the combo box have large text and I can't see all ...
1
vote
1answer
378 views

Embedding jetty server for EXT GWT in Eclipse

I am trying to create an EXT GWT project with an embedded Jetty server. I am completely new to Jetty and EXT GWT. Can anyone please point me in the right direction to get started about embedding jetty ...
1
vote
2answers
341 views

GXT - link two components height

I want to have a panel, with two columns. The first column will contain a list of beans, and the right one a form panel for editing those beans. What I want to do, is that list height is the same as ...
1
vote
0answers
215 views

Ext Gwt and ExtJs View Part - Interchangeable?

Just watched the Google I/O 2010 Expense application demo showing the features and advantages of new widgets in GWT2.1 , In a simple jee web app built using spring and hibernate - for the View part ...
1
vote
1answer
316 views

How to differentiate between scrollbar click events and scrollbar drag events?

I need to scroll an EXT-GWT grid by some custom amount instead of the default 1-2 rows. Since I couldn't find any parameter that let me do this, I overrode the event handler to capture scroll or ...
1
vote
2answers
2k views

How can I embed a webpage in a GWT/GXT webapp?

I am working to recreate (conceptually) a prototype I've written in Cappuccino in GWT/GXT. Cappuccino made it trivial to display an external webpage as part of the application by using a WebView. ...

1 2 3