On Dec 15, 3:40 am, Dennis Madsen <[email protected]> wrote:
> Thanks Ashar. - your solution was easy to implement!
>

One alternative is to present this as an HTML list. David Maddison
wrote an article about how to create a custom widget that renders
as an <ol> ordered list or <ul> unordered list. You should be able
to adapt the code to provide random access to your list.

http://davidmaddison.blogspot.com/2009/01/creating-gwt-component.html

I do suggest that you separate the data store from the widget and use
model classes and event processing to store and render the data.
You can find some ideas for that in the GWT Incubator project, though
the events in that project are not compatible with the GWT 1.7.1/2.0
events.

Respectfully,
Eric Jablow

--

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.


Reply via email to