Class Dashboard<T>

java.lang.Object
Type Parameters:
T - The type of object data that this dashboard manages.
All Implemented Interfaces:
ClickHandler, CloseableView, 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:
ObjectDashboard

public class Dashboard<T> extends ObjectTemplate<T> implements ExecutableView, CloseableView
UI of a dashboard that uses a structured template-based UI. The data object can have "get" methods that return values that can be used to populate the dashboard layout defined in the template as "id" attributes of the HTML tags.
Author:
Syam
See Also: