Jeff Pittman
|
e51da87134
|
Added allownone=True for obj in ObjectAdapter, and for fruit_name in the list cascade examples, and modified the detail view variants in the list examples to clear widgets and redraw if the the selected fruit is None.
|
2012-08-04 05:28:53 -05:00 |
Jeff Pittman
|
0d29acae75
|
Added two new classes, ObjectAdapter and ObserverView, which work together in a fashion similar to the way ListAdapter and ListView work. ObjectAdapter can be used to hold the selection of a ListAdapter. ObserverView is a view associated with this relationship, as showin the the list_cascade_oo.py example. The detail view on the right is an ObserverView, showing the view associated with the ObjectAdapter instance observing the fruit selection.
|
2012-08-03 17:50:22 -05:00 |
Jeff Pittman
|
ea7ce02a89
|
Removed the experiment with ButtonBehavior. Worked over bindings and events widely. Realized the place to put the call to check_for_empty_selection(), as things are now, is at the bottom of listview.hard_populate(). Cleaned up all of the examples for the changes.
|
2012-08-02 20:53:41 -05:00 |