Uses of Class
com.vaadin.flow.component.SignalPropertySupport
Packages that use SignalPropertySupport
-
Uses of SignalPropertySupport in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return SignalPropertySupportModifier and TypeMethodDescriptionstatic <T> SignalPropertySupport<T> SignalPropertySupport.create(Component owner, SerializableConsumer<T> valueChangeConsumer) Creates a new instance of SignalPropertySupport for the given owner component and a value change consumer to be called when property value is updated.