Interface ResponsiveGridLayout

All Superinterfaces:
Component, Component.BelongToFrame, HasComponents, HasHtmlSanitizer, LayoutClickNotifier
All Known Implementing Classes:
ResponsiveGridLayoutImpl

@StudioComponent(caption="ResponsiveGridLayout", category="Containers", xmlElement="responsiveGridLayout", icon="io/jmix/ui/icon/container/responsiveGridLayout.svg", canvasBehaviour=CONTAINER, containerType=RESPONSIVE_GRID, unsupportedProperties={"responsive","width"}, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/containers/responsive-grid-layout.html") public interface ResponsiveGridLayout extends Component, Component.BelongToFrame, HasComponents, LayoutClickNotifier, HasHtmlSanitizer
A layout where the components are laid out on a grid, based on the Bootstrap's 12 columns grid system.

Each component must be located in the corresponding ResponsiveGridLayout.Column.