Class CssGrid

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.HtmlComponent
com.vaadin.flow.component.HtmlContainer
com.vaadin.flow.component.html.Div
org.vaadin.firitin.components.cssgrid.CssGrid
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

@Deprecated(forRemoval=false) public class CssGrid extends com.vaadin.flow.component.html.Div
Deprecated.
Early version of this class, there might still be some backwards incompatible changes. Please provide your feedback, even if this "just works".
An EXPERIMENTAL css Grid based layout with a better typed Java API. Aim of this class is to provide a helpful Java API for the raw css grid layout. Read more about Css Grid from MDN.

The components added to this layout are the "cells" and how they are laid out can be further configure with the CssGrid.GridCell returned by the add(Component) method.

See Also: