diff options
-rw-r--r-- | client/src/com/vaadin/client/ui/VForm.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |