Uses of Interface
com.vaadin.flow.function.SerializableBiConsumer
-
Packages that use SerializableBiConsumer Package Description com.vaadin.flow.component.webcomponent com.vaadin.flow.internal.nodefeature com.vaadin.flow.server.webcomponent -
-
Uses of SerializableBiConsumer in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type SerializableBiConsumer Modifier and Type Method Description PropertyConfiguration<C,P>PropertyConfiguration. 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 SerializableBiConsumer Modifier and Type Method Description ReturnChannelRegistrationReturnChannelMap. registerChannel(SerializableBiConsumer<elemental.json.JsonArray,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.webcomponent
Methods in com.vaadin.flow.server.webcomponent that return SerializableBiConsumer Modifier and Type Method Description SerializableBiConsumer<C,Serializable>PropertyConfigurationImpl. getOnChangeHandler()Retrieves theonChangeHandlertied to this property, if one exists.Methods in com.vaadin.flow.server.webcomponent with parameters of type SerializableBiConsumer Modifier and Type Method Description PropertyConfiguration<C,P>PropertyConfigurationImpl. onChange(SerializableBiConsumer<C,P> onChangeHandler)
-