Re: Problem decoding complex AutoBean

2020-07-10 Thread Akshay Kumar
Can anyone help me? My json string is - { "themeId": 1, "name": "rpc", "enabled": true, "propertiesList": [ { "id": 1, "themeConfigurationId": 1, "chatScreen": "chatScreen", "component": "header", "property": "text", "value": "HELLO" }, { "id": 3, "themeConfigurationId": 1, "chatScreen":

Re: GeoMap alternative?

2010-07-19 Thread Akshay Kumar
to implement these features in a GWT application, I highly recommend using a GWT-integrated API if you want to avoid the overhead and maintenance issues. On 17 juil, 20:47, Akshay Kumar kumar.aks...@gmail.com wrote: Thanks Mikael, Looks pretty neat, in fact much more than I need. As my requirement

Re: need best GWT book for a begginner to start career

2010-07-19 Thread Akshay Kumar
I suggest - start with the http://code.google.com/webtoolkit/doc/latest/tutorial/ Follow its all the steps, get your hands dirty and dirtier. And then if you still need to learn from examples, then I liked the contents of this book: 1. Google Web Toolkit - Applications by Ryan dewsbury (

Re: GeoMap alternative?

2010-07-17 Thread Akshay Kumar
://sourceforge.net/projects/gwt-openlayers/ OpenLayers is a JavaScript library for displaying maps, and GWT- OpenLayers provides the wrapping with JSNI. I currently work on a similar project, you can contact me if you need guidance. Mikael Couzic On 14 juil, 17:59, Akshay Kumar kumar.aks...@gmail.com wrote

Re: Difference between setWidget and setHTML?

2010-07-16 Thread Akshay Kumar
registered event handlers, for example. You generally don't want to create widgets, reduce them to HTML, and then try to insert that HTML into another Widget. -- Isaac On Fri, Jul 16, 2010 at 12:28 PM, Akshay Kumar kumar.aks...@gmail.comwrote: Hi, I kind of understand what setWidget does

GeoMap alternative?

2010-07-14 Thread Akshay Kumar
Hi, I am planning to use GeoMap (google visualization widget) as a widget to select regions in my GWT based application. However, I realized that GeoMap is a flash based widget. I want my web-app to be completely free of plugins. Which was one of the reasons to choose GWT. So, any pure HTML (or

Re: GeoMap alternative?

2010-07-14 Thread Akshay Kumar
or not? -akshay On 14 July 2010 21:11, Akshay Kumar kumar.aks...@gmail.com wrote: Hi, I am planning to use GeoMap (google visualization widget) as a widget to select regions in my GWT based application. However, I realized that GeoMap is a flash based widget. I want my web-app to be completely free

TablayoutPanel - how to align tabs on right (top)

2010-07-12 Thread Akshay Kumar
I am using TabLayoutPanel (in UiBinder xml), and the tab handles ( headers) are by default on top-left. Cant seem to figure out any api option to align the tab-headers on the top-right. I tried TabPanel also but without any luck. something like this: [ Tab1 ]_[ Tab2

gwt-visualization Table vs gwt-incubator ScrollTable

2010-07-12 Thread Akshay Kumar
Hi, I have seen examples of both and like both of them, at least for the basic purpose of displaying data in Table form and with paging. However, I am unable to pick one over the other for the following reasons: a) Both lack Column Reordering using Drag and Drop that I wish in my Table View. I

gwt-visualization Table vs gwt-incubator ScrollTable

2010-07-12 Thread Akshay Kumar
Hi, I have seen examples of both and like both of them, at least for the basic purpose of displaying data in Table form and with paging. However, I am unable to pick one over the other for the following reasons: a) Both lack Column Reordering using Drag and Drop that I wish in my Table View. I

Re: TablayoutPanel - how to align tabs on right (top)

2010-07-12 Thread Akshay Kumar
...@yahoo.de wrote: Hi, Did you want to support a rtl language? When yes, try to switch to it. Some widget support it. Stefan Bachert http://gwtworld.de On 11 Jul., 13:46, Akshay Kumar kumar.aks...@gmail.com wrote: I am using TabLayoutPanel (in UiBinder xml), and the tab handles ( headers