public class BinderHelper extends Object
| Constructor and Description |
|---|
BinderHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <BEAN> com.vaadin.flow.data.binder.Binder.Binding<BEAN,?> |
bind(com.vaadin.flow.data.binder.Binder<BEAN> binder,
FieldFactoryRegistry fieldFactory,
FieldFactoryContext context,
com.vaadin.flow.data.binder.PropertyDefinition<BEAN,?> property) |
static <T> BeanPropertyDefinition<T,?> |
getPropertyDefinition(com.vaadin.flow.data.binder.PropertySet<T> propertySet,
Class<?> beanType,
String propertyName) |
public static <BEAN> com.vaadin.flow.data.binder.Binder.Binding<BEAN,?> bind(com.vaadin.flow.data.binder.Binder<BEAN> binder,
FieldFactoryRegistry fieldFactory,
FieldFactoryContext context,
com.vaadin.flow.data.binder.PropertyDefinition<BEAN,?> property)
public static <T> BeanPropertyDefinition<T,?> getPropertyDefinition(com.vaadin.flow.data.binder.PropertySet<T> propertySet, Class<?> beanType, String propertyName)
Copyright © 2020 Flowing Code. All rights reserved.