]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added javadoc comment that Accordion does not support closing tabs.
authorArtur Signell <artur.signell@itmill.com>
Thu, 17 Dec 2009 06:55:25 +0000 (06:55 +0000)
committerArtur Signell <artur.signell@itmill.com>
Thu, 17 Dec 2009 06:55:25 +0000 (06:55 +0000)
svn changeset:10366/svn branch:6.2

src/com/vaadin/ui/TabSheet.java

index e4f8f4dfa8c7bb71703f6e232df2c3384b93aaef..0e52687d5617e6aca8f91ae4af2f725e1e544d33 100644 (file)
@@ -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.
+         * <p>
+         * Note! Currently only supported by TabSheet, not Accordion.
+         * </p>
          * 
          * @param visible
          *            true if the end user is allowed to close the tab, false