| Package | Description |
|---|---|
| com.vaadin.flow.component.webcomponent | |
| com.vaadin.flow.internal.nodefeature | |
| com.vaadin.flow.server.webcomponent |
| Modifier and Type | Method and Description |
|---|---|
PropertyConfiguration<C,P> |
PropertyConfiguration.onChange(SerializableBiConsumer<C,P> onChangeHandler)
Sets a Property change handler.
|
| Modifier and Type | Method and Description |
|---|---|
ReturnChannelRegistration |
ReturnChannelMap.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.
|
| Modifier and Type | Method and Description |
|---|---|
SerializableBiConsumer<C,Serializable> |
PropertyConfigurationImpl.getOnChangeHandler()
Retrieves the
onChangeHandler tied to this property, if one
exists. |
| Modifier and Type | Method and Description |
|---|---|
PropertyConfiguration<C,P> |
PropertyConfigurationImpl.onChange(SerializableBiConsumer<C,P> onChangeHandler) |
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.