Sunday, November 28, 2010

Re: How to Make a NumberCell Clickable

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
jlabanca@google.com


On Sat, Nov 27, 2010 at 3:58 AM, savilak <savilak@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment