Package io.jmix.flowui.component
Class SupportsResponsiveSteps.ResponsiveStep
java.lang.Object
io.jmix.flowui.component.SupportsResponsiveSteps.ResponsiveStep
- Enclosing interface:
- SupportsResponsiveSteps
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enum
- 
Constructor SummaryConstructorsConstructorDescriptionResponsiveStep(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 SummaryModifier and TypeMethodDescriptionint
- 
Constructor Details- 
ResponsiveStepConstructs 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
 
- 
ResponsiveSteppublic 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- 
getMinWidth
- 
getColumnspublic int getColumns()
- 
getLabelsPosition
 
-