Hi All,

I'm working on a custom widget which should represent an item in a
qx.data.Array. The items are all supposed to be added to a
qx.ui.container.SlideBar. After having "seen the light" when it comes to
data binding, I don't want to add the items myself but would rather use a
list controller to do the job for me. 
The problem is that the list controller only supports SelectBox, List and
ComboBox widgets, none of which have a horizontal orientation. 

My question is - which methods should the SlideBar implement so that I can
use it with the List controller? My requirements are actually quite simple -
I simply want for each item in the array to be bound to the "model" property
of my widget, and for the controller to add/remove items when the model
changes. 
In general, I would very much appreciate if there was a manual page (perhaps
there is and I didn't find it?) about writing data-aware custom widgets,
especially those having to do with dynamic creation of widgets according to
a model.

Thanks!
Omri



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Data-binding-of-list-like-custom-widgets-tp7580760.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to