Class HTMLView

java.lang.Object
All Implemented Interfaces:
ClickHandler, CloseableView, ExecutableView, ValueChangeHandler, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, com.vaadin.flow.component.HasValue.ValueChangeListener, Serializable, Runnable, EventListener
Direct Known Subclasses:
HomeHTMLView

public class HTMLView extends Viewer
Create a View from some HTML content. The HTML may contain references to media content using ${media} variable where media is the name of the media to set. (MediaFiles can be stored in the DB). If the HTML is a full-fledged one (if it starts with a html tag), an IFrame will be created as the component of the View. Otherwise, a TemplateLayout is created.
Author:
Syam
See Also: