T
- item type.public class ConfiguredBinder<T>
extends com.vaadin.data.Binder<T>
Constructor and Description |
---|
ConfiguredBinder(Collection<? extends FieldDefinition> fieldDefinitions,
info.magnolia.objectfactory.ComponentProvider componentProvider,
com.vaadin.data.PropertySet<T> propertySet) |
ConfiguredBinder(Collection<? extends FieldDefinition> fieldDefinitions,
info.magnolia.objectfactory.ComponentProvider componentProvider,
com.vaadin.data.PropertySet<T> propertySet,
ItemToLinkConverterResolverStrategy converterResolverStrategy)
An overloaded constructor taking an additional parameter of type
ItemToLinkConverterResolverStrategy . |
Modifier and Type | Method and Description |
---|---|
<PT> com.vaadin.data.Binder.BindingBuilder<T,PT> |
applyConfiguration(com.vaadin.data.Binder.BindingBuilder<T,PT> bindingBuilder,
FieldDefinition<PT> definition,
Object... parameters) |
<FIELDVALUE> |
bind(com.vaadin.data.HasValue<FIELDVALUE> field,
String propertyName) |
addStatusChangeListener, addValueChangeListener, bind, bindInstanceFields, clearError, configureBinding, createBinding, doCreateBinding, forField, forMemberField, getBean, getBeanState, getBinding, getBindings, getEventRouter, getFields, getStatusLabel, getValidationStatusHandler, handleBinderValidationStatus, handleError, handleFieldValueChange, handleValidationStatus, hasChanges, isValid, readBean, removeBean, removeBinding, removeBinding, removeBinding, removeBindingInternal, restoreBeanState, setBean, setReadOnly, setStatusLabel, setValidationStatusHandler, validate, validate, withPropertySet, withValidator, withValidator, withValidator, writeBean, writeBeanIfValid
public ConfiguredBinder(Collection<? extends FieldDefinition> fieldDefinitions, info.magnolia.objectfactory.ComponentProvider componentProvider, com.vaadin.data.PropertySet<T> propertySet)
public ConfiguredBinder(Collection<? extends FieldDefinition> fieldDefinitions, info.magnolia.objectfactory.ComponentProvider componentProvider, com.vaadin.data.PropertySet<T> propertySet, ItemToLinkConverterResolverStrategy converterResolverStrategy)
ItemToLinkConverterResolverStrategy
.
This is typically used when binding fields in forms.converterResolverStrategy
- public <FIELDVALUE> com.vaadin.data.Binder.Binding<T,FIELDVALUE> bind(com.vaadin.data.HasValue<FIELDVALUE> field, String propertyName)
bind
in class com.vaadin.data.Binder<T>
public <PT> com.vaadin.data.Binder.BindingBuilder<T,PT> applyConfiguration(com.vaadin.data.Binder.BindingBuilder<T,PT> bindingBuilder, FieldDefinition<PT> definition, Object... parameters)
Copyright © 2018 Magnolia International Ltd.. All rights reserved.