Tagged Questions

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.

learn more… | top users | synonyms (1)

111
votes
19answers
19k views

Biggest GWT Pitfalls?

I'm at the beginning/middle of a project that we chose to implement using GWT. Has anyone encountered any major pitfalls in using GWT (and GWT-EXT) that were unable to be overcome? How about from a ...
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?
7
votes
3answers
2k views

gwt generate html for seo? what do u think?

i found this article http://docs.google.com/Doc?id=dcsq25m_04k4cmgfd . generate html on server side for spider. what do you folks think about using this technique to serve different content depending ...
5
votes
4answers
8k views

GWT Themes and Component Libraries

Are there any good themes or component libraries for GWT? The built-in themes are rather plain for my purposes. I've seen gwt-ext and smartgwt, but those aren't that great looking. Are there any ...
5
votes
5answers
20k views

Vs [Ext GWT] Vs [SmartGWT]

I am going to start a new application which mainly consist NavigationPane, Grid, Toolbar. Layout should look like this demo page http://www.gwt-ext.com/demo/ I am quite confused which one to use in ...
4
votes
2answers
3k views

Easy GWT Animations

I've started looking at some external GWT libraries for animations, but they all seemd a bit overkill for what i want. I'm trying to mimic JQuery Tools scrollabel plugin in GWT for a scrolling ...
4
votes
3answers
4k views

md5 hash for password string in GWT/GWT-Ext?

I am currently trying to modify an existing GWT-Ext application, that is using plain text passwords in its MySql database. My plan was to use md5 hashes, as the existing passwords can be easily ...
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
1answer
1k views

Information about lazy-loading in GWT and GWT-Ext

Where can I find more information about GWT and GWT-Ext's lazy loading?
2
votes
0answers
75 views

displaying text on collapsed tab in collapsible panel

I am working with gwtext. I took one panel and set its collapsible to true, I want to show the text on its collapsed line. Does any body know how to do that? screen shot is attached for the same. ...
2
votes
0answers
252 views

DateField not showing date picker in IE, dom.parentNode is null or not an object

I am using gwt2.0 and gwtext 1.5 on my windows xp system, i am creating datefield dynamically, for differring datefield i am giving them seprate ids. its working fine in mozilla ff, it displays ...
2
votes
1answer
367 views

ThemeChanger in GWT-Ext

I'm using GWT 2.0, GWT-Ext 1.5 & Java 1.6 with Mozilla 3.6.x. I'm trying to implement ThemeChanger module as per this link. But I'm not able to achieve it. Can anyone look at my code & tell ...
2
votes
3answers
1k views

Which GWT libraries are fast, mature and good for a desktop feel?

I have read that gwt-ext is slow and it seems too bulky. How does this compare with Ext-GWT? Are there any other libraries out that can easily handle dragging, resizing, minimizing?
2
votes
2answers
2k views

GWT lazy loading

Does GWT has LazyPanel .I can not see it .Please let me know .If it got lazyPanel ,please lemme know version
2
votes
2answers
2k views

How to share Domain objects on Grails with Ext GWT (GXT)?

My application is logically divided into server, which contain my Grails domain objects and controllers; and client, where I have my Ext GWT classes that build all the UI pages. For UI requests, I am ...
2
votes
6answers
4k views

re-rendering of combox store in Gwt-Ext

i've created a Form Panel, and i'm rendering couple of Combo Boxes in the panel with a store which is populated via an response handler. the problem if i want to render the panel again it renders the ...
1
vote
0answers
41 views

Allow dynamic drag drop permissions using arrays

I have created two trees in gwt-ext one contains the values of nodes that can be dragged and other the nodes which can be dropped on. The problem being i am not able to set only a particular set of ...
1
vote
0answers
22 views

How to add the root node of TreePanel in another TreePanel via drag drop?

I want to add the root node of one tree into another tree using drag drop. The example i am using for this task is at the following URL : http://gwt-ext.com/demo/#twoTrees Please help me asap.
1
vote
1answer
251 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
198 views

Activity Indicator in GWT MAP

What I would like to have is an activity indicator, which is displayed after my app is up and running, but while GWT is making AJAX calls. For example have a look at following site : ...
1
vote
1answer
365 views

gwt client session time out

I am using gwt 2.3 with gwtp framework.In this application I wan to maintain a session time of 5 mins.This means if current user is not doing up to 5 min and he comes after five min then on his first ...
1
vote
0answers
104 views

How to display image in HtmlEditor of GWT-Ext

I'm using GWT 2.0, GWT-Ext 1.5 & Java 1.6 with Mozilla 3.6.x. I'm trying to display an image in HTMLEditor. But I'm not able to achieve this. Here is my code: public void onModuleLoad() { ...
1
vote
1answer
264 views

How to change the color of selected row in gwt-ext grid?

I am want to change the color of selected row of grid (gwt-ext grid) in my application. For this I have done this: int rowIndex = getGrid().getStore().indexOf(rec); Element currentRow = ...
1
vote
0answers
270 views

Implementing Captcha in GWT-Ext 2.0.3

Hello All, I am using GWT-Ext 2.0.3. I have implemented SimpleCaptcha in my project.I am not able to refresh the captcha image when I reload the panel.I am using simplecaptcha-1.2.1.jar file to ...
1
vote
4answers
756 views

Session management in the client side of gwt application

Hello All I am working on the gwt-ext application.On the server side I am using Hibernate. I am mantaining session on the server side.it's time out is 5 minute (In action class). Now take a secenario ...
1
vote
1answer
477 views

Redirect to Index page after session timeout not working in .war

We are using Struts2 & GWT-EXT. We have crated a LoginInterceptor which will be called before performing certain restricted tasks. Here is the method of LoginInterceptor public String ...
1
vote
0answers
72 views

How to place Sub-Headers under Header in GridPanel of GWT-Ext?

I'm using GWT 2.0, GWT-Ext 1.5 & Java 1.6 with Mozilla 3.6.x. I've want to have a GridPanel having Sub-Headers under Headers same as the snapshot as follows: How can I achieve this? Thanks in ...
1
vote
0answers
42 views

Gwt problem:how to change textbox value in hypeperlink

 in popup panel, i'll take a textbox n i want in button click event it will convert in hyper link.............
1
vote
2answers
213 views

Upgrading GWT to latest version

2 years back We have developed an application using GWT 1.4.6 and GWT-Ext 2.0.3 frameworks. Now our management is thinking of upgrading these two frameworks. But the Gwt-Ext website states that the ...
1
vote
3answers
726 views

maximize the root panel size in gwt

how to maximize the root panel size in gwt
1
vote
3answers
637 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
1answer
128 views

GWT-EXT: Component.setId generates random prefix

I use the method Component.setId(String id) to set an ID to my grid. I use: setId("ARTICLE_STOCK.ABSATZ.ZEITRAUM_MONAT"); but later Firebug shows me that this id is set to the HTML object: ...
1
vote
1answer
386 views

How to hide the caret in an HTML text input field?

If I have an HTML input field like this one: <input type="text" id="mytextfield"/> all browsers seem to show the caret (insertion point) in the field. Is is possible to prevent this from ...
1
vote
1answer
169 views

GWT - CSS GUI Notify User - Browser Issues

wow I couldn't think of a decent title so I went for the acronym approach :-) basically I'm working in GWT and I want to notify the user of a panel changing it's text. I've done this by using a ...
1
vote
1answer
459 views

In GWT-EXT checkboxtree how to handle single selection of tree nodes?

I'm working on checkBoxTree in GWT-EXT 2.0.3 with Java. My aim is to get a selectionModel which allows me to select(check) only one TreeNode at a time. If I select another TreeNode after selecting one ...
1
vote
2answers
2k views

SmartGWT Canvas width problem

I am having problems with showing my entire SmartGWT Canvas on my initial page. I've stripped everything out and am left with an extremely basic EntryPoint to illustrate my issue. When I just create a ...
1
vote
1answer
588 views

Dynamically creating GWT screens using Metadata?

I have an AWT applet application that needs to be ported over to GWT. The applet screens are described in meta data and the applet renders each screen dynamically using reflection. We'd like the ...
1
vote
4answers
4k views

SmartGWT with GWT?

Greetings , I have been using GWT for few weeks and wanted a rich Table widget.I came across with SmartGWT library. Can I use SmartGWT widgets same way I develop using GWT or is there any special ...
1
vote
0answers
200 views

Date updation using Grails and GWT-EXT

I have an editable grid created using GWT-EXT which consists of a date column. The date column is editable and the date can be changed using a date picker. When I get the new date , I would like to ...
1
vote
0answers
622 views

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 ...
1
vote
1answer
2k views

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

gwt widget - mutually-exclusive toggle button

I want a hybrid of a ToggleButton and RadioButton. I want the "mutually-exclusive" part of RadioButton, and the gui look and behavior of ToggleButton(up and down states). Does one already exist?
1
vote
1answer
652 views

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?
1
vote
2answers
344 views

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 ...
1
vote
1answer
989 views

GWT-Ext EditorGridPanel rendering problem

I am using GWT 1.6.4 and GWT-Ext 2.0.6. I am trying to use EditorGridPanel and facing rendering problems. When the module loads I create a Panel (TopPanel) with BorderLayout and add that to the ...
1
vote
1answer
951 views

Combining TimeItem and DateItem values

I have to combine the time value for TimeItem and date value from DateItem in smartgwt.In output I want the date object for java.util.Date.I tried to combine these two.I couldnot do that. Sample code ...
1
vote
1answer
3k views

Paging a GWT-EXT datagrid with GWT-RPC?

I need to display data coming from a GWT-RPC service in a paginated datagrid. The gwt-ext showcase does not provide an example combining gwt-rpc calls and datagrids. That is too bad because the ...
1
vote
3answers
1k views

GWT to get value from date field

I am using GWT ext and trying to get the values from page and setting it in pojo class. Except date field all the values are obtained using (TimeField) ...
1
vote
1answer
222 views

Google Web Tookit User extensions missing Spinner?

When I look at the example of the user extensions of GWT-Ext I saw the Spinner as a user extension: http://www.gwt-ext.com/demo-ux/#spinner When I download the library from ...

1 2 3