Package | Description |
---|---|
com.vaadin.flow.component.grid | |
com.vaadin.flow.component.grid.editor | |
com.vaadin.flow.data.binder |
Modifier and Type | Method and Description |
---|---|
PropertySet<T> |
Grid.getPropertySet()
Returns
PropertySet of bean this Grid is constructed with via
Grid.Grid(Class) . |
Constructor and Description |
---|
EditorImpl(Grid<T> grid,
PropertySet<T> propertySet) |
Modifier and Type | Class and Description |
---|---|
class |
BeanPropertySet<T>
A
PropertySet that uses reflection to find bean properties. |
Modifier and Type | Method and Description |
---|---|
static <T> PropertySet<T> |
BeanPropertySet.get(Class<? extends T> beanType)
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. |
PropertySet<T> |
PropertyDefinition.getPropertySet()
Gets the
PropertySet that this property belongs to. |
Modifier and Type | Method and Description |
---|---|
static <BEAN> Binder<BEAN> |
Binder.withPropertySet(PropertySet<BEAN> propertySet)
Creates a binder using a custom
PropertySet implementation for
finding and resolving property names for
Binder.bindInstanceFields(Object) , Binder.bind(HasValue, String) and
Binder.BindingBuilder.bind(String) . |
Constructor and Description |
---|
Binder(PropertySet<BEAN> propertySet)
Creates a binder using a custom
PropertySet implementation for
finding and resolving property names for
Binder.bindInstanceFields(Object) , Binder.bind(HasValue, String) and
Binder.BindingBuilder.bind(String) . |
Copyright © 2023. All rights reserved.