Browse Source

Added note to setTemplateContents JavaDoc (#11752)

Addresses https://github.com/vaadin/framework/issues/1262
tags/8.10.0.alpha1
Tatu Lund 4 years ago
parent
commit
0e353d9172
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      server/src/main/java/com/vaadin/ui/CustomLayout.java

+ 3
- 0
server/src/main/java/com/vaadin/ui/CustomLayout.java View File

/** /**
* Set the contents of the template used to draw the custom layout. * 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 * @param templateContents
*/ */
public void setTemplateContents(String templateContents) { public void setTemplateContents(String templateContents) {

Loading…
Cancel
Save