Class Card.Cell

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.Cell
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:
Card.Column, Card.Row
Enclosing class:
Card

public static class Card.Cell extends com.vaadin.flow.component.html.Div
Represents a flex container that manages its child components with a customizable layout. The Cell class extends the Div component and provides specialized alignment and layout capabilities, enabling components to be organized either in a column or row direction, with adjustable gaps and alignment options.
Author:
Syam
See Also: