Interface ValueBindingDelegate<T>
- All Known Implementing Classes:
AbstractDateTimeFieldDelegate,AbstractFieldDelegate,AbstractNumberFieldDelegate,AbstractValueComponentDelegate,CollectionFieldDelegate,DatePickerDelegate,DateTimePickerDelegate,EmailFieldDelegate,EntityCollectionFieldDelegate,EntityFieldDelegate,FieldDelegate,IntegerFieldDelegate,NumberFieldDelegate,TextAreaFieldDelegate,TextInputFieldDelegate,TimePickerDelegate
public interface ValueBindingDelegate<T>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
-
Method Details
-
getValueBinding
ValueBinding<T> getValueBinding() -
addValueBindingChangeListener
com.vaadin.flow.shared.Registration addValueBindingChangeListener(Consumer<ValueBindingDelegate.ValueBindingChangeEvent<T>> listener)
-