Class CardGrid

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
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
Direct Known Subclasses:
ObjectCardGrid

public class CardGrid extends com.vaadin.flow.component.html.Div
A CardGrid is a UI component designed to display a grid of cards. The grid is dynamic and adjusts to the available space while maintaining a consistent card width and gap between the cards.

CardGrid extends the Div component and provides methods for customizing the appearance and behavior of the grid layout. It supports setting a custom card width and gap size, and it can also be linked to a CardDashboard for managing its content.
Author:
Syam
See Also: