Class ObjectCardDashboard<T extends StoredObject>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.HtmlComponent
com.vaadin.flow.component.HtmlContainer
com.vaadin.flow.component.html.Div
Type Parameters:
T - The type of objects managed by this dashboard. It must extend StoredObject.
All Implemented Interfaces:
FilterMethods<T>, ObjectLoader<T>, ObjectLoader<T>, ClickHandler, CloseableView, ExecutableView, ValueChangeHandler, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.html.Div>, 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.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasOrderedComponents, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, com.vaadin.flow.component.HasValue.ValueChangeListener, Serializable, Runnable, EventListener

public class ObjectCardDashboard<T extends StoredObject> extends CardDashboard implements ObjectLoader<T>
A specialized dashboard for managing and displaying cards representing objects of a specific type. This class extends the functionality of CardDashboard and integrates with an ObjectLoader for loading and managing lists of objects of type T.
Author:
Syam
See Also: