瀏覽代碼

Added note to setTemplateContents JavaDoc (#11752)

Addresses https://github.com/vaadin/framework/issues/1262
tags/8.10.0.alpha1
Tatu Lund 4 年之前
父節點
當前提交
0e353d9172
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      server/src/main/java/com/vaadin/ui/CustomLayout.java

+ 3
- 0
server/src/main/java/com/vaadin/ui/CustomLayout.java 查看文件

@@ -292,6 +292,9 @@ public class CustomLayout extends AbstractLayout implements LegacyComponent {
/**
* Set the contents of the template used to draw the custom layout.
*
* Note: setTemplateContents can be applied only before CustomLayout
* instance has been attached.
*
* @param templateContents
*/
public void setTemplateContents(String templateContents) {

Loading…
取消
儲存