Class GridLayout

java.lang.Object
com.vaadin.flow.component.Component
com.storedobject.vaadin.CSSGrid
com.storedobject.vaadin.GridLayout
All Implemented Interfaces:
HasSize, HasStyle, com.vaadin.flow.component.AttachNotifier, 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, Serializable

@Tag("div") public class GridLayout extends CSSGrid
A layout for arranging components in a grid style. Only columns (just the count or sizes) can be specified. When more components are added, it will wrap to the next rows if the column count exceeds the specified limit.
Author:
Syam
See Also: