Class ObjectCardTemplate<T extends StoredObject>

java.lang.Object
Type Parameters:
T - The type of StoredObject this template can manage.
All Implemented Interfaces:
ObjectSetter<T>, CardContent<T>, SupportsConcurrentClick, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable, Consumer<T>

public class ObjectCardTemplate<T extends StoredObject> extends ObjectTemplate<T> implements SupportsConcurrentClick, CardContent<T>, ObjectSetter<T>
A template-based component for displaying and managing object cards in a UI. This class provides functionality to manage a card's object, set menu anchors, and handle concurrent click events. It extends TemplateComponent for HTML and CSS-based templated designs and implements ObjectSetter, SupportsConcurrentClick, and CardContent for integration with object data, thread-safe click handling, and card management, respectively.
Author:
Syam
See Also: