JSON Data in GWT

2011-10-31 Thread IDeshpande
Hi All, I have my application which sends me a form in JSON format. Is there any direct way or API GWT provides to render this JSON data into any GWT UI element like Panel or a Dialog box? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Third Party API Call in Server package

2011-10-30 Thread IDeshpande
Hi All, I want to make a third party call in server package, but issue is it uses any UI frame's i.e. example any HTML division's ID as a parameter. As a result the call is failing because such UI divisions are not accessible on server side. Also, the call couldn't be made from client package

[UIBinder] Row Click Handler on flexTable.

2011-10-22 Thread IDeshpande
Hi All, I am using UIBinder for my application in which I have added a FlexTable to show my details. I want to add a clickHandler or a row select functionality where on clicking the row of flexTable I give a popup. So, i wanted to know how to add a rowClick for the FlexTable? Could anyone please

File Upload in GWT

2011-08-05 Thread IDeshpande
Hello All, Can somebody please provide me some pointers on file uploading stuff in GWT.? how it needs to be done what should i look for. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: File Upload in GWT

2011-08-05 Thread IDeshpande
for the same? On Aug 5, 11:11 am, Ahmet Dakoglu ahmetdako...@gmail.com wrote: Take a look athttp://code.google.com/p/gwtupload/ On Fri, Aug 5, 2011 at 9:10 AM, IDeshpande indraneeld2...@gmail.com wrote: Hello All, Can somebody please provide me some pointers on file uploading

Changing Default images (Arrows) for PagingOptions

2010-12-14 Thread IDeshpande
I have the PagingOptions enabled for my table with default arrow- Images for NextPage, LastPage, PrevPage and FirstPage. Is it possible to replace them with some other images..? That is to override the default images (Arrows) ? And how it could be done.? I tried using css but finding myself lost.