瀏覽代碼

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 年之前
父節點
當前提交
1237b45383
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6
    1
      src/com/vaadin/ui/TabSheet.java

+ 6
- 1
src/com/vaadin/ui/TabSheet.java 查看文件

public boolean isClosable(); 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 * @param visible
* true if the end user is allowed to close the tab, false * true if the end user is allowed to close the tab, false

Loading…
取消
儲存