Class CustomLayout

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div>
org.vaadin.firitin.components.CustomLayout
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

public class CustomLayout extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div>
A replacement for V7/8 era custom layout component for which one can provide a template dynamically and still place Vaadin components into it. Slots where you want to put component(s), must be identified with id, e.g.
 <div><h1>Hello!<h1><div id="tmpl-slot"></div></div>
 
See Also: