We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.data.binder.BindingValidationStatusHandler
Packages that use BindingValidationStatusHandler
-
Uses of BindingValidationStatusHandler in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type BindingValidationStatusHandlerModifier and TypeMethodDescriptionprotected <FIELDVALUE,
TARGET>
Binder.BindingBuilder<BEAN,TARGET> CollaborationBinder.doCreateBinding
(HasValue<?, FIELDVALUE> field, Converter<FIELDVALUE, TARGET> converter, BindingValidationStatusHandler handler) Constructors in com.vaadin.collaborationengine with parameters of type BindingValidationStatusHandlerModifierConstructorDescriptionprotected
CollaborationBindingBuilderImpl
(CollaborationBinder<BEAN> binder, HasValue<?, FIELDVALUE> field, Converter<FIELDVALUE, TARGET> converterValidatorChain, BindingValidationStatusHandler statusHandler) -
Uses of BindingValidationStatusHandler in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return BindingValidationStatusHandlerModifier and TypeMethodDescriptionBinder.Binding.getValidationStatusHandler()
Gets the validation status handler for this Binding.
Binder.BindingImpl.getValidationStatusHandler()
Methods in com.vaadin.flow.data.binder with parameters of type BindingValidationStatusHandlerModifier and TypeMethodDescriptionprotected <FIELDVALUE,
TARGET>
Binder.BindingBuilder<BEAN,TARGET> Binder.createBinding
(HasValue<?, FIELDVALUE> field, Converter<FIELDVALUE, TARGET> converter, BindingValidationStatusHandler handler) Creates a new binding with the given field.
protected <FIELDVALUE,
TARGET>
Binder.BindingBuilder<BEAN,TARGET> Binder.doCreateBinding
(HasValue<?, FIELDVALUE> field, Converter<FIELDVALUE, TARGET> converter, BindingValidationStatusHandler handler) Binder.BindingBuilder.withValidationStatusHandler
(BindingValidationStatusHandler handler) Sets a
BindingValidationStatusHandler
to track validation status changes.Binder.BindingBuilderImpl.withValidationStatusHandler
(BindingValidationStatusHandler handler) Constructors in com.vaadin.flow.data.binder with parameters of type BindingValidationStatusHandlerModifierConstructorDescriptionprotected
BindingBuilderImpl
(Binder<BEAN> binder, HasValue<?, FIELDVALUE> field, Converter<FIELDVALUE, TARGET> converterValidatorChain, BindingValidationStatusHandler statusHandler) Creates a new binding builder associated with the given field.