Editable CellTree withSuggestBox

2015-08-07 Thread Swapnil Gulhane
I am trying to write Celltree with below requirement. 1) Populate tree based user definded class/datastructure. 2) User will able to edit leaf node. While editing he will get list of available values(SuggestBox). Leaf lavel is composite cell having images and InputTextCell. 3) User will click

Re: Pressing the enter key in the SuggestBox popup fire onKeyUp event! How to disable this?

2015-08-07 Thread mohammed rizwan
As @Stole mentioned, use isSuggestionListShowing() of the SuggestBox in KeyDownHandler instead of KeyUpHandler and move your existing from KeyUp to KeyDowm. Because onSelection will trigger before onKeyUp but after onKeyDown mySuggestBoxObject.addKeyDownHandler(new

gwtproject.org Images not displaying

2015-08-07 Thread Stefan Falk
For some reason the images on this article [1] are not displayed but instead their relative location is written e.g. ![screenshot](../images/contact-list-view.png). Any chance that somebody could fix this? Didn't check if other articles/pages are affected. [1]

Datagrid remove selection

2015-08-07 Thread Marlon Maxwel
I need a method to deselect all items of my grade. I've tried using .clear () of SelectionModel and fails. Someone help me? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it,

Re: Download link for GWT 2.8 SNAPSHOT SDK?

2015-08-07 Thread Thomas Broyer
Downloading 2 (or up to 5 JARs I suppose) is probably easier and faster than building it, but YMMV. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to