From: Artur Signell Date: Thu, 17 Dec 2009 06:55:25 +0000 (+0000) Subject: Added javadoc comment that Accordion does not support closing tabs. X-Git-Tag: 6.7.0.beta1~2130 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1237b45383bce1f80afe2657fa93a076402fe435;p=vaadin-framework.git Added javadoc comment that Accordion does not support closing tabs. svn changeset:10366/svn branch:6.2 --- 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