Package io.jmix.flowui.component
Class SupportsResponsiveSteps.ResponsiveStep
java.lang.Object
io.jmix.flowui.component.SupportsResponsiveSteps.ResponsiveStep
- Enclosing interface:
- SupportsResponsiveSteps
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
-
Constructor Summary
ConstructorDescriptionResponsiveStep
(String minWidth, int columns) Constructs a ResponsiveStep with the given minimum width and number of columns.ResponsiveStep
(String minWidth, int columns, SupportsResponsiveSteps.ResponsiveStep.LabelsPosition labelsPosition) Constructs a ResponsiveStep with the given minimum width, number of columns and label position. -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
ResponsiveStep
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 appliedcolumns
- 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 appliedcolumns
- the number of columns the layout should havelabelsPosition
- the position where label components are to be displayed- See Also:
-
-
Method Details
-
getMinWidth
-
getColumns
public int getColumns() -
getLabelsPosition
-