Class ObjectDashboard<T extends StoredObject>

java.lang.Object
Type Parameters:
T - The type of StoredObject that this dashboard manages.
All Implemented Interfaces:
ObjectSetter<T>, 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, Consumer<T>

public class ObjectDashboard<T extends StoredObject> extends Dashboard<T> implements ObjectSetter<T>
UI of a dashboard that uses a structured template-based UI. The data object's "get" methods that return values that are used to populate the dashboard layout are defined in the template as "id" attributes of the HTML tags.
Author:
Syam
See Also: