gwittir

How to set up binding for an array with Gwittir and GWT?

I have an list of checkboxes on a GWT widget using Gwittir. I want to bind these checkbox values in my view to some values in my Model so that I can tell which ones are selected. How can I set up a binding to do this? For a single value (one not in an array), I've been doing this: Binding binding = new Binding(); binding.getChildren...