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()
ReturnsPropertySet
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
APropertySet
that uses reflection to find bean properties.Methods in com.vaadin.flow.data.binder that return PropertySetModifier and TypeMethodDescriptionstatic <T> PropertySet<T>
Gets aBeanPropertySet
for the given bean type.static <T> PropertySet<T>
BeanPropertySet.get
(Class<? extends T> beanType, boolean checkNestedDefinitions, PropertyFilterDefinition filterDefinition) Gets aBeanPropertySet
for the given bean type.PropertyDefinition.getPropertySet()
Gets thePropertySet
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 customPropertySet
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 customPropertySet
implementation for finding and resolving property names forBinder.bindInstanceFields(Object)
,Binder.bind(HasValue, String)
andBinder.BindingBuilder.bind(String)
.