Subclass the EditTextCell(), call the onBrowserEvent() method. This method handle a browser event that took place within the cell. Capture the event using event.getType().
S. Abraham www.DataStoreGwt.com Persist objects directly in Google App Engine On Oct 31, 1:28 pm, vaibhav bhalke <[email protected]> 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 [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.
