doc/book/en/B1020-define-views.en.txt
changeset 1588 79755c89b4f3
parent 1586 652e625004ae
parent 1355 8a3102fb4760
child 1590 7f523ae475d2
equal deleted inserted replaced
1587:56e347b8189c 1588:79755c89b4f3
    10 in `CubicWeb`.
    10 in `CubicWeb`.
    11 
    11 
    12 We'll start with a description of the interface providing you with a basic
    12 We'll start with a description of the interface providing you with a basic
    13 understanding of the classes and methods available, then detail the view
    13 understanding of the classes and methods available, then detail the view
    14 selection principle which makes `CubicWeb` web interface very flexible.
    14 selection principle which makes `CubicWeb` web interface very flexible.
       
    15 
       
    16 A `View` is an object applied to another object such as an entity.
    15 
    17 
    16 Basic class for views
    18 Basic class for views
    17 ---------------------
    19 ---------------------
    18 
    20 
    19 Class `View` (`cubicweb.common.view`)
    21 Class `View` (`cubicweb.common.view`)