Class ObjectCard<T extends StoredObject>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.Component>
com.storedobject.ui.Card<T>
com.storedobject.ui.ObjectCard<T>
Type Parameters:
T - the type of the object stored in the card, which must extend the StoredObject class
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasStyle, Serializable

public class ObjectCard<T extends StoredObject> extends Card<T>
Represents a generic card that holds a reference to an object of type T, where T is a subclass of StoredObject. This class extends the functionality of the Card class.
Author:
Syam
See Also: