gwt2 Questions

8

Solved

I'm using GWT (2.4) with Spring integrated as in this article. I have problem with getting list of User from database (Hibernate) and populate DataGrid with it. When i call greetingService.allUsers...
Mesothorax asked 20/1, 2012 at 14:44

3

Solved

My GWT Project was working fine but today, after some changes and adding new fetures one async call is not executed. The exception is "This application is out of date, please click the refresh bu...
Peace asked 1/3, 2012 at 16:35

4

Solved

I have a CssResource where I want to have some of the css classes "mapped" to methods: @ClassName("top-table") String topTable(); But I want to turn off the obfuscation GWT does (while developin...
Sagacity asked 12/5, 2011 at 1:8

6

Solved

I need a text field very similar in behavior to Gxt's NumberField. Unfortunately I am not using Gxt in my application and GWT 2.0 does not have a Numeric text field implementation as yet. So that ...
Othella asked 19/5, 2010 at 12:57

2

Solved

Can I use enum values as field values inside UiBinder template ? I'm using GWT 2.4 Something like this <ui:with field="en" type="com.mine.courierApp.shared.PayerType" /> looks promising, ...
Lien asked 29/2, 2012 at 2:12

2

Solved

How to remove the ClickHandler Event in GWT? I added addClickHandler() Event for a button and i want to remove the ClickHandler Event.I tried HandlerRegistration Method But it failed to remove the ...
Favata asked 26/4, 2012 at 13:48

3

Solved

What can be provided to the location attribute of a <c:SimplePager ui:field='pager' location='HERE' /> I tryed CENTER, but it didnt work, I see in the expense sample app that they dont h...
Antinomian asked 17/11, 2010 at 13:44

4

Solved

I'm new to gwt. I don't know how to start up Super Dev mode. I need the detailed explanation step by step. I have tried editing gwt.xml file by adding <add-linker name="xsiframe"/> <se...
Manhattan asked 20/8, 2013 at 8:9

2

I want to implement this example of celllist with one modification. I want to make each row to a grey color once its clicked by someone. It should persist there, and not change as the user clicks o...
Nett asked 11/12, 2013 at 3:19

6

I have a simple UiBinder widget containing a TextArea: <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns...
Footpoundsecond asked 12/1, 2010 at 22:37

2

Solved

I created a ButtonCell and a Column for it: ButtonCell previewButton = new ButtonCell(); Column<Auction,String> preview = new Column<Auction,String>(previewButton) { public String get...
Thaumaturgy asked 29/12, 2010 at 17:35

1

Solved

I am still a beginner in GWT. I want to know preferable features of GWT rather than other frameworks. And has there any advantages or disadvantages on using GWT ? I asked this question due ...
Instinct asked 4/6, 2013 at 5:24

7

My company is planning on developing a brand new web front-end application. Some background: It must "sizzle" i.e. a nice marketable look and feel. Our development team has no Java experie...
Alboran asked 21/4, 2011 at 13:30

3

Solved

I need to convert values of type T into JsArray. For example, I have String1, String2 .... Stringn. I need to convert these Strings into JsArray string. How can I implement this?
Buhler asked 17/6, 2012 at 7:50

2

Solved

Which is the official gwt source code repo to be tracked for changes? The git way is here - https://gwt.googlesource.com/gwt/ The old svn way is here - http://code.google.com/p/google-web-toolki...
Going asked 28/1, 2013 at 4:54

1

We are trying to build a GUI framework using GWT. We are finding it hard to implement the cancel functionality in the framework. Required feature is this: We have CRUD screens which have pop-ups...
Sheila asked 9/1, 2013 at 10:49

1

I am observing really bad performance when using GWT requestfactory. For example, a request that takes my service layer 2 seconds to fullfil is taking GWT 20 seconds to serialize. My service is ret...
Kelly asked 19/10, 2012 at 15:50

1

I m trying to create a GWT app- it has a single HTML file (main.html) and the java class is main.java. In Eclipse, I did right click-> GWT -> Module and defined the new module correctly. However ...
Prorogue asked 28/3, 2012 at 14:44

2

I have to send file and their properties to GWT server. For sending a file i used form panel. public class BrowseFile extends DialogBox { // more code // .. private FormPanel getFormPanel() ...
Inn asked 22/8, 2012 at 11:2

2

Solved

In java code we can set id. Is it possible to set 'id' for GWT widgets in UiBinder itself? If it is possilbe please give me a sample. Actually I tried the following code, <g:Button ui:field...
Minardi asked 7/8, 2012 at 12:3

4

In smartGWT it is possible to add another widget (seems to use an interface) to an HTML5-canvas, as you can see in this example. Now I'm trying to figure out, if this is possible in (raw) GWT2.4 t...
Resplendent asked 30/9, 2011 at 12:46

1

Solved

I have a problem with internationalization. I'm trying to implement support two languages ​​in my GWT application. Unfortunately I never found a complete example how to do it with the help of UiBin...
Relive asked 11/5, 2012 at 3:7

4

In a GWT 2.1+ app, how can I generate a link to a place for external consumption? For instance, say I want to create a link to Place1. For internal consumption I could do presenter.goTo(new Place1...
Purplish asked 8/3, 2011 at 6:56

4

The first thing my GWT app does when it loads is request the current logged in user from the server via RequestFactory. This blocks because I need properties of the User to know how to proceed. Thi...
Baruch asked 17/3, 2012 at 18:40

1

Solved

I'm new to RequestFactory but with generous help of Thomas Broyer and after reviewing documents below it's getting much better :) Getting Started with RequestFactory Request Factory Moving Parts ...
Wholism asked 28/2, 2012 at 4:22

© 2022 - 2024 — McMap. All rights reserved.