Class Card.Row

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.Row
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.Row extends Card.Cell
Represents a container component designed to arrange child components in a horizontal row layout with customizable gap spacing. The Row class extends the functionality of the Cell class, inheriting its flex layout capabilities and tailoring them specifically for row arrangements.
Author:
Syam
See Also: