Monday, September 27, 2010

Re: ActionCell code example (data presentation widget - 2.1m3)

On Sep 27, 3:42 am, Bayard Randel <k...@bestpractice.org.nz> wrote:
> Would anyone happen to have a code example demonstrating the use of an
> ActionCell?

The Showcase sample contains one such example:
http://code.google.com/p/google-web-toolkit/source/browse/tags/2.1.0-ms3/samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/CwCellSampler.java#342

> I'm assuming that this would be the best way, for
> example, to create an even handler which takes the user from a
> listings page to a details page for a specific record.

FYI, the Expenses sample uses a NoSelectionModel with a
SelectionChangeEvent.Handler:
http://code.google.com/p/google-web-toolkit/source/browse/tags/2.1.0-ms3/bikeshed/src/com/google/gwt/sample/expenses/gwt/client/ExpenseList.java#470

--
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