Class TemplateView

java.lang.Object
com.vaadin.flow.component.Component
All Implemented Interfaces:
ClickHandler, ExecutableView, ValueChangeHandler, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasValue.ValueChangeListener, Serializable, Runnable, EventListener
Direct Known Subclasses:
BlockView, LoginForm

public class TemplateView extends TemplateLayout implements ExecutableView
An ExecutableView that uses a TemplateLayout as its sole component.
Author:
Syam
See Also: