From 2a711a6e8c393b7457b9fe029d30a782945c8076 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Fri, 20 Mar 2015 15:50:51 +0200 Subject: Disable Sidebar API access since it will still be reworked (#17023) Change-Id: I86900955497ba8e713f48457a7b858f50f9eeb73 --- client/src/com/vaadin/client/widgets/Grid.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src') diff --git a/client/src/com/vaadin/client/widgets/Grid.java b/client/src/com/vaadin/client/widgets/Grid.java index 5091d8882f..3e201277a0 100644 --- a/client/src/com/vaadin/client/widgets/Grid.java +++ b/client/src/com/vaadin/client/widgets/Grid.java @@ -2901,7 +2901,7 @@ public class Grid extends ResizeComposite implements * * @since */ - public static class Sidebar extends Composite { + private static class Sidebar extends Composite { private final ClickHandler openCloseButtonHandler = new ClickHandler() { @@ -7414,7 +7414,7 @@ public class Grid extends ResizeComposite implements * @since * @return the sidebar widget for this grid */ - public Sidebar getSidebar() { + private Sidebar getSidebar() { return sidebar; } -- cgit v1.2.3