Class ResponsiveGridLayout.OffsetValue

java.lang.Object
io.jmix.ui.component.ResponsiveGridLayout.OffsetValue
Enclosing interface:
ResponsiveGridLayout

public static class ResponsiveGridLayout.OffsetValue extends Object
Class containing information about the number of columns by which to move a column to the right.

Corresponds to the .offset-* styles.

See Also:
  • Field Details

    • cols

      protected int cols
  • Constructor Details

    • OffsetValue

      public OffsetValue(int cols)
  • Method Details