Package | Description |
---|---|
com.vaadin.flow.component.formlayout |
Modifier and Type | Method and Description |
---|---|
FormLayout.ResponsiveStep |
FormLayout.ResponsiveStep.readJson(elemental.json.JsonObject value) |
Modifier and Type | Method and Description |
---|---|
List<FormLayout.ResponsiveStep> |
FormLayout.getResponsiveSteps()
Get the list of
FormLayout.ResponsiveStep s used to configure this layout. |
Modifier and Type | Method and Description |
---|---|
void |
FormLayout.setResponsiveSteps(FormLayout.ResponsiveStep... steps)
Configure the responsive steps used in this layout.
|
Modifier and Type | Method and Description |
---|---|
void |
FormLayout.setResponsiveSteps(List<FormLayout.ResponsiveStep> steps)
Configure the responsive steps used in this layout.
|
Copyright © 2025. All rights reserved.