Class TemplateComponent

java.lang.Object
com.vaadin.flow.component.Component
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable

public class TemplateComponent extends TemplateLayout
A Component based on a template. The template can contain HTML tags (and thus, Vaadin component tags too) and if any image resources are referenced, respective MediaFiles must be used just like in HTMLView. For CSS styling the content, style tag should be used and if used, it should be used only once. If style tags are specified more than once, only the first one is considered and the rest are ignored.

Note: You can use Id mapping as used with TemplateLayout to map components inside this class to their HTML counterparts.

Author:
Syam
See Also: