Bläddra i källkod

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 år sedan
förälder
incheckning
1237b45383
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6
    1
      src/com/vaadin/ui/TabSheet.java

+ 6
- 1
src/com/vaadin/ui/TabSheet.java Visa fil

@@ -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

Laddar…
Avbryt
Spara