doc: revisions to the reycleview docs

This commit is contained in:
Zen-CODE 2016-07-29 16:33:26 +02:00
parent 6c8db96f0d
commit 9d94f15eda
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ pattern.
* Controller: The controller is implemented by :class:`RecycleViewBehavior`.
These are abstract classes and cannot be used directly. The default concrete
implementation is RecycleDataModel for M, RecycleLayout and ... for views,
and RecycleView for C.
implementation is the :class:`RecycleDataModel` for the model, the
:class:`RecycleLayout` and ... for view, and the :class:`RecycleView` for the
controller.
When a RecycleView is instantiated it automatically creates the views and data
classes. However, one must manually create the layout classes and add them to