Uses of Interface
org.vaadin.miki.superfields.object.PropertyGroupLayoutProvider
-
Packages that use PropertyGroupLayoutProvider Package Description org.vaadin.miki.superfields.object org.vaadin.miki.superfields.util.factory -
-
Uses of PropertyGroupLayoutProvider in org.vaadin.miki.superfields.object
Classes in org.vaadin.miki.superfields.object that implement PropertyGroupLayoutProvider Modifier and Type Class Description classDefaultPropertyGroupLayoutProviderDefault implementation ofPropertyGroupLayoutProvider.Fields in org.vaadin.miki.superfields.object with type parameters of type PropertyGroupLayoutProvider Modifier and Type Field Description static com.vaadin.flow.function.SerializableSupplier<PropertyGroupLayoutProvider>ObjectField. DEFAULT_GROUP_LAYOUT_PROVIDERMethods in org.vaadin.miki.superfields.object that return PropertyGroupLayoutProvider Modifier and Type Method Description PropertyGroupLayoutProviderObjectField. getGroupLayoutProvider()Returns currentPropertyGroupLayoutProvider.Methods in org.vaadin.miki.superfields.object with parameters of type PropertyGroupLayoutProvider Modifier and Type Method Description voidObjectField. setGroupLayoutProvider(PropertyGroupLayoutProvider groupLayoutProvider)Sets the newPropertyGroupLayoutProvider.ObjectField<T>ObjectField. withGroupLayoutProvider(PropertyGroupLayoutProvider provider)ChainsObjectField.setGroupLayoutProvider(PropertyGroupLayoutProvider)and returns itself. -
Uses of PropertyGroupLayoutProvider in org.vaadin.miki.superfields.util.factory
Methods in org.vaadin.miki.superfields.util.factory that return PropertyGroupLayoutProvider Modifier and Type Method Description protected PropertyGroupLayoutProviderObjectFieldFactory. buildAndConfigureGroupLayoutProvider()Builds aPropertyGroupLayoutProviderthat provides a separate layout for a group with two or more properties in it.
-