Class GridLayout<T>

java.lang.Object
com.vaadin.flow.component.Component
io.jmix.flowui.kit.component.gridlayout.JmixGridLayout<T>
io.jmix.flowui.component.gridlayout.GridLayout<T>
Type Parameters:
T - the type of the items displayed in this layout
All Implemented Interfaces:
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.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.data.binder.HasItemComponents<T>, com.vaadin.flow.data.provider.HasDataView<T,Void,GridLayoutDataView<T>>, com.vaadin.flow.data.provider.HasListDataView<T,GridLayoutListDataView<T>>, SupportsDataProvider<T>, SupportsItemsContainer<T>, SupportsItemsEnum<T>, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class GridLayout<T> extends JmixGridLayout<T> implements SupportsDataProvider<T>, SupportsItemsContainer<T>, SupportsItemsEnum<T>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Represents a customizable grid layout component for displaying data in a grid-based format. Provides integration with data sources to support data binding, items enumeration, and other features.
See Also: