Changes between Version 2 and Version 3 of Modules/TableView
- Timestamp:
- 2012-03-27T09:59:18+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/TableView
v2 v3 12 12 * 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. 13 13 14 == Desired MVC components==14 == Architectural overview == 15 15 Objective 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. 16 16