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 BindingValidationStatusHandlerModifierConstructorDescriptionprotectedCollaborationBindingBuilderImpl(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 aBindingValidationStatusHandlerto track validation status changes.Binder.BindingBuilderImpl.withValidationStatusHandler(BindingValidationStatusHandler handler) Constructors in com.vaadin.flow.data.binder with parameters of type BindingValidationStatusHandlerModifierConstructorDescriptionprotectedBindingBuilderImpl(Binder<BEAN> binder, HasValue<?, FIELDVALUE> field, Converter<FIELDVALUE, TARGET> converterValidatorChain, BindingValidationStatusHandler statusHandler) Creates a new binding builder associated with the given field.