Uses of Interface
com.vaadin.flow.data.binder.PropertyDefinition
-
Uses of PropertyDefinition in com.vaadin.collaborationengine
Modifier and TypeMethodDescriptionprotected Binder.BindingBuilder<BEAN,
?> CollaborationBinder.configureBinding
(Binder.BindingBuilder<BEAN, ?> baseBinding, PropertyDefinition<BEAN, ?> definition) -
Uses of PropertyDefinition in com.vaadin.flow.data.binder
Modifier and TypeClassDescriptionclass
Abstract base class for PropertyDefinition implementations for beans.static class
Contains properties for a bean type which is nested in another definition.Modifier and TypeMethodDescriptionBeanPropertySet.NestedBeanPropertyDefinition.getParent()
PropertyDefinition.getParent()
Gets the parent property of this property if this is a sub-property of the property set.Modifier and TypeMethodDescriptionBeanPropertySet.getProperties()
PropertySet.getProperties()
Gets all known properties as a stream.BeanPropertySet.getProperty
(String name) PropertySet.getProperty
(String name) Gets the definition for the named property, or an empty optional if there is no property with the given name.Modifier and TypeMethodDescriptionprotected Binder.BindingBuilder<BEAN,
?> BeanValidationBinder.configureBinding
(Binder.BindingBuilder<BEAN, ?> binding, PropertyDefinition<BEAN, ?> definition) protected Binder.BindingBuilder<BEAN,
?> Binder.configureBinding
(Binder.BindingBuilder<BEAN, ?> binding, PropertyDefinition<BEAN, ?> definition) Configures thebinding
with the property definitiondefinition
before it's being bound.ModifierConstructorDescriptionNestedBeanPropertyDefinition
(BeanPropertySet<T> propertySet, PropertyDefinition<T, ?> parent, PropertyDescriptor descriptor) Creates a new instance of a nested property definition.