Package com.vaadin.collaborationengine
Class CollaborationBinder.CollaborationBindingBuilderImpl<BEAN,FIELDVALUE,TARGET>
java.lang.Object
com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl<BEAN,FIELDVALUE,TARGET>
- All Implemented Interfaces:
com.vaadin.flow.data.binder.Binder.BindingBuilder<BEAN,,TARGET> Serializable
- Enclosing class:
- CollaborationBinder<BEAN>
protected static class CollaborationBinder.CollaborationBindingBuilderImpl<BEAN,FIELDVALUE,TARGET>
extends Object
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCollaborationBindingBuilderImpl(CollaborationBinder<BEAN> binder, com.vaadin.flow.component.HasValue<?, FIELDVALUE> field, com.vaadin.flow.data.converter.Converter<FIELDVALUE, TARGET> converterValidatorChain, com.vaadin.flow.data.binder.BindingValidationStatusHandler statusHandler) -
Method Summary
Modifier and TypeMethodDescriptionbind(com.vaadin.flow.function.ValueProvider<BEAN, TARGET> getter, com.vaadin.flow.data.binder.Setter<BEAN, TARGET> setter) protected CollaborationBinder<BEAN>protected <NEWTARGET>
com.vaadin.flow.data.binder.Binder.BindingBuilder<BEAN,NEWTARGET> withConverter(com.vaadin.flow.data.converter.Converter<TARGET, NEWTARGET> converter, boolean resetNullRepresentation) withNullRepresentation(TARGET nullRepresentation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.data.binder.Binder.BindingBuilder
asRequired, asRequired, withConverter, withConverter, withStatusLabel, withValidator, withValidator, withValidator, withValidator
-
Constructor Details
-
CollaborationBindingBuilderImpl
protected CollaborationBindingBuilderImpl(CollaborationBinder<BEAN> binder, com.vaadin.flow.component.HasValue<?, FIELDVALUE> field, com.vaadin.flow.data.converter.Converter<FIELDVALUE, TARGET> converterValidatorChain, com.vaadin.flow.data.binder.BindingValidationStatusHandler statusHandler)
-
-
Method Details
-
bind
public com.vaadin.flow.data.binder.Binder.Binding<BEAN,TARGET> bind(com.vaadin.flow.function.ValueProvider<BEAN, TARGET> getter, com.vaadin.flow.data.binder.Setter<BEAN, TARGET> setter) - Specified by:
bindin interfacecom.vaadin.flow.data.binder.Binder.BindingBuilder<BEAN,FIELDVALUE>
-
bind
- Specified by:
bindin interfacecom.vaadin.flow.data.binder.Binder.BindingBuilder<BEAN,FIELDVALUE>
-
getBinder
-
withConverter
-
withNullRepresentation
-