Uses of Interface
com.vaadin.flow.data.binder.PropertySet
-
Packages that use PropertySet Package Description com.vaadin.flow.data.binder -
-
Uses of PropertySet in com.vaadin.flow.data.binder
Classes in com.vaadin.flow.data.binder that implement PropertySet Modifier and Type Class Description classBeanPropertySet<T>APropertySetthat uses reflection to find bean properties.Methods in com.vaadin.flow.data.binder that return PropertySet Modifier and Type Method Description static <T> PropertySet<T>BeanPropertySet. get(Class<? extends T> beanType)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.PropertySet<T>PropertyDefinition. getPropertySet()Gets thePropertySetthat this property belongs to.Methods in com.vaadin.flow.data.binder with parameters of type PropertySet Modifier and Type Method Description static <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 PropertySet Constructor Description Binder(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).
-