Class ObjectCard<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.Card
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.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 ObjectCard<T extends StoredObject> extends Card
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: