Class ObjectTemplate<T>

java.lang.Object
com.vaadin.flow.component.Component
Type Parameters:
T - The type of data this template can manage.
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
Direct Known Subclasses:
Dashboard, ObjectCardTemplate

public class ObjectTemplate<T> extends TemplateComponent
A template-based component for displaying and managing an object and its associated objects in a UI.
Author:
Syam
See Also: