From 1237b45383bce1f80afe2657fa93a076402fe435 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 17 Dec 2009 06:55:25 +0000 Subject: [PATCH] Added javadoc comment that Accordion does not support closing tabs. svn changeset:10366/svn branch:6.2 --- src/com/vaadin/ui/TabSheet.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/com/vaadin/ui/TabSheet.java b/src/com/vaadin/ui/TabSheet.java index e4f8f4dfa8..0e52687d56 100644 --- a/src/com/vaadin/ui/TabSheet.java +++ b/src/com/vaadin/ui/TabSheet.java @@ -663,7 +663,12 @@ public class TabSheet extends AbstractComponentContainer implements public boolean isClosable(); /** - * Sets the closability status for the tab. + * Sets the closability status for the tab. A closable tab can be closed + * by the user through the user interface. This also controls if a close + * button is shown to the user or not. + *

+ * Note! Currently only supported by TabSheet, not Accordion. + *

* * @param visible * true if the end user is allowed to close the tab, false -- 2.39.5