Use DataSetView instead of ListView.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 30 Sep 2014 09:52:57 +0100
changeset 33 25ec72596ce3
parent 32 8f4784723270
child 34 cda31dfd5386
Use DataSetView instead of ListView. Looks slightly better.
VDBEventLogApplication.st
--- a/VDBEventLogApplication.st	Tue Sep 30 09:52:30 2014 +0100
+++ b/VDBEventLogApplication.st	Tue Sep 30 09:52:57 2014 +0100
@@ -77,18 +77,16 @@
        component: 
       (SpecCollection
          collection: (
-          (SelectionInListModelViewSpec
+          (DataSetSpec
              name: 'EventList'
              layout: (LayoutFrame 0 0 0 0 0 1 0 1)
              model: eventSelectionHolder
              menu: eventMenu
              hasHorizontalScrollBar: true
              hasVerticalScrollBar: true
-             listModel: eventList
+             dataList: eventList
              useIndex: false
-             highlightMode: line
-             doubleClickSelector: eventMenuInspect
-             postBuildCallback: postBuildListView:
+             columnHolder: listColumnSpec
            )
           )