On Friday 06 June 2008 16:38, Michael Hunger wrote:

> What if multiple adapters can handle a property type (for instance combobox
> and checkbox for boolean or slider and textfield for number etc) ?
> Perhaps a hint annotation at the property helps.

Annotation??

SwingBinding property = model.bind( model.salary() );
property.to( salarySlider );
property.to( salarySlider );

The Property->Widget update requires a planned feature in UnitOfWork, and will 
have to wait until that comes in place.

> Do you plan to do something about the layouting (position, groups, order,
> separators) and presentation (titles, tooltips, formats) as well?

Uhhhh.....??
Is this in the field of Binding, or are we talking general Swing support?

In my head this is a multi-tiered approach, where you use as much or as little 
of the features as you like. In the larger scheme is full CRUD support, but I 
want to take small steps to get there...

> Perhaps you can commit it to the 0.2 version of the branch ?

No, the qa/ tags are readonly, to ensure what is released is released.

I tell you what. Let's stick it into my laboratory...


Cheers
-- 
Niclas Hedhman, Software Developer

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to