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()ReturnsPropertySetof 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 TypeClassDescriptionclassAPropertySetthat uses reflection to find bean properties.Methods in com.vaadin.flow.data.binder that return PropertySetModifier and TypeMethodDescriptionstatic <T> PropertySet<T>Gets aBeanPropertySetfor the given bean type.static <T> PropertySet<T>BeanPropertySet.get(Class<? extends T> beanType, boolean checkNestedDefinitions, PropertyFilterDefinition filterDefinition) Gets aBeanPropertySetfor the given bean type.PropertyDefinition.getPropertySet()Gets thePropertySetthat 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 customPropertySetimplementation 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 PropertySetModifierConstructorDescriptionprotectedBinder(PropertySet<BEAN> propertySet) Creates a binder using a customPropertySetimplementation for finding and resolving property names forBinder.bindInstanceFields(Object),Binder.bind(HasValue, String)andBinder.BindingBuilder.bind(String).