Browse Source

Added javadoc comment that Accordion does not support closing tabs.

svn changeset:10366/svn branch:6.2
tags/6.7.0.beta1
Artur Signell 14 years ago
parent
commit
1237b45383
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      src/com/vaadin/ui/TabSheet.java

+ 6
- 1
src/com/vaadin/ui/TabSheet.java View 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

Loading…
Cancel
Save