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.PropertySet
Packages that use PropertySet
Package
Description
-
Uses of PropertySet in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return PropertySetModifier and TypeMethodDescriptionGrid.getPropertySet()
Returns
PropertySet
of bean this Grid is constructed with viaGrid(Class)
. -
Uses of PropertySet in com.vaadin.flow.component.grid.editor
Constructors in com.vaadin.flow.component.grid.editor with parameters of type PropertySet -
Uses of PropertySet in com.vaadin.flow.data.binder
Classes in com.vaadin.flow.data.binder that implement PropertySetModifier and TypeClassDescriptionclass
A
PropertySet
that uses reflection to find bean properties.Methods in com.vaadin.flow.data.binder that return PropertySetModifier and TypeMethodDescriptionstatic <T> PropertySet<T>
Gets a
BeanPropertySet
for the given bean type.static <T> PropertySet<T>
BeanPropertySet.get
(Class<? extends T> beanType, boolean checkNestedDefinitions, PropertyFilterDefinition filterDefinition) Gets a
BeanPropertySet
for the given bean type.PropertyDefinition.getPropertySet()
Gets the
PropertySet
that this property belongs to.Methods in com.vaadin.flow.data.binder with parameters of type PropertySetModifier and TypeMethodDescriptionstatic <BEAN> Binder<BEAN>
Binder.withPropertySet
(PropertySet<BEAN> propertySet) Creates a binder using a custom
PropertySet
implementation for finding and resolving property names forBinder.bindInstanceFields(Object)
,Binder.bind(HasValue, String)
andBinder.BindingBuilder.bind(String)
.Constructors in com.vaadin.flow.data.binder with parameters of type PropertySetModifierConstructorDescriptionprotected
Binder
(PropertySet<BEAN> propertySet) Creates a binder using a custom
PropertySet
implementation for finding and resolving property names forBinder.bindInstanceFields(Object)
,Binder.bind(HasValue, String)
andBinder.BindingBuilder.bind(String)
.