Features/TableView Widget: Difference between revisions

Line 19: Line 19:


== Detailed Description ==
== Detailed Description ==
''Expand on the summary, if appropriate. A couple of sentences suffices to explain the goal, but the more details you can provide the better.''
 
Feature introduced two new classes - SmartTable and TableView.
 
=== SmartTable class ===
 
Model less implementation. The real widget consist of ''visible-columns'' * (''visible-rows'' + 2) identical widgets(constructor is beeing passed to SmartTable while creation) and while scrolling(per line, not per row) class shifts these widgets.
 
=== TreeTable class ===
 
Just adds mgt.TreeModel support.


== Benefit to Sugar ==
== Benefit to Sugar ==