diff options
author | Denis Anisimov <denis@vaadin.com> | 2014-03-15 22:01:25 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-03-31 12:01:38 +0000 |
commit | 74bfd5e20759f0c26b40b41754129cbd71e0eff3 (patch) | |
tree | 896ad46ef285af58825a36edc1fa7cd2c43ea73d /client | |
parent | 1209082630dab1e50ab3a7d5c43e97bccd07504d (diff) | |
download | vaadin-framework-74bfd5e20759f0c26b40b41754129cbd71e0eff3.tar.gz vaadin-framework-74bfd5e20759f0c26b40b41754129cbd71e0eff3.zip |
Show caption for PopupView (#10618).
Change-Id: I00ae9444b5b7720ad19473ea3fe05ed764c95bf9
Diffstat (limited to 'client')
-rw-r--r-- | client/src/com/vaadin/client/ui/popupview/PopupViewConnector.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/com/vaadin/client/ui/popupview/PopupViewConnector.java b/client/src/com/vaadin/client/ui/popupview/PopupViewConnector.java index f49c4ba3ee..2f53280c99 100644 --- a/client/src/com/vaadin/client/ui/popupview/PopupViewConnector.java +++ b/client/src/com/vaadin/client/ui/popupview/PopupViewConnector.java @@ -49,11 +49,6 @@ public class PopupViewConnector extends AbstractHasComponentsConnector } @Override - public boolean delegateCaptionHandling() { - return false; - } - - @Override public void onStateChanged(StateChangeEvent stateChangeEvent) { super.onStateChanged(stateChangeEvent); |