Package | Description |
---|---|
com.vaadin.flow.data.binder |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBeanPropertyDefinition<T,V>
Abstract base class for PropertyDefinition implementations for beans.
|
static class |
BeanPropertySet.NestedBeanPropertyDefinition<T,V>
Contains properties for a bean type which is nested in another
definition.
|
Modifier and Type | Method and Description |
---|---|
PropertyDefinition<T,?> |
PropertyDefinition.getParent()
Gets the parent property of this property if this is a sub-property of
the property set.
|
PropertyDefinition<T,?> |
BeanPropertySet.NestedBeanPropertyDefinition.getParent() |
Modifier and Type | Method and Description |
---|---|
Stream<PropertyDefinition<T,?>> |
PropertySet.getProperties()
Gets all known properties as a stream.
|
Stream<PropertyDefinition<T,?>> |
BeanPropertySet.getProperties() |
Optional<PropertyDefinition<T,?>> |
PropertySet.getProperty(String name)
Gets the definition for the named property, or an empty optional if there
is no property with the given name.
|
Optional<PropertyDefinition<T,?>> |
BeanPropertySet.getProperty(String name) |
Modifier and Type | Method and Description |
---|---|
protected Binder.BindingBuilder<BEAN,?> |
Binder.configureBinding(Binder.BindingBuilder<BEAN,?> binding,
PropertyDefinition<BEAN,?> definition)
Configures the
binding with the property definition
definition before it's being bound. |
protected Binder.BindingBuilder<BEAN,?> |
BeanValidationBinder.configureBinding(Binder.BindingBuilder<BEAN,?> binding,
PropertyDefinition<BEAN,?> definition) |
Constructor and Description |
---|
NestedBeanPropertyDefinition(BeanPropertySet<T> propertySet,
PropertyDefinition<T,?> parent,
PropertyDescriptor descriptor)
Creates a new instance of a nested property definition.
|
Copyright © 2025. All rights reserved.