From 1d21c65297fa01c2e12ae162964ceb92ea9da46e Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Sun, 23 Dec 2012 04:10:39 +0000 Subject: Converts TableView from single selection to using ListSelectionModel. Also adds TableGrouper, which allows grouping cells (will replace GroupTableModel). Lastly adds TableViewRowBackgroundPainter, which may be used to paint the background of a row. Also, removes a couple of unused methods from TableViewObserver. BUG=none TEST=none R=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/11663007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174549 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/views/examples/table_example.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/views/examples/table_example.h') diff --git a/ui/views/examples/table_example.h b/ui/views/examples/table_example.h index 56df8a3..f7ed268 100644 --- a/ui/views/examples/table_example.h +++ b/ui/views/examples/table_example.h @@ -49,8 +49,6 @@ class TableExample : public ExampleBase, virtual void OnDoubleClick() OVERRIDE; virtual void OnMiddleClick() OVERRIDE; virtual void OnKeyDown(ui::KeyboardCode virtual_keycode) OVERRIDE; - virtual void OnTableViewDelete(TableView* table_view) OVERRIDE; - virtual void OnTableView2Delete(TableView2* table_view) OVERRIDE; // ButtonListener: virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE; -- cgit v1.1