Class ObjectCardGrid<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
com.storedobject.ui.CardGrid
com.storedobject.ui.ObjectCardGrid<T>
Type Parameters:
T - the type of objects that extend StoredObject, which will be managed by this grid
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.html.Div>, 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, Serializable

public class ObjectCardGrid<T extends StoredObject> extends CardGrid
ObjectCardGrid is a specialized CardGrid designed to work with objects of type StoredObject. It provides additional methods to handle events related to loading cards and facilitates retrieving a list of stored objects from the associated CardDashboard.
Author:
Syam
See Also: