Your best bet is to create a new AbstractCell that renders a Number (copy the render method from NumberCell) and fires the ValueUpdater when clicked (copy onBrowserEvent from ClickableTextCell).
Thanks, John LaBanca [email protected] On Sat, Nov 27, 2010 at 3:58 AM, savilak <[email protected]> wrote: > Hi, > > how can I make a NumberCell clickable (just like ClickableTextCell)? > > I need to do this because I am using Sortable Column is my cell Table > and i need to be able to click on number sorted columns. > > Thank you for your time. > > Savilak > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
