Procházet zdrojové kódy

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

Addresses https://github.com/vaadin/framework/issues/1262
tags/8.9.3
Anna Koskinen před 4 roky
rodič
revize
eef77afb17
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 3
- 0
server/src/main/java/com/vaadin/ui/CustomLayout.java Zobrazit soubor

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

Načítá se…
Zrušit
Uložit