Uses of Interface
com.vaadin.flow.function.SerializableBiConsumer
Packages that use SerializableBiConsumer
Package
Description
-
Uses of SerializableBiConsumer in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionstatic <C extends Component,T>
RegistrationComponentEffect.bind(C owner, com.vaadin.signals.Signal<T> signal, SerializableBiConsumer<C, T> setter) Binds asignal's value to a given owner component in a way defined insetterfunction and creates a Signal effect function executing the setter whenever the signal value changes. -
Uses of SerializableBiConsumer in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionPropertyConfiguration.onChange(SerializableBiConsumer<C, P> onChangeHandler) Sets a Property change handler. -
Uses of SerializableBiConsumer in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionReturnChannelMap.registerChannel(SerializableBiConsumer<tools.jackson.databind.node.ArrayNode, ReturnChannelRegistration> handler) Registers a new channel based on a callback that receives the provided arguments and the channel registration when a message is passed to the channel. -
Uses of SerializableBiConsumer in com.vaadin.flow.server.streams
Methods in com.vaadin.flow.server.streams with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionTransferProgressAwareHandler.onProgress(SerializableBiConsumer<Long, Long> progressHandler) Adds a listener to be notified of transfer progress with a default interval.TransferProgressAwareHandler.onProgress(SerializableBiConsumer<Long, Long> progressHandler, long progressIntervalInBytes) Adds a listener to be notified of transfer progress with the given interval.TransferProgressAwareHandler.whenComplete(SerializableBiConsumer<TransferContext, Boolean> completeOrTerminateHandler) Adds a listener to be notified when the transfer is completed successfully or with an error with the transfer context object given as an input. -
Uses of SerializableBiConsumer in com.vaadin.flow.server.webcomponent
Methods in com.vaadin.flow.server.webcomponent that return SerializableBiConsumerModifier and TypeMethodDescriptionPropertyConfigurationImpl.getOnChangeHandler()Retrieves theonChangeHandlertied to this property, if one exists.Methods in com.vaadin.flow.server.webcomponent with parameters of type SerializableBiConsumerModifier and TypeMethodDescriptionPropertyConfigurationImpl.onChange(SerializableBiConsumer<C, P> onChangeHandler)