Changes between Version 2 and Version 3 of Modules/TableView


Ignore:
Timestamp:
2012-03-27T09:59:18+02:00 (13 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/TableView

    v2 v3  
    1212* rowid: it is expected that for selection/action purposes we want to work with rowids. These may be simple number but also can be the ids used in the backend. The viewer can work with either as long as they are unique.
    1313
    14 == Desired MVC components ==
     14== Architectural overview ==
    1515Objective of the TableView is to seperate Model, View (client), Controller (server). The core idea is that the Controller can have multiple implementations to produce Model from different data sources.
    1616