Modifier and Type | Interface and Description |
---|---|
interface |
ItemUpdater<T,V>
Callback that is called when a new value has been entered to an editor.
|
Modifier and Type | Method and Description |
---|---|
PropertyConfiguration<C,P> |
PropertyConfiguration.onChange(SerializableBiConsumer<C,P> onChangeHandler)
Sets a Property change handler.
|
Constructor and Description |
---|
ComponentRenderer(SerializableSupplier<COMPONENT> componentSupplier,
SerializableBiConsumer<COMPONENT,SOURCE> itemConsumer)
Creates a new ComponentRenderer that uses the componentSupplier to
generate new
Component instances, and the itemConsumer to set the
related items. |
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 © 2025. All rights reserved.