From: Artur Signell Date: Wed, 14 Nov 2012 13:36:13 +0000 (+0200) Subject: Made method public as VForm is now in a different package (#9923) X-Git-Tag: 7.0.0.beta9~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F269%2F1;p=vaadin-framework.git Made method public as VForm is now in a different package (#9923) Change-Id: I4304737a21b9aa369703fd080e4dc07779e1c38d --- diff --git a/client/src/com/vaadin/client/ui/VForm.java b/client/src/com/vaadin/client/ui/VForm.java index 82e2f7d3aa..669f4e8c03 100644 --- a/client/src/com/vaadin/client/ui/VForm.java +++ b/client/src/com/vaadin/client/ui/VForm.java @@ -117,7 +117,7 @@ public class VForm extends ComplexPanel implements KeyDownHandler { shortcutHandler.handleKeyboardEvent(Event.as(event.getNativeEvent())); } - void setFooterWidget(Widget footerWidget) { + public void setFooterWidget(Widget footerWidget) { if (footer != null) { remove(footer); }