Interface ResponsiveGridLayout.Row

All Superinterfaces:
ResponsiveGridLayout.GridElement
All Known Implementing Classes:
ResponsiveGridLayoutImpl.RowImpl
Enclosing interface:
ResponsiveGridLayout

public static interface ResponsiveGridLayout.Row extends ResponsiveGridLayout.GridElement
Interface defining a grid row. It's a wrapper over grid ResponsiveGridLayout.Columns with the ability to provide content alignment.

Corresponds to the <div class="row"> element.