| Package | Description |
|---|---|
| com.vaadin.data |
| Modifier and Type | Method and Description |
|---|---|
Stream<PropertyDefinition<T,?>> |
PropertySet.getProperties()
Gets all known properties as a stream.
|
Stream<PropertyDefinition<T,?>> |
BeanPropertySet.getProperties() |
Optional<PropertyDefinition<T,?>> |
PropertySet.getProperty(String name)
Gets the definition for the named property, or an empty optional if there
is no property with the given name.
|
Optional<PropertyDefinition<T,?>> |
BeanPropertySet.getProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected Binder.BindingBuilder<BEAN,?> |
BeanValidationBinder.configureBinding(Binder.BindingBuilder<BEAN,?> binding,
PropertyDefinition<BEAN,?> definition) |
protected Binder.BindingBuilder<BEAN,?> |
Binder.configureBinding(Binder.BindingBuilder<BEAN,?> binding,
PropertyDefinition<BEAN,?> definition)
Configures the
binding with the property definition
definition before it's being bound. |
Copyright © 2017 Vaadin Ltd. All rights reserved.