ソースを参照

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) {

読み込み中…
キャンセル
保存