Class Card.Column

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
com.storedobject.ui.Card.Column
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
Enclosing class:
Card

public static class Card.Column extends Card.Cell
Represents a column-based layout container that arranges its child components vertically with an optional gap between them. The Column class extends the Cell class, inheriting its flex container properties while enforcing a column layout direction. This class provides constructors to quickly configure the gap size and the components to include in the layout.
Author:
Syam
See Also: