Package | Description |
---|---|
com.vaadin.flow.component.formlayout |
Modifier and Type | Method and Description |
---|---|
static FormLayout.ResponsiveStep.LabelsPosition |
FormLayout.ResponsiveStep.LabelsPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormLayout.ResponsiveStep.LabelsPosition[] |
FormLayout.ResponsiveStep.LabelsPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ResponsiveStep(String minWidth,
int columns,
FormLayout.ResponsiveStep.LabelsPosition labelsPosition)
Constructs a ResponsiveStep with the given minimum width, number of
columns and label position.
|
Copyright © 2025. All rights reserved.