We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.data.binder.PropertyDefinition
Packages that use PropertyDefinition
-
Uses of PropertyDefinition in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type PropertyDefinitionModifier and TypeMethodDescriptionprotected Binder.BindingBuilder<BEAN,
?> CollaborationBinder.configureBinding
(Binder.BindingBuilder<BEAN, ?> baseBinding, PropertyDefinition<BEAN, ?> definition) -
Uses of PropertyDefinition in com.vaadin.flow.data.binder
Classes in com.vaadin.flow.data.binder that implement PropertyDefinitionModifier and TypeClassDescriptionclass
Abstract base class for PropertyDefinition implementations for beans.
static class
Contains properties for a bean type which is nested in another definition.
Methods in com.vaadin.flow.data.binder that return PropertyDefinitionModifier and TypeMethodDescriptionBeanPropertySet.NestedBeanPropertyDefinition.getParent()
PropertyDefinition.getParent()
Gets the parent property of this property if this is a sub-property of the property set.
Methods in com.vaadin.flow.data.binder that return types with arguments of type PropertyDefinitionModifier 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.
Methods in com.vaadin.flow.data.binder with parameters of type PropertyDefinitionModifier 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 the
binding
with the property definitiondefinition
before it's being bound.Constructors in com.vaadin.flow.data.binder with parameters of type PropertyDefinitionModifierConstructorDescriptionNestedBeanPropertyDefinition
(BeanPropertySet<T> propertySet, PropertyDefinition<T, ?> parent, PropertyDescriptor descriptor) Creates a new instance of a nested property definition.