Class Card<T>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.Component>
com.storedobject.ui.Card<T>
Type Parameters:
T - The type of object associated with the card.
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
Direct Known Subclasses:
ObjectCard

public class Card<T> extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.Component> implements com.vaadin.flow.component.HasComponents
Represents a styled container with configurable layout and styling options. The Card class embeds a component and provides a pre-defined style for creating card-like components. It supports alignment, justification, and grid span configuration.
Author:
Syam
See Also: