Uses of Interface
com.vaadin.flow.component.JsonSerializable
-
Packages that use JsonSerializable Package Description com.vaadin.flow.component com.vaadin.flow.component.formlayout -
-
Uses of JsonSerializable in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return JsonSerializable Modifier and Type Method Description JsonSerializable
JsonSerializable. readJson(elemental.json.JsonObject value)
Sets the JSON object data into the Java object. -
Uses of JsonSerializable in com.vaadin.flow.component.formlayout
Classes in com.vaadin.flow.component.formlayout that implement JsonSerializable Modifier and Type Class Description static class
FormLayout.ResponsiveStep
A class used in describing the responsive layouting behavior of aFormLayout
.
-