Monday, October 31, 2011

Re: GWT Celltable: How to apply mouse enter event in celltable's cell

Capture the click event/ change events. You will have to override the
EditableCell and write your own OnBrowseEvent Handler.

For reference, check the code for EditableTextCell. it actually would
give you hints on how to check for old values as it already does, you
can extend it to perform your record modify operation

Thanks
Ashwin

On Monday 31 October 2011 01:58:40 PM IST, vaibhav bhalke wrote:
> Hi,
> How to apply mouse enter event in celltables cell.
>
> If Mouse enter in cell for record edition then I want to set string to
> Record State column that record is edited "Record modify"
> On Mouse enter I will check cellvalaue is not equal old value then I
> will set "Record modify" value to related record for State column
> other wise empty.
>
> Is it possible to apply Mouse enter event in setFieldUpdater() of column?
> Or How to apply OnBrowseEvent on cell ?
>
> regards,
> Vaibhav
>
> <http://about.me/vaibhavbhalke>
>
>
>
> --
> 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