Uses of Class
org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition
Packages that use SimplePropertySet.Definition
-
Uses of SimplePropertySet.Definition in org.dellroad.stuff.vaadin24.data
Methods in org.dellroad.stuff.vaadin24.data that return SimplePropertySet.DefinitionModifier 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.Definitionfrom the given binding, assuming the associatedBinderwas created using aSimplePropertySet.