소스 검색

Added note to setTemplateContents JavaDoc (#11752) (#11788)

Addresses https://github.com/vaadin/framework/issues/1262
tags/8.9.3
Anna Koskinen 4 년 전
부모
커밋
eef77afb17
No account linked to committer's email address
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…
취소
저장