Re: MessagesWithLookup gives deferred binding error

2011-06-25 Thread Frank Mena
OK, my bad. I imported a class from another package that I thought was GWT. On Jun 25, 5:46 pm, Frank Mena wrote: > I have a messages interface that extends Messages.java and works > fine.  When I switch to extending to MessagesWithLookup.java instead, > I get the error message: >

MessagesWithLookup gives deferred binding error

2011-06-25 Thread Frank Mena
I have a messages interface that extends Messages.java and works fine. When I switch to extending to MessagesWithLookup.java instead, I get the error message: Deferred binding result type 'com.mycompany.MyMessages' should not be abstract I cannot figure out why this is happening. Why is this ha

Re: SelectionCell does not clear when cellTable reloaded

2011-03-07 Thread Frank Mena
I'm doing almost the same thing, except I remove the item from the left table and add it to the right one. I need to let the user click on an item in either table, then clear the selection from the table other than the one that was clicked. If you go back and forth, selecting the same item from e

Clearing CellTable or CellList of all selections programmatically

2011-03-07 Thread Frank Mena
There does not seem to be an API for clearing a CellTable of selections. I have 2 tables next to each other where the user can select an item from the left table, press a button and that item is removed from that table and added to the right table. Same thing going from right to left. A user nee

Re: De-selecting a CellTable or CellView

2010-12-21 Thread Frank Mena
> It makes sense that if the selected item is lost, we should not reselect a > new item.  I created an issue to track > this:http://code.google.com/p/google-web-toolkit/issues/detail?id=5790 > > Thanks, > John LaBanca > jlaba...@google.com > > > > On Tue, Dec 21, 2

De-selecting a CellTable or CellView

2010-12-21 Thread Frank Mena
Looks like some of the behavior of CellTable and CellList has changed between v2.1.0 and 2.1.1. When you initially add data now, no item is selected. After any item is selected, there is no way to replace all the data in the table or list without it also selecting the first item. There is no met

De-selecting a CellTable or CellView

2010-12-20 Thread Frank Mena
Looks like some of the behavior of CellTable and CellList has changed between v2.1.0 and 2.1.1. When you initially add data now, no item is selected. After any item is selected, there is no way to replace all the data in the table or list without it also selecting the first item. There is no met