Re: How to provide cellformatter in gwt Celltable?

2015-04-14 Thread Juan Pablo Gardella
See CellTable javadoc and see how column's value are defined. You can put the format that you want there. On 14 April 2015 at 10:34, Abdul wrote: > In Celltable i want to set Cell formatter for Column,ho

How to provide cellformatter in gwt Celltable?

2015-04-14 Thread Abdul
In Celltable i want to set Cell formatter for Column,how to achieve this?Like I am getting some record from database say Column amount contains "1000" i want to display as "$1000" or want to apply some styling for column.Any Idea on this? -- You received this message because you are subscribed

Re: JsInterop @JsFunction is not really a function?

2015-04-14 Thread Marcin Okraszewski
The document you posted is very interesting. Is there any place that would tell what is implemented out of it? I understand the problem with call() and apply(), as these are used to specify what object will be visible as "this". I cannot think about corresponding concept in Java. I don't know h

Re: JsInterop @JsFunction is not really a function?

2015-04-14 Thread Jens
Maybe Goktug can say something about it. The spec document [1] has quite a bit of information about SAM handling however @JsFunction isn't directly mentioned yet and the implementation of @JsFunction is actually a bit different. I am pretty sure @JsFunction should somehow behave like a real fun

Re: Setting gwt cookie when redirecting to other domain

2015-04-14 Thread Surinaidu Majji
String baseUrl = http://167.23.543.34:8087/VolexSer/volex; not localhost On Tuesday, April 14, 2015 at 2:23:33 PM UTC+5:30, Surinaidu Majji wrote: > > I have a web application developed using gwt.2.5.1, java. In my > application i have a link "Volex page" which will send to the request to > the

Setting gwt cookie when redirecting to other domain

2015-04-14 Thread Surinaidu Majji
I have a web application developed using gwt.2.5.1, java. In my application i have a link "Volex page" which will send to the request to the other server(Volex). supppose if i open my application with "http://localhost:8085/myApp"; and can see the "vloex page", once user clicks on the 'Volex p