diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-23 04:10:39 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-23 04:10:39 +0000 |
commit | 1d21c65297fa01c2e12ae162964ceb92ea9da46e (patch) | |
tree | b3346585b7286d1f03001e556b8eef1b740af540 /ui/views/examples/table_example.h | |
parent | 628a69a99587a81ec23064f6a7ee6261ff429e13 (diff) | |
download | chromium_src-1d21c65297fa01c2e12ae162964ceb92ea9da46e.zip chromium_src-1d21c65297fa01c2e12ae162964ceb92ea9da46e.tar.gz chromium_src-1d21c65297fa01c2e12ae162964ceb92ea9da46e.tar.bz2 |
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
Diffstat (limited to 'ui/views/examples/table_example.h')
-rw-r--r-- | ui/views/examples/table_example.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |