public class BeanPropertyDefinition<T,V> extends Object implements com.vaadin.flow.data.binder.PropertyDefinition<T,V>
| Type | Property and Description |
|---|---|
boolean |
isSub
Gets the value of the property subProperty.
|
| Constructor and Description |
|---|
BeanPropertyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
PropertyDescriptor |
getDescriptor() |
com.vaadin.flow.function.ValueProvider<T,V> |
getGetter() |
String |
getName() |
com.vaadin.flow.data.binder.PropertyDefinition<T,?> |
getParent() |
Class<?> |
getPropertyHolderType() |
com.vaadin.flow.data.binder.PropertySet<T> |
getPropertySet() |
Optional<com.vaadin.flow.data.binder.Setter<T,V>> |
getSetter() |
String |
getTopLevelName() |
Class<V> |
getType() |
boolean |
isSubProperty()
Gets the value of the property subProperty.
|
public PropertyDescriptor getDescriptor()
public Class<?> getPropertyHolderType()
public String getName()
public String getTopLevelName()
public String getCaption()
public com.vaadin.flow.data.binder.PropertySet<T> getPropertySet()
public com.vaadin.flow.data.binder.PropertyDefinition<T,?> getParent()
Copyright © 2020 Flowing Code. All rights reserved.