Class SupportsResponsiveSteps.ResponsiveStep

java.lang.Object
io.jmix.flowui.component.SupportsResponsiveSteps.ResponsiveStep
Enclosing interface:
SupportsResponsiveSteps

public static class SupportsResponsiveSteps.ResponsiveStep extends Object
  • Constructor Details

    • ResponsiveStep

      public ResponsiveStep(String minWidth, int columns)
      Constructs a ResponsiveStep with the given minimum width and number of columns.
      Parameters:
      minWidth - the minimum width as a CSS string value after which this responsive step is to be applied
      columns - the number of columns the layout should have
    • ResponsiveStep

      public ResponsiveStep(String minWidth, int columns, @Nullable SupportsResponsiveSteps.ResponsiveStep.LabelsPosition labelsPosition)
      Constructs a ResponsiveStep with the given minimum width, number of columns and label position.
      Parameters:
      minWidth - the minimum width as a CSS string value after which this responsive step is to be applied
      columns - the number of columns the layout should have
      labelsPosition - the position where label components are to be displayed
      See Also:
  • Method Details