Hi!

ULC features nice data models for tables and lists.
Why is there no model interface for components like ULCTextField and other simple data presenting components? This would make a data- binding to these components much easier and smoother.

Something like this would be great:

ULCTextField myTextField = new ULCTextField();
myTextField.setModel(myOwnNiceDBDrivenTextFieldDataModel);

I could do so by extending ULCTextField and write my own interface, I know, but it would be great to have this functionality out of the box. It would make ULC more convenient.

What do you think? How about?

Regards,
Marcel
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to