Uses of Class
org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
-
Uses of SimplePropertySet.Definition in org.dellroad.stuff.vaadin24.data
Modifier and TypeMethodDescription<V> SimplePropertySet<Map<String,
Object>>.Definition<V> MapPropertySet.addPropertyDefinition
(String name, Class<V> type) Add a new property to this instance, deriving the caption automatically from the property name.<V> SimplePropertySet<Map<String,
Object>>.Definition<V> MapPropertySet.addPropertyDefinition
(String name, Class<V> type, String caption) Add a new property to this instance.SimplePropertySet.addPropertyDefinition
(PropertyDescriptor propertyDescriptor) Add a new property to this instance corresponding to the given Java beanPropertyDescriptor
.<V> SimplePropertySet<T>.Definition<V>
SimplePropertySet.addPropertyDefinition
(String name, Class<V> type, String caption, ValueProvider<? super T, ? extends V> getter, Setter<? super T, ? super V> setter) Add a new property to this instance.protected <V> SimplePropertySet<T>.Definition<V>
SimplePropertySet.createDefinition
(String name, Class<V> type, String caption, ValueProvider<? super T, ? extends V> getter, Setter<? super T, ? super V> setter) Create a newSimplePropertySet.Definition
.SimplePropertySet.Definition.Getter.getDefinition()
static SimplePropertySet<?>.Definition<?>
SimplePropertySet.propertyDefinitionForBinding
(Binder.Binding<?, ?> binding) Recover theSimplePropertySet.Definition
from the given binding, assuming the associatedBinder
was created using aSimplePropertySet
.